1.9.5 preparations
This commit is contained in:
parent
5d0f36f130
commit
4c5386c0f3
5 changed files with 15 additions and 3 deletions
4
CREDITS
4
CREDITS
|
@ -1,6 +1,10 @@
|
||||||
=======
|
=======
|
||||||
CREDITS
|
CREDITS
|
||||||
=======
|
=======
|
||||||
|
Version 1.9.5
|
||||||
|
-------------
|
||||||
|
Same as previous version.
|
||||||
|
|
||||||
Version 1.9.4
|
Version 1.9.4
|
||||||
-------------
|
-------------
|
||||||
Same as previous version.
|
Same as previous version.
|
||||||
|
|
|
@ -1,3 +1,11 @@
|
||||||
|
1.9.5 - Nov 2, 2011
|
||||||
|
*(CC-2743, CC-2769) Fixed problem where Media-Monitor would try to parse a file's metadata while the OS was still copying it
|
||||||
|
*(CC-2882) Fixed a bug where a couldn't unregister an old directory name from Airtime after it was renamed.
|
||||||
|
*(CC-2891) Fixed a bug with parsing Unicode metadata in audio files.
|
||||||
|
*(CC-2972) Fixed a bug where systems behind a firewall would have Airtime services communicating via its external IP.
|
||||||
|
*(CC-2975) Issue with older python-virtualenv identified. Airtime installer now requires virtualenv >= 1.4.9
|
||||||
|
*(CC-3012, CC-3013) Fixed an issue with Media-Monitor crashing when parsing certain audio tracks
|
||||||
|
|
||||||
1.9.4 - Sept 13, 2011
|
1.9.4 - Sept 13, 2011
|
||||||
*Improvements
|
*Improvements
|
||||||
-DEB packages now available for Ubuntu & Debian
|
-DEB packages now available for Ubuntu & Debian
|
||||||
|
|
2
VERSION
2
VERSION
|
@ -1,2 +1,2 @@
|
||||||
PRODUCT_ID=Airtime
|
PRODUCT_ID=Airtime
|
||||||
PRODUCT_RELEASE=1.9.4
|
PRODUCT_RELEASE=1.9.5
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
define('AIRTIME_VERSION', '1.9.4');
|
define('AIRTIME_VERSION', '1.9.5');
|
||||||
define('AIRTIME_COPYRIGHT_DATE', '2010-2011');
|
define('AIRTIME_COPYRIGHT_DATE', '2010-2011');
|
||||||
define('AIRTIME_REST_VERSION', '1.1');
|
define('AIRTIME_REST_VERSION', '1.1');
|
||||||
|
|
||||||
|
|
|
@ -21,7 +21,7 @@ from urlparse import urlparse
|
||||||
import base64
|
import base64
|
||||||
from configobj import ConfigObj
|
from configobj import ConfigObj
|
||||||
|
|
||||||
AIRTIME_VERSION = "1.9.4"
|
AIRTIME_VERSION = "1.9.5"
|
||||||
|
|
||||||
def api_client_factory(config):
|
def api_client_factory(config):
|
||||||
logger = logging.getLogger()
|
logger = logging.getLogger()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue