diff --git a/CREDITS b/CREDITS index 3a15126a2..d303519ef 100644 --- a/CREDITS +++ b/CREDITS @@ -1,3 +1,10 @@ +======= +CREDITS +======= +Version 2.1.3 +------------- +Same as previous version. + ======= CREDITS ======= diff --git a/VERSION b/VERSION index 0b9f4ef5f..682777c6f 100644 --- a/VERSION +++ b/VERSION @@ -1,2 +1,2 @@ PRODUCT_ID=Airtime -PRODUCT_RELEASE=2.1.2 +PRODUCT_RELEASE=2.1.3 diff --git a/changelog b/changelog index 579c4db28..96eb74af9 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,15 @@ +2.1.3 - July 4th, 2012 + * Changes + * Clarify inputs and output labels under stream settings + * Bug Fixes + * Fix playout engine crashing in rare cases after the system is restarted + * Fix entries in the Calendar unable to have multiple icons (recorded icon, soundcloud icon etc.) + * Fixed unwatching a watched folder with a large number of files (50,000+) can take a long time + * Fixed files deleted in the Web UI would delete files from the disk in watched folders + * Fixed jQuery widgets not showing the incorrectly showing the past Sunday on Sunday + * Fixed dragging and dropping tracks into a live show could cause to web UI to become unsynchronized from what is actually playing + * Fixed unable to receive mono streams for Master or Show source rebroadcasts + 2.1.2 - June 18th, 2012 * Bug Fixes * Fixed problem where playout engine may not retrieve program schedule after extended periods of user inactivity. diff --git a/install_minimal/airtime-install b/install_minimal/airtime-install index 43302b604..86691c427 100755 --- a/install_minimal/airtime-install +++ b/install_minimal/airtime-install @@ -152,10 +152,6 @@ fi if [ -e /etc/init.d/airtime-playout ]; then invoke-rc.d airtime-playout stop > /dev/null 2>&1 fi -if [ -e /etc/init.d/airtime-show-recorder ]; then - invoke-rc.d airtime-show-recorder stop > /dev/null 2>&1 -fi - #export these variables to make them available in sub bash scripts export DO_UPGRADE diff --git a/install_minimal/include/airtime-constants.php b/install_minimal/include/airtime-constants.php index c33d25441..1d09fca25 100644 --- a/install_minimal/include/airtime-constants.php +++ b/install_minimal/include/airtime-constants.php @@ -1,3 +1,3 @@