From 5fc7dee4cc50ad2ac1bf016b55c238c98f23e1dd Mon Sep 17 00:00:00 2001 From: mdipierro Date: Mon, 1 Sep 2014 20:55:36 -0500 Subject: [PATCH] R-2.9.6 --- CHANGELOG | 14 ++++++++++++++ VERSION | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index d515f7bd..4b107989 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,20 @@ ## 2.9.6 - 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 +- postgres support for "INSERT ... RETURING ..." +- ldap support for Certificate Authority (thanks Maggs and Shane) +- improved support for S/Mime X.509 (thanks Gyuris) +- better welcome app +- support for Collection+JSON Hypermedia API (RESTful self documenting API) +- jQuery 1.11 +- codemirror 4.0.3 +- support for the new janrain API +- new "web2py.py -G config" to make GAE configuration easier +- many small bug fixes ## 2.9.1 - 2.9.5 diff --git a/VERSION b/VERSION index 2a0315fd..5e372771 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 2.9.6-stable+timestamp.2014.09.01.20.38.40 +Version 2.9.6-stable+timestamp.2014.09.01.20.55.31