summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2009-03-08 13:51:34 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2009-03-08 13:51:34 +0000
commita6830fb0a785578a579d214b3eeb57eb7f70b3a2 (patch)
treeb7165c70c3670dae19affa535ae4d9a6ec765a56
parent37a348127fc68a8e3e8858873bc4df47d40a1760 (diff)
downloadampache-a6830fb0a785578a579d214b3eeb57eb7f70b3a2.tar.gz
ampache-a6830fb0a785578a579d214b3eeb57eb7f70b3a2.tar.bz2
ampache-a6830fb0a785578a579d214b3eeb57eb7f70b3a2.zip
commit for alpha2 release
-rwxr-xr-xdocs/CHANGELOG2
-rwxr-xr-xdocs/README4
-rw-r--r--lib/init.php2
3 files changed, 6 insertions, 2 deletions
diff --git a/docs/CHANGELOG b/docs/CHANGELOG
index e0801714..6cc3e546 100755
--- a/docs/CHANGELOG
+++ b/docs/CHANGELOG
@@ -3,7 +3,7 @@
--------------------------------------------------------------------------
--------------------------------------------------------------------------
- v.3-5-Alpha2
+ v.3-5-Alpha2 03/08/2009
- Fixed caching of objects with no return value
- Fixed updating of songs that should not be updated during catalog
verify
diff --git a/docs/README b/docs/README
index 1e9d284c..43bd7f34 100755
--- a/docs/README
+++ b/docs/README
@@ -47,6 +47,10 @@ Contents:
- SHN
- APE
- SPX
+ - FLV
+ - AVI
+ - MPG
+ - M4V
B) Supported Stream Methods
diff --git a/lib/init.php b/lib/init.php
index 3fd06a83..3c7dcc4f 100644
--- a/lib/init.php
+++ b/lib/init.php
@@ -20,7 +20,7 @@
*/
// SVN Fluf
-$svn_version = 'Subversion ' . trim('$Rev$','$ ');
+//$svn_version = 'Subversion ' . trim('$Rev$','$ ');
// Use output buffering, this gains us a few things and
// fixes some CSS issues