From 76d77439b78752582990bc3b954a7d47c1d56a66 Mon Sep 17 00:00:00 2001 From: mdipierro Date: Sun, 23 Feb 2014 23:33:32 -0600 Subject: [PATCH] 2.9.0-beta --- CHANGELOG | 23 +++++++++++++++++++++++ Makefile | 2 +- VERSION | 2 +- 3 files changed, 25 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 2f63bf9f..afad9ff4 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,26 @@ +## 2.9.1 + +- bootstrap 3, thanks Paolo Caruccio +- jquery 1.11 +- codemirror 3.21, thanks Paolo Valleri +- fixed a security issue with sessions in database +- fixed security issue with redirect after expired login, thanks André Kablu +- cleaner DAL and rname integration, thanks niphlod and Michele +- added mongodb and imap tests for dal, thanks Alan +- NoSQL dal tests, thanks Alan +- better docstrings, thanks Niphlod +- allow URL(...,language=...) with parametric router, thanks Jonathan +- allow non-expiration of gae-memcache, thanks crimsoncantab +- MARKMIN(...,_class='...'), thanks Luca +- autolink emails +- new Janrain API, thanks PeterQ2 +- enable admin app for GAE (experimental), thanks Alan +- many bug fixes +- invalidate function in web2py.js, thanks Paolo +- DAL(...,adapter_args=dict(engine='MyISAM')) +- todolist panel in admin editor, thanks Paolo Valleri +- enable killing processed in windows, thanks Yair + ## 2.8.1 - no more winservice (use nssm instead) diff --git a/Makefile b/Makefile index 1b13e0b4..04603405 100644 --- a/Makefile +++ b/Makefile @@ -30,7 +30,7 @@ update: echo "remember that pymysql was tweaked" src: ### Use semantic versioning - echo 'Version 2.8.2-stable+timestamp.'`date +%Y.%m.%d.%H.%M.%S` > VERSION + echo 'Version 2.9.1-beta+timestamp.'`date +%Y.%m.%d.%H.%M.%S` > VERSION ### rm -f all junk files make clean ### clean up baisc apps diff --git a/VERSION b/VERSION index 6dc983c1..dca86a8a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 2.8.2-stable+timestamp.2014.02.23.22.41.19 +Version 2.9.1-beta+timestamp.2014.02.23.23.32.02