[Slim-Checkins] r10507 - in /trunk/server: Changelog6.html Slim/Utils/Cache.pm

adrian at svn.slimdevices.com adrian at svn.slimdevices.com
Sun Oct 29 10:30:55 PST 2006


Author: adrian
Date: Sun Oct 29 10:30:51 2006
New Revision: 10507

URL: http://svn.slimdevices.com?rev=10507&view=rev
Log:
Bug: 4432
Description: changelog and typo

Modified:
    trunk/server/Changelog6.html
    trunk/server/Slim/Utils/Cache.pm

Modified: trunk/server/Changelog6.html
URL: http://svn.slimdevices.com/trunk/server/Changelog6.html?rev=10507&r1=10506&r2=10507&view=diff
==============================================================================
--- trunk/server/Changelog6.html (original)
+++ trunk/server/Changelog6.html Sun Oct 29 10:30:51 2006
@@ -108,6 +108,7 @@
 		<li><a href="http://bugs.slimdevices.com/show_bug.cgi?id=4413">#4413</a> - registerParser api not working - breaks some AlienBBC streams</li>
 		<li><a href="http://bugs.slimdevices.com/show_bug.cgi?id=4430">#4430</a> - Snow.pm loading Text Display on all player types</li>
 		<li><a href="http://bugs.slimdevices.com/show_bug.cgi?id=4431">#4431</a> - Scanner fills up FileCache, causing disk issues and slows scanning speed.</li>
+		<li><a href="http://bugs.slimdevices.com/show_bug.cgi?id=4432">#4432</a> - Purge of FileCache stalls slimserver for large collections</li>
 	</ul>
 </ul>
 

Modified: trunk/server/Slim/Utils/Cache.pm
URL: http://svn.slimdevices.com/trunk/server/Slim/Utils/Cache.pm?rev=10507&r1=10506&r2=10507&view=diff
==============================================================================
--- trunk/server/Slim/Utils/Cache.pm (original)
+++ trunk/server/Slim/Utils/Cache.pm Sun Oct 29 10:30:51 2006
@@ -28,7 +28,7 @@
 
 =head1 METHODS
 
-=head2 new( [ $namespeace ], [ $version ], [ $noPeriodicPurge ] )
+=head2 new( [ $namespace ], [ $version ], [ $noPeriodicPurge ] )
 
 $namespace allows unique namespace for cache to give control of purging on per namespace basis
 



More information about the checkins mailing list