From 327b1cbfdd512e8cf579eb1e404bd66412c43947 Mon Sep 17 00:00:00 2001 From: mdipierro Date: Thu, 4 Sep 2014 22:37:12 -0500 Subject: [PATCH] R-2.9.7 --- CHANGELOG | 5 ++++- VERSION | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 4b107989..032b5e4b 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,10 +1,13 @@ -## 2.9.6 +## 2.9.6-2.9.7 +- fixed support of GAE + SQL - fixed a typo in the license of some login_methods code. It is now LGPL consistently with the rest of the web2py code. This change applied to all previous web2py versions. - support for SAML2 (with pysaml2) - Sphinx documentation (thanks Niphlod) - improved scheduler (thanks Niphlod) - increased security +- better cache.dick (thanks Leonel) +- sessions are stored in subfolders for speed - postgres support for "INSERT ... RETURING ..." - ldap support for Certificate Authority (thanks Maggs and Shane) - improved support for S/Mime X.509 (thanks Gyuris) diff --git a/VERSION b/VERSION index b94bf07b..1fd3c547 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 2.9.7-stable+timestamp.2014.09.04.22.31.38 +Version 2.9.7-stable+timestamp.2014.09.04.22.37.07