From 81d0291ce2aa9d49c7dc23014d58597bbff6c10a Mon Sep 17 00:00:00 2001 From: mdipierro Date: Wed, 13 Apr 2016 22:22:39 -0500 Subject: [PATCH] R-2.14.5 --- CHANGELOG | 2 +- Makefile | 2 +- VERSION | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index cf4646c9..896b0526 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,4 @@ -## 2.14.1-4 +## 2.14.1-5 - fixed two major security issues that caused the examples app to leak information - new Auth(…,host_names=[…]) to prevent host header injection diff --git a/Makefile b/Makefile index 32ac5194..fa3f4b4f 100644 --- a/Makefile +++ b/Makefile @@ -32,7 +32,7 @@ update: echo "remember that pymysql was tweaked" src: ### Use semantic versioning - echo 'Version 2.14.4-stable+timestamp.'`date +%Y.%m.%d.%H.%M.%S` > VERSION + echo 'Version 2.14.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 a5e63ff8..95fd1071 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 2.14.4-stable+timestamp.2016.04.12.15.44.54 +Version 2.14.5-stable+timestamp.2016.04.13.22.22.13