From 77bbb405fbed1ef31e371f905961f7d09eb19154 Mon Sep 17 00:00:00 2001 From: mdipierro Date: Mon, 3 Mar 2014 08:50:52 -0600 Subject: [PATCH] 2.9.3 --- CHANGELOG | 5 +++-- Makefile | 2 +- VERSION | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 1c025961..20ccc5da 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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 diff --git a/Makefile b/Makefile index 0c9181df..dc95a5db 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/VERSION b/VERSION index 56ecd501..995e90f4 100644 --- a/VERSION +++ b/VERSION @@ -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