release version updates and changelog edits.
This commit is contained in:
parent
9c0bee3877
commit
71ee72015b
16
CREDITS
16
CREDITS
|
@ -2,6 +2,22 @@
|
||||||
CREDITS
|
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
|
Version 2.4.1
|
||||||
-------------
|
-------------
|
||||||
|
|
||||||
|
|
2
VERSION
2
VERSION
|
@ -1,2 +1,2 @@
|
||||||
PRODUCT_ID=Airtime
|
PRODUCT_ID=Airtime
|
||||||
PRODUCT_RELEASE=2.4.1
|
PRODUCT_RELEASE=2.5.0
|
||||||
|
|
|
@ -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
|
2.4.1 - August 28th, 2013
|
||||||
* Bug Fixes
|
* Bug Fixes
|
||||||
* Playout Engine locking issue
|
* Playout Engine locking issue
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
define('AIRTIME_VERSION', '2.4.1');
|
define('AIRTIME_VERSION', '2.5.0');
|
||||||
|
|
|
@ -16,7 +16,7 @@ import base64
|
||||||
import traceback
|
import traceback
|
||||||
from configobj import ConfigObj
|
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
|
# TODO : Place these functions in some common module. Right now, media
|
||||||
|
|
Loading…
Reference in New Issue