2.9.0-beta

This commit is contained in:
mdipierro
2014-02-23 23:33:32 -06:00
parent 2b428c7eb9
commit 76d77439b7
3 changed files with 25 additions and 2 deletions
+23
View File
@@ -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)
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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