Author: poeml Date: Sat Dec 5 20:25:54 2009 New Revision: 7912 URL: http://svn.mirrorbrain.org/viewvc/mirrorbrain?rev=7912&view=rev Log: bump version (2.11.2) Modified: trunk/docs/changes.rst trunk/mod_mirrorbrain/mod_mirrorbrain.c Modified: trunk/docs/changes.rst URL: http://svn.mirrorbrain.org/viewvc/mirrorbrain/trunk/docs/changes.rst?rev=7912&r1=7911&r2=7912&view=diff ============================================================================== --- trunk/docs/changes.rst (original) +++ trunk/docs/changes.rst Sat Dec 5 20:25:54 2009 _at_@ -2,6 +2,42 @@ Release Notes/Change History ============================ + +Release 2.11.2 (r7913, Dec 5, 2009) +----------------------------------- + +This release improves scanning via FTP and adds a few small features: + +* :program:`mb scan`: + + - When scanning via FTP, filenames containing whitespace would not be + recognized. The regular expression that parses the FTP directory listing + has been extended. In addition, a warning is now printed when a line can't + be parsed. This hopefully fixes `issue 31`_. + - when using the FTP protocol for probing for a file or directory, the wrong + use of a variable let the result always be negative. This affected + subdirectory scans (using ``mb scan -d path/to/dir``), which would igore + some mirrors. + +* :program:`mb db`: + + - new command for database maintenance tasks: + + + :program:`mb db sizes` --- shows sizes of all relations + + :program:`mb db shell` --- conveniently open a shell for the database + + :program:`mb db vacuum` --- cleans up dead references (previously: + :program:`mb vacuum`, which still can be used for backwards + compatibility.) + +* :program:`mirrorprobe`: + + - 60 seconds as timeout have always been a bit long. Change the default + timeout to 20 seconds, which is also the value suggested in the + documentation. + + +.. _`issue 31`: http://mirrorbrain.org/issues/issue31 + Release 2.11.1 (r7899, Dec 3, 2009) ------------------------------------ Modified: trunk/mod_mirrorbrain/mod_mirrorbrain.c URL: http://svn.mirrorbrain.org/viewvc/mirrorbrain/trunk/mod_mirrorbrain/mod_mirrorbrain.c?rev=7912&r1=7911&r2=7912&view=diff ============================================================================== --- trunk/mod_mirrorbrain/mod_mirrorbrain.c (original) +++ trunk/mod_mirrorbrain/mod_mirrorbrain.c Sat Dec 5 20:25:54 2009 _at_@ -82,7 +82,7 @@ #define APR_ARRAY_PUSH(ary,type) (*((type *)apr_array_push(ary))) #endif -#define MOD_MIRRORBRAIN_VER "2.11.1" +#define MOD_MIRRORBRAIN_VER "2.11.2" #define VERSION_COMPONENT "mod_mirrorbrain/"MOD_MIRRORBRAIN_VER #ifdef NO_MOD_GEOIP _______________________________________________ mirrorbrain-commits mailing list Archive: http://mirrorbrain.org/archive/mirrorbrain-commits/ Note: To remove yourself from this list, send a mail with the content unsubscribe to the address mirrorbrain-commits-request_at_mirrorbrain.orgReceived on Sat Dec 05 2009 - 19:25:57 GMT
This archive was generated by hypermail 2.3.0 : Mon Feb 20 2012 - 23:47:04 GMT