Changes of Revision 25
[-] | Changed | mirrorbrain.changes |
x 1
2 ------------------------------------------------------------------- 3 +Sat Nov 6 04:04:26 UTC 2010 - poeml@cmdline.net 4 + 5 +- update to 2.14.0 (r8210): 6 + http://mirrorbrain.org/docs/changes/#release-2-14-0-r8210-nov-6-2010 7 + - If the “GeoLite City” GeoIP database is used, MirrorBrain now uses 8 + geographical distance as additional criterion to improve mirror selection 9 + in difficult cases (issue #34). 10 + - Per-file mirror lists are more readable and embed a link to a Google map 11 + with mirrors. 12 + - When running behind a load balancer or other reverse proxy, prefix 13 + detection (for containment in network prefixes of mirrors) did not work. 14 + - Experimental support for restricted downloads. See release notes. 15 + - Running behind authentication (e.g. Basic) is now supported. 16 + - zsync 0.6.2 compatibility has been tested. 17 + - Small code optimizations and cleanups. 18 + Upgrade notes: http://mirrorbrain.org/docs/upgrading/#to-2-14-0 19 + 20 +------------------------------------------------------------------- 21 +Tue Oct 19 16:39:04 UTC 2010 - poeml@cmdline.net 22 + 23 +- update to 2.13.4 (r8188): 24 + See http://mirrorbrain.org/docs/changes/#release-2-13-4-r8188-oct-19-2010 25 + mb scan: 26 + - The output of the scanner has been improved, by introducing a -q|--quiet 27 + option. Used once, only a summary line per scanned mirror will be shown. Used 28 + twice, no output will be produced except errors. 29 + - When a scan via rsync ran into a timeout, the name of the affected mirror was 30 + not reported. The error message was only “rsync timeout”, and while there 31 + normally were other messages giving a hint, output is now improved to include 32 + the mirror identifier. 33 + - When enabling a mirror after successful scanning, the scanner now makes sure 34 + that the mirror is not only marked “enabled” but also marked being “online”. 35 + Mirrors are normally marked online by the mirrorprobe (which is typically run 36 + once per minute), but it is much more logical when a mirror is really 37 + directly available after scanning with --enable. 38 + mb scan & mirrorprobe: 39 + - There was a case of a quirky web server software that ignores requests 40 + without Accept header. The mirrorprobe and the scanner now send an Accept 41 + header with value ‘/‘, because sending this header in general should not 42 + harm. 43 + geoip-lite-update: 44 + - This script now works on Ubuntu. It no longer relies on a command named ftp 45 + being capable of doing HTTP downloads, and prefers curl or wget if available. 46 + - The script is quiet now, producing no output if no error is encountered. 47 + Documentation was extended and enhanced. 48 + 49 +------------------------------------------------------------------- 50 Sun Sep 26 01:35:24 UTC 2010 - poeml@cmdline.net 51 52 - update to 2.13.3 (r8166): 53 |
||
[-] | Changed | mirrorbrain.spec ^ |
19 1
2 #BuildRequires: help2man python-cmdln 3 Url: http://mirrorbrain.org/ 4 Packager: Peter Poeml, mirrorbrain at mirrorbrain.org 5 -Version: 2.13.3 6 +Version: 2.14.0 7 Release: 0 8 License: Apache License 2.0, GPL 9 Group: Productivity/Networking/Web/Servers 10
11 12 %build 13 cd mod_mirrorbrain 14 -%{apxs} -c -Wc,"%memcache_cflags -Wall -g" mod_mirrorbrain.c 15 +%{apxs} -c -Wc,"%memcache_cflags -Wall -g" -lm mod_mirrorbrain.c 16 cd ../mod_autoindex_mb 17 %{apxs} -c -Wc,"%memcache_cflags -Wall -g" mod_autoindex_mb.c 18 cd ../tools 19 |
||
[+] | Changed | debian.changelog ^ |
@@ -1,3 +1,66 @@ +mirrorbrain (2.14.0-3) stable; urgency=low + + - 2nd attempt of linking the math library, to fix unresolved symbol "sqrt" in + mod_mirrorbrain.so. + + -- Peter Poeml <poeml@cmdline.net> Sat, 6 Nov 2010 06:59:00 +0100 + +mirrorbrain (2.14.0-2) stable; urgency=low + + - linking the math library, to fix unresolved symbol "sqrt" in + mod_mirrorbrain.so. + + -- Peter Poeml <poeml@cmdline.net> Sat, 6 Nov 2010 06:22:00 +0100 + +mirrorbrain (2.14.0-1) stable; urgency=low + + - update to 2.14.0 (r8210): + http://mirrorbrain.org/docs/changes/#release-2-14-0-r8210-nov-6-2010 + - If the “GeoLite City” GeoIP database is used, MirrorBrain now uses + geographical distance as additional criterion to improve mirror selection + in difficult cases (issue #34). + - Per-file mirror lists are more readable and embed a link to a Google map + with mirrors. + - When running behind a load balancer or other reverse proxy, prefix + detection (for containment in network prefixes of mirrors) did not work. + - Experimental support for restricted downloads. See release notes. + - Running behind authentication (e.g. Basic) is now supported. + - zsync 0.6.2 compatibility has been tested. + - Small code optimizations and cleanups. + Upgrade notes: http://mirrorbrain.org/docs/upgrading/#to-2-14-0 + + -- Peter Poeml <poeml@cmdline.net> Sat, 6 Nov 2010 05:09:00 +0100 + +mirrorbrain (2.13.4-1) stable; urgency=low + + - update to 2.13.4 (r8188): + See http://mirrorbrain.org/docs/changes/#release-2-13-4-r8188-oct-19-2010 + mb scan: + - The output of the scanner has been improved, by introducing a -q|--quiet + option. Used once, only a summary line per scanned mirror will be shown. Used + twice, no output will be produced except errors. + - When a scan via rsync ran into a timeout, the name of the affected mirror was + not reported. The error message was only “rsync timeout”, and while there + normally were other messages giving a hint, output is now improved to include + the mirror identifier. + - When enabling a mirror after successful scanning, the scanner now makes sure + that the mirror is not only marked “enabled” but also marked being “online”. + Mirrors are normally marked online by the mirrorprobe (which is typically run + once per minute), but it is much more logical when a mirror is really + directly available after scanning with --enable. + mb scan & mirrorprobe: + - There was a case of a quirky web server software that ignores requests + without Accept header. The mirrorprobe and the scanner now send an Accept + header with value ‘/‘, because sending this header in general should not + harm. + geoip-lite-update: + - This script now works on Ubuntu. It no longer relies on a command named ftp + being capable of doing HTTP downloads, and prefers curl or wget if available. + - The script is quiet now, producing no output if no error is encountered. + Documentation was extended and enhanced. + + -- Peter Poeml <poeml@cmdline.net> Tue, 19 Oct 2010 18:42:00 +0100 + mirrorbrain (2.13.3-1) stable; urgency=low - update to 2.13.3 (r8166): | ||
[+] | Changed | debian.tar.gz/control ^ |
@@ -74,6 +74,8 @@ Architecture: any # the dependency on python2.5 is added here due to http://mirrorbrain.org/issues/issue6 Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends} +# python-processing is no longer a package on e.g. Ubuntu 10.04, and not needed, since +# the multiprocessing module is on board Recommends: python-processing Provides: ${python:Provides} Breaks: mirrorbrain-tools (<<2.13.0) | ||
[+] | Changed | debian.tar.gz/rules ^ |
@@ -15,8 +15,8 @@ build: build-stamp build-stamp: $(PYVERS:%=build-python%) dh_testdir - cd mod_mirrorbrain && $(APXS) -c mod_mirrorbrain.c - cd mod_autoindex_mb && $(APXS) -c mod_autoindex_mb.c + cd mod_mirrorbrain && $(APXS) -c -Wc,"-Wall -g" -lm mod_mirrorbrain.c + cd mod_autoindex_mb && $(APXS) -c -Wc,"-Wall -g" mod_autoindex_mb.c cd tools && gcc $(CFLAGS) -Wall -lGeoIP -o geoiplookup_continent geoiplookup_continent.c cd tools && gcc $(CFLAGS) -Wall -lGeoIP -o geoiplookup_city geoiplookup_city.c # | ||
Added | mirrorbrain-2.14.0.tar.gz ^ | |
[+] | Changed | mirrorbrain.dsc ^ |
@@ -1,6 +1,6 @@ Format: 1.0 Source: mirrorbrain -Version: 2.13.3-1 +Version: 2.14.0-1 Binary: mirrorbrain, mirrorbrain-tools, mirrorbrain-scanner, libapache2-mod-mirrorbrain, libapache2-mod-autoindex-mb Maintainer: Peter Poeml <poeml@cmdline.net> Architecture: any |