--------------------------------------------------------------------------
---------                  Ampache -- CHANGELOG                  ---------   
--------------------------------------------------------------------------
  $CVSHeader: ampache/CHANGELOG,v 1.12 2004/03/23 08:27:11 vollmerk Exp $
--------------------------------------------------------------------------

--------------------------------------------------------------------------
  v.3.2-Alpha1 03/23/2004:
  	- Added Now Playing
	- Updated the migration tool (update.php)
	- Added ability to turn on/off ability to download songs
	- First step towards upload capibilities
	- Early version of "Local Play"
	- Per User preferences
	- "Legalize" option that only allows one copy of a song to be played 
		at any one time. 
	- Fixes for popular songs being incorrectly reported.
	- Fixes to Play All Songs by Artist/Album 
	- Improvments to playlists. 
	- Many other minor bug fixes

--------------------------------------------------------------------------
  v.3.1.3 01/11/2004:
  	- Fixed a link problem on the logout page
	- Fixed Full Album not being displayed in the title tag on show_songs
	- Doesn't try to show album art for Unknown Albums
	- Fixed a config problem introduced in 3.1.2
	- Stops looking for album art after finding a single one (reduces load)
	
	
--------------------------------------------------------------------------
  v.3.1.2 12/30/2003:
  	- Fixed Single Song Per Album bug if the album title contained
		a single-quote
	- Fixed problems with quotes, and special chr in id3 tags 
	- Fixed a few html problems
	- New version of Getid3() see www.getid3.org
	- Fixed Connected user count looking incorrect
	- Cleaned up HTML in show_songs.
	- Now returns an error if adding a user fails
	- Fixed Stat Clean and Catalog Delete still happening even if you 
		clicked no
	- Removed Clean All Catalogs and Access link because those
		features are currently broken

--------------------------------------------------------------------------
  v.3.1.1 12/26/2003:
  	- Fixed a problem with the clean catalog function not actually 
		working correctly, also added a checkbox to auto delete
		dead songs
	- Fixed a problem with readconfig not working on windows 
	- Fixed a problem where dead songs would get added to a playlist
	- Added a missing break in the case function of admin/catalog.php
	- Removed preferences tab because it doesn't actually work
	- Made Catalog Update not display errors if it can't find the file
	- Catalog Update should no longer time out
	- Added in some escaping for single quotes in some extra id3
		fields

--------------------------------------------------------------------------
  v.3.1, 12/23/2003:
	- Fixed problem with quick search on artist only allowing 1 chr
	- Fixed broken image on albums with no art
	- General HTML cleanup
	- Changed link name to "Play" from m3u
	- Ordered genre pull down by name rather than ID
	- Make it not look for album art if it wasn't viewing an album
	- Removed random play stuff from album page 

--------------------------------------------------------------------------
  v.3.1-Beta2, 12/16/2003:
  	- Fixed double http:// in a few places (Thx Lamar)
	- Typo in Form variable (Thx Lamar)
	- Album Playlist Fixes (Thx Lamar)
	- Added trailing slash to admin links (Thx MrBlahh)
	- Removed from register globals requirements

--------------------------------------------------------------------------
  v.3.1-Beta1, 12/10/2003:
	- Compleated support for OGG files (Thx Hopson for original code)
	- Fixed Viewing Albums
	- Addtype no longer required in apache config. Headers
		are now passed in that delecate grey zone where all the 
		browsers we can find seem to work.. (Thx Rubin)
	- Fixed it so that you no longer have to edit init.php (Thx Rubin)
	- Added view all songs from this artist 
	- Hopefully fixed libglue once and for all... 

--------------------------------------------------------------------------
  v.3.1-Alpha5, 11/29/2003:
  	- Added Duplicate song checker to catalog tools (Thx Alphi)
	- Fixed missing Genre check when updating id3 tags
	- Added Disable Option for Admins when showing songs
	- Removed some un-needed files
	- Fixed 'Fuzzy' Math in list_header (Thx Andy)
	- Fixed stats on the main page (Thx Andy)
	- General Code Cleanup (Thx Andy)
	- Fixed double login problem

--------------------------------------------------------------------------
  v.3.1-Alpha4, 11/27/2003:
  	- Yet more search options
	- Fixed a few more admin tool issues
	- Added a play via Genre + Catalog (Thx Rubin)
	- Fixed Random Play (Rubin)
	- Fixed catalog so that if file exists but isn't readable 
	    it doesn't add it to the catalog empty (Thx Andy Morgan)
	- Fixed update.php to check what version of the db is being run
	    and update accordingly (Rubin)
	- Added bare bones for Album Art support from the mp3 files (Rubin)
	- Fixed Play Selected from Albums/Artists

