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

Changes of Revision 28

[-] Changed mirrorbrain.changes
x
 
1
@@ -1,4 +1,47 @@
2
 -------------------------------------------------------------------
3
+Sat Apr 21 00:31:57 UTC 2012 - poeml@cmdline.net
4
+
5
+- update to 2.17.0 (r8289):
6
+  New features:
7
+  - IPv6 geolocation for IPv6 clients is now enabled. Requires GeoIP 1.4.8 and
8
+    mod_geoip 1.2.7.
9
+  - support for RFC 5988 Web Linking
10
+  - support for RFC 3230 HTTP Instance Digests (including updates from RFC 5843)
11
+  - support for RFC 6249 Metalink/HTTP: Mirrors and Hashes
12
+  Bug fixes:
13
+  - mb makehashes: fixed problem with filenames containing certain characters
14
+  - mb edit: respect VISUAL variable
15
+  - mirrorprobe: handle incomplete responses better
16
+  - mb vacuum: new option -q|--quiet
17
+  Database versioning and migration was implemented.
18
+- Ubuntu 11.10 packages are now built and tested.
19
+- Debian 6.0 packages have been tested.
20
+
21
+-------------------------------------------------------------------
22
+Sat Mar 31 22:40:08 UTC 2012 - poeml@cmdline.net
23
+
24
+- fix build problem on Ubuntu 11.10, where the gcc requires a certain
25
+  order of arguments when linking (build of geoiplookup_continent.c failed)
26
+
27
+-------------------------------------------------------------------
28
+Sun Mar 25 10:46:45 UTC 2012 - poeml@cmdline.net
29
+
30
+- update to 2.16.1 (r8263):
31
+  Bug fixes:
32
+  - mb makehashes: ignore PGP signature files that were not detached signatures (issue 102).
33
+  - mb makehashes: no longer write metalink data / cryptohashes into files.
34
+    (Was kept for backward compatibility).
35
+  - mod_mirrorbrain: Reworked error handling regarding the acquisition of
36
+    database connections, including more detailed logging of errors. This fixes
37
+    a crash that affected only setups with MirrorBrainFallback configuration.
38
+    The crash could occur when no database connection was available – because the
39
+    logging code wrongly tried to log details about the (unavailable) connection.
40
+  New features:
41
+  - mb mirrorlist: Path names can now contain wildcards.
42
+  - tools/push2mirrors, a script to run rsync processes in parallel to push
43
+    content to mirrors.
44
+
45
+-------------------------------------------------------------------
46
 Tue Feb 21 00:08:05 UTC 2012 - poeml@cmdline.net
47
 
48
 - update to 2.16.0 (r8252):
49
[-] Changed mirrorbrain.spec ^
26
 
1
@@ -38,7 +38,7 @@
2
 #BuildRequires:  help2man python-cmdln
3
 Url:            http://mirrorbrain.org/
4
 Packager:       Peter Poeml, poeml at mirrorbrain.org
5
-Version:        2.16.0
6
+Version:        2.17.0
7
 Release:        0
8
 License:        Apache License 2.0, GPL
9
 Group:          Productivity/Networking/Web/Servers
10
@@ -214,6 +214,7 @@
11
 install -D -m 755 tools/geoip-lite-update $RPM_BUILD_ROOT/%{_bindir}/geoip-lite-update
12
 install -D -m 755 tools/create_timestamp $RPM_BUILD_ROOT/%{_bindir}/create_timestamp
13
 install -D -m 755 tools/null-rsync $RPM_BUILD_ROOT/%{_bindir}/null-rsync
14
+# install -D -m 755 tools/push2mirrors $RPM_BUILD_ROOT/%{_bindir}/push2mirrors
15
 install -D -m 755 tools/scanner.pl $RPM_BUILD_ROOT/%{_bindir}/scanner
16
 install -D -m 755 mirrorprobe/mirrorprobe.py $RPM_BUILD_ROOT/%{_bindir}/mirrorprobe
17
 install -D -m 755 tools/mirrorprobe-logrotate $RPM_BUILD_ROOT/%{_sysconfdir}/logrotate.d/mirrorprobe
18
@@ -273,6 +274,7 @@
19
 %doc mod_mirrorbrain/*.conf
20
 %doc docs
21
 %doc sql
22
+%doc tools/push2mirrors
23
 %dir %attr(750,mirrorbrain,mirrorbrain) %{_var}/log/mirrorbrain
24
 
25
 %files -n apache2-mod_mirrorbrain
26
[+] Changed debian.changelog ^
[+] Changed debian.tar.gz/rules ^
Added mirrorbrain-2.17.0.tar.gz ^
[+] Changed mirrorbrain.dsc ^