release version updates and changelog edits.
This commit is contained in:
parent
9c0bee3877
commit
71ee72015b
16
CREDITS
16
CREDITS
|
@ -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
|
||||
-------------
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
<?php
|
||||
|
||||
define('AIRTIME_VERSION', '2.4.1');
|
||||
define('AIRTIME_VERSION', '2.5.0');
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue