Logoj0ke.net Open Build Service > Projects > Apache:Modules > apache2-mod_mirrorbrain > Changes
Sign Up | Log In

Changes of Revision 25

[-] Changed mirrorbrain.changes
x
 
1
@@ -1,4 +1,51 @@
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
@@ -38,7 +38,7 @@
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
@@ -189,7 +189,7 @@
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 ^
[+] Changed debian.tar.gz/control ^
[+] Changed debian.tar.gz/rules ^
Added mirrorbrain-2.14.0.tar.gz ^
[+] Changed mirrorbrain.dsc ^