From 691a83ccd01a7ddf9c861f6c670b932470723954 Mon Sep 17 00:00:00 2001 From: James Date: Tue, 9 Aug 2011 11:44:11 -0400 Subject: [PATCH] - version string and changelog changes --- Changelog | 4 +++- VERSION | 2 +- airtime_mvc/application/configs/constants.php | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Changelog b/Changelog index 57318d860..8c3440cf1 100644 --- a/Changelog +++ b/Changelog @@ -1,4 +1,4 @@ -1.9.0 - ???, 2011 +1.9.0 - August 9, 2011 The cool stuff: * New file storage system. @@ -54,6 +54,8 @@ The cool stuff: Python or PHP configurations. The python libraries needed for Airtime are now contained in a local Python virtualenv, and the PHP config variables are set in the Apache virtualhost and .htaccess files. + - Message indicating import status is now displayed on Playlist Builder + page( above the search box). * Bug fixes: - Fixed bug where you couldn't import a file with a name longer than 255 diff --git a/VERSION b/VERSION index 8e07f99cf..b12c06c18 100644 --- a/VERSION +++ b/VERSION @@ -1,2 +1,2 @@ PRODUCT_ID=Airtime -PRODUCT_RELEASE=1.9.0-RC3 +PRODUCT_RELEASE=1.9.0 diff --git a/airtime_mvc/application/configs/constants.php b/airtime_mvc/application/configs/constants.php index 80d2d9015..1eb796bf1 100644 --- a/airtime_mvc/application/configs/constants.php +++ b/airtime_mvc/application/configs/constants.php @@ -1,6 +1,6 @@