From f16eed74ae62d939289420bf113e9b17694f984d Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Tue, 27 Dec 2005 09:30:09 +0000 Subject: last commit before the alpha4 release --- docs/CHANGELOG | 25 ++++++++++++++----------- docs/INSTALL | 2 +- docs/README | 14 +++++++++----- 3 files changed, 24 insertions(+), 17 deletions(-) (limited to 'docs') diff --git a/docs/CHANGELOG b/docs/CHANGELOG index 3bdd75ed..962511bb 100755 --- a/docs/CHANGELOG +++ b/docs/CHANGELOG @@ -3,11 +3,13 @@ -------------------------------------------------------------------------- -------------------------------------------------------------------------- - v.3.3.2-Alpha4 + v.3.3.2-Alpha4 12/27/2005 + - Fixed Registration system sort of. It still needs massive + improvement, but it works.. kinda (Thx SoundOfEmotion) - Added Rating system, currently only non-flash works. - (Thx SoundOfEmotion for origional code) - - Added pop-up submenus to classic Theme (Thx Sigger) - - Fixed genre pulldown so it's a good bit faster (1/2 the sql calls) + (Thx SoundOfEmotion for original code) + - Added pop-up sub-menus to classic Theme (Thx Sigger) + - Fixed genre pull-down so it's a good bit faster (1/2 the sql calls) - Updated Preferences (yet again) maybe it's better, maybe it's not we'll never know... - Fixed Classic Theme view in IE (had spaces) @@ -16,8 +18,9 @@ - Added initial Italian translation (Thx Michele) - Updated Burgundy theme to take advantage of div format so that it acts like the old 'horizontal' menu - - Introduced new 'vertical' interface that uses - - Fixed a problem where downsampled songs wouldn't get recorded + - Introduced new 'vertical' interface that uses . Interface + should load a faster now. + - Fixed a problem where down-sampled songs wouldn't get recorded in stats due to their diminished size - Fixed column typo on Admin User page - Fixed a problem with the no_symlinks setting which could @@ -56,10 +59,10 @@ - Fixed problem where Add to Playlist from mpd.php only works for file method (Thx Rosensama) - Added 'Simple' Genre Bar (Thx sigger) - - Added initial TV page for viewing of nowplaying and additional + - Added initial TV page for viewing of now playing and additional information (Thx sigger) - Updated Archive library to 2.1 Released 08/13/2005 - - Corrected math error with automagic downsampling (Thx J) + - Corrected math error with automatic down-sampling (Thx J) - Corrected some of the no_auth preference problems - Fixed a problem where Clearing the catalog stats, didn't actually do anything @@ -71,9 +74,9 @@ rather than a list of songs. - Fixed Lock Songs always returning false and thus preventing any playback when enabled. (Thx J) - - Fixed a flaw in the downsampling which would allow you to set + - Fixed a flaw in the down-sampling which would allow you to set invalid bitrates. (Thx J) - - Fixed a few problems with WMP, downsampling and now playing + - Fixed a few problems with WMP, down-sampling and now playing information. This is not a final fix for WMP but it's better than before. - Fixed problem where played wasn't getting set correctly. @@ -122,7 +125,7 @@ - Added Spanish Translation (Thx ros) - Fixed Menu Highlight when using a Translation - More HTML cleanup (Thx Xgizzmo) - - Added inital Browse Pages and Supporting Functions + - Added initial Browse Pages and Supporting Functions - Added Genre Stats Tracking - Moved files into more logical areas, added .lib and .class suffix to library and class files, also started using diff --git a/docs/INSTALL b/docs/INSTALL index 7efd24dc..f045298d 100755 --- a/docs/INSTALL +++ b/docs/INSTALL @@ -152,7 +152,7 @@ the appropriate information - 3.4 Sorting and updating files (Under Development) + 3.4 Sorting and updating files *EXPERIMENTAL* (Use this at your own risk) When updating catalog preferences new fields added in v3.1 include ID3 set command Filename pattern diff --git a/docs/README b/docs/README index a1b718df..631b62d2 100755 --- a/docs/README +++ b/docs/README @@ -56,8 +56,10 @@ Contents: - simple m3u - standard pls - ASX + - RAM - Realtime Downsampled - Automatic Downsampling based on load + - On the Fly Transcoding - Localplay using Moosic - Localplay using MPD - Icecast2 Stream @@ -76,6 +78,7 @@ Contents: - Dutch (nl_NL) - Chinese (zh_CN) - UK English (en_GB) + - Italian (it_IT) - French (fr_FR) *Partial D) A Special Thanks: @@ -83,7 +86,8 @@ Contents: Scott Kveton - Head Nacho, inventer of all that is Ampache Robert Hopson - Libglue, Playlists, Ogg support.. and much more Andy Morgan - Protagonist - RosenSama - Developer + RosenSama - Previous Developer + Ben Shields - Graphics Boy Randall Ehren (Initial XML-RPC) s1amson (lots of beta testing) Caleb Crome (bug fixes and enhancements) @@ -101,12 +105,12 @@ Contents: 2. Getting all the components Apache >= 1.3.19 http://www.apache.org OR other webserver - PHP >= 4.1.2 http://www.php.net + PHP >= 4.3.x http://www.php.net PHP4-Mysql PHP4-Session PHP4-gd (recommended) PHP4 ICONV & ZLIB support (recommended) - MySQL >= 3.23 http://www.mysql.com + MySQL >= 4.x http://www.mysql.com 16MB of Ram 3. Setting Up @@ -125,7 +129,6 @@ Contents: will be handled by the /update.php script. There is no need to insert the /sql/ampache.sql if you have an existing installation. - 4. License This Application falls under the Standard GPL. See Licence @@ -147,7 +150,8 @@ Contents: Public SVN: https://svn.ampache.org/ IRC: irc.ampache.org #ampache (Freenode) Forums: http://ampache.org/forums - Bugs: http://bugs.ampache.org + Bugs: https://ampache.bountysource.com + Wiki: https://ampache.bountysource.com/wiki/ Demo: http://ampache.org/demo Ampache Development Team -- cgit