Author: poeml Date: Wed Feb 5 00:02:12 2014 New Revision: 8376 URL: http://svn.mirrorbrain.org/viewvc/mirrorbrain?rev=8376&view=rev Log: update version (2.18.1) update changelog Modified: trunk/docs/changes.rst trunk/docs/conf.py trunk/mb/mb.py trunk/mb/setup.py trunk/mod_mirrorbrain/mod_mirrorbrain.c trunk/sql/initialdata-postgresql.sql trunk/tools/scanner.pl Modified: trunk/docs/changes.rst URL: http://svn.mirrorbrain.org/viewvc/mirrorbrain/trunk/docs/changes.rst?rev=8376&r1=8375&r2=8376&view=diff ============================================================================== --- trunk/docs/changes.rst (original) +++ trunk/docs/changes.rst Wed Feb 5 00:02:12 2014 _at_@ -3,6 +3,29 @@ Release Notes/Change History ============================ + +Release 2.18.1 (rXXXX, Feb 3, 2014) +----------------------------------- + +Bug fixes: + +* :program:`geoip-lite-update`: The tools reloads Apache, but the + ``systemctl`` call added in 2.18.0 for operating systems with ``systemd`` was + incorrect. This has been fixed and was the reason for this release. + +* :program:`mod_mirrorbrain`: Some obsolete configuration directives + have been removed (``MirrorBrainGeoIPFile``, + ``MirrorBrainHandleDirectoryIndexLocally``, + ``MirrorBrainMetalinkHashesPathPrefix``). ``MirrorBrainGeoIPFile`` was also + still present in the example configuration file. (`issue 146`_) + +* mb scan: an obsolete reference to a -f switch was removed that exists only in + the behind-the-scene scanner perl script, but not in mb scan. Thanks, Bart! + +In the documentation about system tuning, a reference to the PostgreSQL docs +has been added. + +.. _`issue 146`: http://mirrorbrain.org/issues/issue146 Release 2.18.0 (r8365, Feb 2, 2014) ----------------------------------- Modified: trunk/docs/conf.py URL: http://svn.mirrorbrain.org/viewvc/mirrorbrain/trunk/docs/conf.py?rev=8376&r1=8375&r2=8376&view=diff ============================================================================== --- trunk/docs/conf.py (original) +++ trunk/docs/conf.py Wed Feb 5 00:02:12 2014 _at_@ -45,9 +45,9 @@ # built documents. # # The short X.Y version. -version = '2.18.0' +version = '2.18.1' # The full version, including alpha/beta/rc tags. -release = '2.18.0' +release = '2.18.1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. Modified: trunk/mb/mb.py URL: http://svn.mirrorbrain.org/viewvc/mirrorbrain/trunk/mb/mb.py?rev=8376&r1=8375&r2=8376&view=diff ============================================================================== --- trunk/mb/mb.py (original) +++ trunk/mb/mb.py Wed Feb 5 00:02:12 2014 _at_@ -12,7 +12,7 @@ (it is not in the Python CheeseShop so far) """ -__version__ = '2.18.0' +__version__ = '2.18.1' __author__ = 'Peter Poeml <poeml_at_cmdline.net>' __copyright__ = 'Novell / SUSE Linux Products GmbH' __license__ = 'GPL' Modified: trunk/mb/setup.py URL: http://svn.mirrorbrain.org/viewvc/mirrorbrain/trunk/mb/setup.py?rev=8376&r1=8375&r2=8376&view=diff ============================================================================== --- trunk/mb/setup.py (original) +++ trunk/mb/setup.py Wed Feb 5 00:02:12 2014 _at_@ -3,7 +3,7 @@ from distutils.core import setup, Extension s = setup(name='mb', - version='2.18.0', + version='2.18.1', description='mb, a tool to maintain the MirrorBrain database', author='MirrorBrain project', author_email='info_at_mirrorbrain.org', Modified: trunk/mod_mirrorbrain/mod_mirrorbrain.c URL: http://svn.mirrorbrain.org/viewvc/mirrorbrain/trunk/mod_mirrorbrain/mod_mirrorbrain.c?rev=8376&r1=8375&r2=8376&view=diff ============================================================================== --- trunk/mod_mirrorbrain/mod_mirrorbrain.c (original) +++ trunk/mod_mirrorbrain/mod_mirrorbrain.c Wed Feb 5 00:02:12 2014 _at_@ -113,7 +113,7 @@ #define APR_ARRAY_PUSH(ary,type) (*((type *)apr_array_push(ary))) #endif -#define MOD_MIRRORBRAIN_VER "2.18.0" +#define MOD_MIRRORBRAIN_VER "2.18.1" #define VERSION_COMPONENT "mod_mirrorbrain/"MOD_MIRRORBRAIN_VER /* no space for time zones is provided here */ Modified: trunk/sql/initialdata-postgresql.sql URL: http://svn.mirrorbrain.org/viewvc/mirrorbrain/trunk/sql/initialdata-postgresql.sql?rev=8376&r1=8375&r2=8376&view=diff ============================================================================== --- trunk/sql/initialdata-postgresql.sql (original) +++ trunk/sql/initialdata-postgresql.sql Wed Feb 5 00:02:12 2014 _at_@ -1,4 +1,4 @@ -INSERT INTO version VALUES ('1', 'mirrorbrain', 2, 18, 0); +INSERT INTO version VALUES ('1', 'mirrorbrain', 2, 18, 1); INSERT INTO region VALUES (1,'af','Africa'),(2,'as','Asia'),(3,'eu','Europe'),(4,'na','North America'),(5,'sa','South America'),(6,'oc','Oceania'); Modified: trunk/tools/scanner.pl URL: http://svn.mirrorbrain.org/viewvc/mirrorbrain/trunk/tools/scanner.pl?rev=8376&r1=8375&r2=8376&view=diff ============================================================================== --- trunk/tools/scanner.pl (original) +++ trunk/tools/scanner.pl Wed Feb 5 00:02:12 2014 _at_@ -46,7 +46,7 @@ use Time::HiRes qw(gettimeofday); use Encode; -my $version = '2.18.0'; +my $version = '2.18.1'; my $verbose = 1; my $sqlverbose = 0; _______________________________________________ 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 Tue Feb 04 2014 - 23:02:21 GMT
This archive was generated by hypermail 2.3.0 : Tue Feb 04 2014 - 23:17:04 GMT