release version updates and changelog edits.

This commit is contained in:
Naomi Aro 2013-09-01 00:56:47 -04:00
parent 9c0bee3877
commit 71ee72015b
5 changed files with 28 additions and 3 deletions

16
CREDITS
View File

@ -2,6 +2,22 @@
CREDITS
=======
Version 2.5.0
-------------
Denise Rigato (denise.rigato@sourcefabric.org)
Role: Software Developer
Naomi Aro (naomi.aro@sourcefabric.org)
Role: Software Developer
Cliff Wang (cliff.wang@sourcefabric.org)
Role: QA
Daniel James (daniel.james@sourcefabric.org)
Role: Documentor & QA
Version 2.4.1
-------------

View File

@ -1,2 +1,2 @@
PRODUCT_ID=Airtime
PRODUCT_RELEASE=2.4.1
PRODUCT_RELEASE=2.5.0

View File

@ -1,3 +1,12 @@
2.5.0 - September 4th, 2013
* New features
* Playout History feature overhaul.
- custom templates for log sheets.
- ability to manually log an item.
- ability to edit a history item.
- 3 history views: log, file summary, show summary.
- hosts can now view/log their own show history.
2.4.1 - August 28th, 2013
* Bug Fixes
* Playout Engine locking issue

View File

@ -1,3 +1,3 @@
<?php
define('AIRTIME_VERSION', '2.4.1');
define('AIRTIME_VERSION', '2.5.0');

View File

@ -16,7 +16,7 @@ import base64
import traceback
from configobj import ConfigObj
AIRTIME_VERSION = "2.4.1"
AIRTIME_VERSION = "2.5.0"
# TODO : Place these functions in some common module. Right now, media