From c8559cc88c65a8ba6e4f5d2ed878662daa056b5b Mon Sep 17 00:00:00 2001 From: Martin Konecny Date: Sun, 17 Jun 2012 23:38:36 -0400 Subject: [PATCH] 2.1.2 preparation --- CREDITS | 7 ++++++ VERSION | 2 +- changelog | 4 ++++ install_minimal/include/airtime-constants.php | 2 +- install_minimal/include/airtime-upgrade.php | 4 ++++ .../upgrades/airtime-2.1.2/DbUpgrade.php | 24 +++++++++++++++++++ .../airtime-2.1.2/airtime-upgrade.php | 8 +++++++ .../upgrades/airtime-2.1.2/data/upgrade.sql | 2 ++ python_apps/api_clients/api_client.py | 2 +- 9 files changed, 52 insertions(+), 3 deletions(-) create mode 100644 install_minimal/upgrades/airtime-2.1.2/DbUpgrade.php create mode 100644 install_minimal/upgrades/airtime-2.1.2/airtime-upgrade.php create mode 100644 install_minimal/upgrades/airtime-2.1.2/data/upgrade.sql diff --git a/CREDITS b/CREDITS index f48a2d5dc..3a15126a2 100644 --- a/CREDITS +++ b/CREDITS @@ -1,3 +1,10 @@ +======= +CREDITS +======= +Version 2.1.2 +------------- +Same as previous version. + ======= CREDITS ======= diff --git a/VERSION b/VERSION index 1d69936fb..0b9f4ef5f 100644 --- a/VERSION +++ b/VERSION @@ -1,2 +1,2 @@ PRODUCT_ID=Airtime -PRODUCT_RELEASE=2.1.1 +PRODUCT_RELEASE=2.1.2 diff --git a/changelog b/changelog index ab1405369..579c4db28 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,7 @@ +2.1.2 - June 18th, 2012 + * Bug Fixes + * Fixed problem where playout engine may not retrieve program schedule after extended periods of user inactivity. + 2.1.1 - June 12th, 2012 * Changes * Add Media page will now display error message and reject uploaded file if it is corrupt diff --git a/install_minimal/include/airtime-constants.php b/install_minimal/include/airtime-constants.php index 2107ded4f..c33d25441 100644 --- a/install_minimal/include/airtime-constants.php +++ b/install_minimal/include/airtime-constants.php @@ -1,3 +1,3 @@ &1 | grep -v \"will create implicit index\""); + } +} diff --git a/install_minimal/upgrades/airtime-2.1.2/airtime-upgrade.php b/install_minimal/upgrades/airtime-2.1.2/airtime-upgrade.php new file mode 100644 index 000000000..042b92d05 --- /dev/null +++ b/install_minimal/upgrades/airtime-2.1.2/airtime-upgrade.php @@ -0,0 +1,8 @@ +