[Slim-Checkins] r10508 - in /branches/6.5/server: Changelog6.html
Slim/Utils/Cache.pm
adrian at svn.slimdevices.com
adrian at svn.slimdevices.com
Sun Oct 29 10:32:29 PST 2006
Author: adrian
Date: Sun Oct 29 10:32:25 2006
New Revision: 10508
URL: http://svn.slimdevices.com?rev=10508&view=rev
Log:
Bug: 4432
Description: changelog and typo
Modified:
branches/6.5/server/Changelog6.html
branches/6.5/server/Slim/Utils/Cache.pm
Modified: branches/6.5/server/Changelog6.html
URL: http://svn.slimdevices.com/branches/6.5/server/Changelog6.html?rev=10508&r1=10507&r2=10508&view=diff
==============================================================================
--- branches/6.5/server/Changelog6.html (original)
+++ branches/6.5/server/Changelog6.html Sun Oct 29 10:32:25 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: branches/6.5/server/Slim/Utils/Cache.pm
URL: http://svn.slimdevices.com/branches/6.5/server/Slim/Utils/Cache.pm?rev=10508&r1=10507&r2=10508&view=diff
==============================================================================
--- branches/6.5/server/Slim/Utils/Cache.pm (original)
+++ branches/6.5/server/Slim/Utils/Cache.pm Sun Oct 29 10:32:25 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