diff --git a/CHANGELOG b/CHANGELOG index cab2f74e..25090cf7 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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 diff --git a/Makefile b/Makefile index f4fbec27..8a42949f 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/VERSION b/VERSION index 345f2ba6..921fb206 100644 --- a/VERSION +++ b/VERSION @@ -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