summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlib <aliboba@free.fr>2010-03-29 14:08:22 +0200
committerAlib <aliboba@free.fr>2010-03-29 14:08:22 +0200
commit095c83b7698da4dd623c9682437e93e38cfffdda (patch)
treea3175da40d1489c1d808f13796393009f6bdd7ae
parent088b4eb3b3dbe7145ed11b1718908149dceacc7d (diff)
downloadistreamdev-095c83b7698da4dd623c9682437e93e38cfffdda.tar.gz
istreamdev-095c83b7698da4dd623c9682437e93e38cfffdda.tar.bz2
changed version
-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";
?>