This commit is contained in:
mdipierro
2016-04-13 22:22:39 -05:00
parent 894ff3c140
commit 81d0291ce2
3 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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