Skip to content

Commit 2802e29

Browse files
committed
2.9.5
1 parent e9eb8cb commit 2802e29

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CHANGELOG

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
## 2.9.1 - 2.9.3
1+
## 2.9.1 - 2.9.5
22

3+
- many small but important bug fixes
34
- jquery 1.11
45
- codemirror 3.21, thanks Paolo Valleri
56
- fixed security issue with sessions in database, thanks Nathan Humphreys

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ update:
3030
echo "remember that pymysql was tweaked"
3131
src:
3232
### Use semantic versioning
33-
echo 'Version 2.9.4-stable+timestamp.'`date +%Y.%m.%d.%H.%M.%S` > VERSION
33+
echo 'Version 2.9.5-stable+timestamp.'`date +%Y.%m.%d.%H.%M.%S` > VERSION
3434
### rm -f all junk files
3535
make clean
3636
### clean up baisc apps

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Version 2.9.4-stable+timestamp.2014.03.15.10.53.40
1+
Version 2.9.5-stable+timestamp.2014.03.15.21.24.06

0 commit comments

Comments
 (0)