--------------------------------------------------------------------------
  v.3.1-Alpha3, 11/25/2003:
  	- Fixed some installation problems
	- Added a few new search options
	- Fixed catalog delete, and other misc link problems
	- Added migration tools (Thx Andy Morgan)
	- Re-worked Genre

--------------------------------------------------------------------------
  v.3.1-Alpha2, 11/24/2003:
  	- Start of compleate re-write of ampache code
	- Fixed register globals problem, should no longer be required to be on
	- Added ID3V2 tag support
	- Improved playlists, added track var
	- New Looks and feel thanks to Ben Shields
	- Compleatly rebuilt cataloging again... 
	- Fixed orphaned files

--------------------------------------------------------------------------
  v.3.0, 04/05/2002:
  	- Added Randall Ehren to the "Ampache Development Team" :-)
  	- Completely rebuilt catalog mechanism
	- Remote catalog updates via XML-RPC
	- Fixed orphaned file interface
	- New tools to update ID3 tags easier
	- Changed admin interface to be easier to use
	- Many bug fixes

--------------------------------------------------------------------------
  v.2.5, 03/04/2002:
  	- Bug fixes and code cleanup
	- Final mod_mp3 only version

  v.2.0, 02/05/2002:
  	- Added stats page to clean up "Home"
	- Made default album/artist view start with match=A
	- Cleaned up admin/users interface to show who's logged on
	- Added ability to anonymously mail all users via admin

--------------------------------------------------------------------------
  v.2.0rc2, 01/18/2002:
  	- Fixed update catalog tools to remove songs that have changed
	- Added support for the mod_mp3 MySQL dispatch -> you no longer need
		to restart apache for new songs
	- Minor interface fixes (spelling, wording, etc)
	- Added per-user statistics
	- Made album/artist views easier to digest
    
--------------------------------------------------------------------------
  v.1.21, 07/29/2001:
    Minor bug fixes from various users (see readme)
    Updated Album and Artist views
    Added play all songs from artist and randomize songs from artist

--------------------------------------------------------------------------
  v.2.0rc1, 01/10/2002:
	- User/session management for admin
	- fix 'Greatest Hits' problem
	- Wrote setup.php for initial setup of server
	- Reworked administration pages
	- Per user profile settings/updates
	- Playlists stored per user
	- Private/Public playlists
	- Show most popular songs/artist
	- Added play.php wrapper to track song play
	- Added stats for number of times played for artist/album/song
	- Add demo mode
	- Tweak album view to show artist as well
	- Change format/view of "Home" page
	- show songs for an artist on album page
	- fixed single song play
	- select all feature for song view
	- greatly enhanced search result capabilities
	- Show how many users connected
 
---------------------------------------------------------------------------
  v.1.20, 07/22/2001:
    Lots and Lots of bug fixes
    Replaced mp3.php class with Sandy McArthur, Jr's id3 class
    Song editor -> update DB and/or song file -> integrate with orphan files
    Add genre support and allow genre playback and stats
    Add track support ... now should order in album order 
      automatically if ID3v1.1 tags used
    ID3v1.1 support for writing/reading files
    Tweak filefind to make filename be name of orphaned songs
    Moved "Orphaned Files" into the admin section

--------------------------------------------------------------------------
  v.1.10, 05/08/2001:
    PHP-only version now; can catalog all MP3's via PHP
    Tweaked perl script to not return SQL errors
    More interface tweaks to make site look purdy

--------------------------------------------------------------------------
  v.1.07, 05/04/2001:
    Changed URL for mod_mp3 to media.tangent.org
    Tweaked interface even more and cleaned up build process even more.

--------------------------------------------------------------------------
  v.1.06, 05/04/2001:
    Many more updates to the tools and interface.

--------------------------------------------------------------------------
  v.1.04, 04/29/2001:
    Prettied up interface some more.
    Tweaked code for .pls support (added artist, album)
    Fixed filefind to work around .AppleDouble directories

--------------------------------------------------------------------------
  v.1.03, 04/29/2001:
    All kinds of build changes.
    Added support for .pls

--------------------------------------------------------------------------
  v.1.02, 04/29/2001:
    Minor build changes.

--------------------------------------------------------------------------
  v.1.01, 04/29/2001:
    First version.
--------------------------------------------------------------------------


