From a6830fb0a785578a579d214b3eeb57eb7f70b3a2 Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Sun, 8 Mar 2009 13:51:34 +0000 Subject: commit for alpha2 release --- docs/CHANGELOG | 2 +- docs/README | 4 ++++ lib/init.php | 2 +- 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 -- cgit