From 540eecc207d823175488e1407f34f9aeaaaaba21 Mon Sep 17 00:00:00 2001 From: mdipierro Date: Mon, 10 Jul 2017 03:23:13 -0500 Subject: [PATCH] R-2.15.0b2 --- CHANGELOG | 26 +++++++++++--------------- VERSION | 2 +- 2 files changed, 12 insertions(+), 16 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 0c6d7217..9f7657ae 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,6 @@ -## 2.16.0b1 +## 2.15.0b1 +- dropped support for python 2.6 +- dropped web shell - experimental python 3 support - experimental authapi for service login - more tests @@ -20,6 +22,13 @@ - Updated fpdf to latest version - JWT support - import fabfile for remote deployment +- scheduler new feature: you can now specify intervals with cron +- gluon/* removed from sys.path. Applications relying on statements like e.g. + "from storage import Storage" + will need to be rewritten with + "from gluon.storage import Storage" +- tests can only be run with the usual web2py.py --run_system_tests OR with + python -m unittest -v gluon.tests on the root dir - jQuery 3.2.1 - PyDAL 17.07 including: allow jsonb support for postgres @@ -31,20 +40,7 @@ improved mongodb support overall refactoring experimental support for Google Cloud SQL v2 - -## 2.15.x -- web2py does not support python 2.6 anymore -- py3.5 syntax compatible (see #1353 for details) -- dropped web shell from admin -- scheduler new feature: you can now specify intervals with cron -- gluon/* removed from sys.path. Applications relying on statements like e.g. - "from storage import Storage" - will need to be rewritten with - "from gluon.storage import Storage" -- tests can only be run with the usual web2py.py --run_system_tests OR with - python -m unittest -v gluon.tests on the root dir -- updated pymysql driver - + new pymysql driver ## 2.14.6 diff --git a/VERSION b/VERSION index 1ad0aed2..aa6d4d11 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 2.16.0-beta2+timestamp.2017.07.10.03.14.16 +Version 2.16.0-beta2+timestamp.2017.07.10.03.22.43