This commit is contained in:
mdipierro
2014-03-03 08:50:52 -06:00
parent 7592cd2fe0
commit 77bbb405fb
3 changed files with 5 additions and 4 deletions
+3 -2
View File
@@ -1,8 +1,9 @@
## 2.9.1
## 2.9.1 - 2.9.3
- jquery 1.11
- codemirror 3.21, thanks Paolo Valleri
- fixed a security issue with sessions in database
- fixed security issue with sessions in database, thanks Nathan Humphreys
- fixed security issue with persistant data in session, thanks Kiran
- 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
+1 -1
View File
@@ -30,7 +30,7 @@ update:
echo "remember that pymysql was tweaked"
src:
### Use semantic versioning
echo 'Version 2.9.2-stable+timestamp.'`date +%Y.%m.%d.%H.%M.%S` > VERSION
echo 'Version 2.9.3-stable+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.9.2-stable+timestamp.2014.03.03.08.43.05
Version 2.9.3-stable+timestamp.2014.03.03.08.49.54