This commit is contained in:
mdipierro
2014-09-15 08:05:13 -05:00
parent a38c7c2aa8
commit 2b50cf27e2
3 changed files with 4 additions and 2 deletions
+2
View File
@@ -15,6 +15,8 @@
- support for Collection+JSON Hypermedia API (RESTful self documenting API)
- jQuery 1.11
- codemirror 4.0.3
- markdown2 2.2.3
- memcache 1.53
- support for the new janrain API
- new "web2py.py -G config" to make GAE configuration easier
- many small bug fixes
+1 -1
View File
@@ -30,7 +30,7 @@ update:
echo "remember that pymysql was tweaked"
src:
### Use semantic versioning
echo 'Version 2.9.9-stable+timestamp.'`date +%Y.%m.%d.%H.%M.%S` > VERSION
echo 'Version 2.9.10-stable+timestamp.'`date +%Y.%m.%d.%H.%M.%S` > VERSION
### rm -f all junk files
make clean
### clean up baisc apps
+1 -1
View File
@@ -1 +1 @@
Version 2.9.9-stable+timestamp.2014.09.15.07.34.08
Version 2.9.10-stable+timestamp.2014.09.15.08.05.10