summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xHISTORY6
-rwxr-xr-xconfig_default.php2
2 files changed, 5 insertions, 3 deletions
diff --git a/HISTORY b/HISTORY
index acdadc9..9333610 100755
--- a/HISTORY
+++ b/HISTORY
@@ -7,11 +7,13 @@ xx.xx.xxxx - 0.1.0-alpha1
- Now based on JQuery/JQTouch
- Fully Ajax/Json based. Server only send Json data to client.
- Client fully webapp compatible. All the client is loaded in the same html page.
-- New skin with animate transitions. Hardware accelerated animations.
+- New skin with animated transitions. Hardware accelerated animations.
- Added recording from Channel info.
- Encoding status message is now updated live.
- Added new status "Encoding finished" for recording and videos files. It appears without "*" character before the name in Home sessions menu too.
-- Added Electronic Program Guide.
+- Added Electronic Program Guide with add timer feature.
+- Dynamic minimise and compression of the css & js files. Now cached.
+- gzip compression of all json data
01.03.2010 - 0.3.7
diff --git a/config_default.php b/config_default.php
index 8eeb0c9..3fcdc30 100755
--- a/config_default.php
+++ b/config_default.php
@@ -41,5 +41,5 @@
$segmenterpath='/usr/bin/segmenter'; //path to segmenter binary
// Version
- $isdversion = "1.0-alpha1";
+ $isdversion = "1.0";
?>