- version string and changelog changes

This commit is contained in:
James 2011-08-09 11:44:11 -04:00
parent b9d969e45a
commit 691a83ccd0
3 changed files with 5 additions and 3 deletions

View file

@ -1,4 +1,4 @@
1.9.0 - ???, 2011 1.9.0 - August 9, 2011
The cool stuff: The cool stuff:
* New file storage system. * New file storage system.
@ -54,6 +54,8 @@ The cool stuff:
Python or PHP configurations. The python libraries needed for Airtime are Python or PHP configurations. The python libraries needed for Airtime are
now contained in a local Python virtualenv, and the PHP config variables now contained in a local Python virtualenv, and the PHP config variables
are set in the Apache virtualhost and .htaccess files. 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: * Bug fixes:
- Fixed bug where you couldn't import a file with a name longer than 255 - Fixed bug where you couldn't import a file with a name longer than 255

View file

@ -1,2 +1,2 @@
PRODUCT_ID=Airtime PRODUCT_ID=Airtime
PRODUCT_RELEASE=1.9.0-RC3 PRODUCT_RELEASE=1.9.0

View file

@ -1,6 +1,6 @@
<?php <?php
define('AIRTIME_VERSION', '1.9.0-RC3'); define('AIRTIME_VERSION', '1.9.0');
define('AIRTIME_COPYRIGHT_DATE', '2010-2011'); define('AIRTIME_COPYRIGHT_DATE', '2010-2011');
define('AIRTIME_REST_VERSION', '1.1'); define('AIRTIME_REST_VERSION', '1.1');