This commit is contained in:
mdipierro
2014-03-15 21:25:04 -05:00
parent e9eb8cbfc7
commit 2802e29945
3 changed files with 4 additions and 3 deletions

View File

@@ -1,5 +1,6 @@
## 2.9.1 - 2.9.3
## 2.9.1 - 2.9.5
- many small but important bug fixes
- jquery 1.11
- codemirror 3.21, thanks Paolo Valleri
- fixed security issue with sessions in database, thanks Nathan Humphreys

View File

@@ -30,7 +30,7 @@ update:
echo "remember that pymysql was tweaked"
src:
### Use semantic versioning
echo 'Version 2.9.4-stable+timestamp.'`date +%Y.%m.%d.%H.%M.%S` > VERSION
echo 'Version 2.9.5-stable+timestamp.'`date +%Y.%m.%d.%H.%M.%S` > VERSION
### rm -f all junk files
make clean
### clean up baisc apps

View File

@@ -1 +1 @@
Version 2.9.4-stable+timestamp.2014.03.15.10.53.40
Version 2.9.5-stable+timestamp.2014.03.15.21.24.06