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

Changes of Revision 23

[-] Changed mirrorbrain.changes
x
 
1
@@ -1,4 +1,70 @@
2
 -------------------------------------------------------------------
3
+Sun Sep 19 18:23:11 UTC 2010 - poeml@cmdline.net
4
+
5
+- update to 2.13.2 (r8153):
6
+  See http://mirrorbrain.org/docs/changes/#release-2-13-1-r8136-sep-18-2010
7
+  mod_mirrorbrain:
8
+  - The content of the mirror lists (details pages) are now wrapped into a
9
+    XHTML/HTML DIV container with id="mirrorbrain-details". This improves the
10
+    possibilities for styling in conjunction with a stylesheet linked in via
11
+    the MirrorBrainMirrorlistStyleSheet directive (issue #63).
12
+  - Further individual design can now be achieved by specifying the XHTML/HTML
13
+    header and footer which are placed around the page body instead of the
14
+    built-in XHTML (issue #63). This is configured with two new Apache
15
+    configuration directives.
16
+  - Hashes can now be requested without a filename being included in the
17
+    response, to simplify parsing (issue #68). This is done by sending the
18
+    query string only_hash. This works with different ways to request a hash:
19
+        http://host.example.com/foo.md5?only_hash
20
+        http://host.example.com/foo?md5&only_hash
21
+  - The filename in hashes can also be suppressed site-wide (and therewith, on
22
+    the server side) with a new Apache config directive
23
+    MirrorBrainHashesSuppressFilenames On. It goes into virtualhost context.
24
+  - When sending out a hash to a client (as requested by appending e.g. .md5),
25
+    there is now a double space between hash and filename – just like as the
26
+    familiar tools like md5sum and sha1sum do it. This should avoid confusion
27
+    and extra effort in parsing.
28
+  - The mirror list’s content type header now comes with UTF-8 as character set,
29
+    instead of ISO-8859-1, which should make more sense.
30
+  mb export –format=mirmon:
31
+  - update format (and documentation) for the current mirmon-2.3. (issue #62)
32
+
33
+-------------------------------------------------------------------
34
+Sat Sep 18 02:02:02 UTC 2010 - poeml@cmdline.net
35
+
36
+- update to 2.13.1 (r8136)
37
+  mb edit:
38
+  - Fix a regression in 2.13.0, which made it impossible to remove an URL by
39
+    setting it to an empty string. r8044 (fix for issue #30) was the culprit.
40
+  mb scan:
41
+  - Scanning lighttpd web servers is now supported. Thanks to patch contributed
42
+    by Phillip Smith. This fixes issue #60.
43
+  mb list/edit/show/...: 
44
+  - In some situations, the fuzzy-matching on mirror identifiers made it impossible
45
+    to select certain mirrors. Phillip Smith not only reported this issue but
46
+    submitted a clever patch at the same time, which keeps the convenient behaviour
47
+    but also allows for selection mirrors by their full name. Fixing issue #61.
48
+
49
+-------------------------------------------------------------------
50
+Wed Sep  8 00:00:47 UTC 2010 - poeml@cmdline.net
51
+
52
+- expanding on the Ubuntu fix for issue 6. See comment
53
+  http://mirrorbrain.org/issues/msg236
54
+
55
+-------------------------------------------------------------------
56
+Tue Sep  7 21:27:59 UTC 2010 - poeml@cmdline.net
57
+
58
+- Try to fix the little breakage that occured after moving /usr/bin/mb from
59
+  mirrorbrain-tools to python-mb on Debian/Ubuntu:
60
+  - mirrorbrain-tools:
61
+    Depends:python-mb (>=2.13.0)
62
+  - python-mb:
63
+    Breaks: mirrorbrain-tools (<<2.13.0)
64
+    Replaces: mirrorbrain-tools (<<2.13.0)
65
+- The move of /usr/bin/mb from mirrorbrain-tools to python-mb wasn't done in
66
+  the RPMs yet
67
+
68
+-------------------------------------------------------------------
69
 Tue Sep  7 16:26:47 UTC 2010 - poeml@cmdline.net
70
 
71
 - Debian/Ubuntu packaging (issue #4):
72
[-] Changed mirrorbrain.spec ^
26
 
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.0
6
+Version:        2.13.2
7
 Release:        0
8
 License:        Apache License 2.0, GPL
9
 Group:          Productivity/Networking/Web/Servers
10
@@ -290,7 +290,6 @@
11
 %{_bindir}/geoip-lite-update
12
 %{_bindir}/geoiplookup_city
13
 %{_bindir}/geoiplookup_continent
14
-%{_bindir}/mb
15
 %{_bindir}/metalink-hasher
16
 %{_bindir}/mirrordoctor
17
 %{_bindir}/mirrorprobe
18
@@ -304,6 +303,7 @@
19
 
20
 %files -n python-mb
21
 %defattr(-,root,root)
22
+%{_bindir}/mb
23
 %{python_sitearch}/*
24
 
25
 %files scanner
26
[+] Changed debian.changelog ^
[+] Changed debian.tar.gz/control ^
[+] Changed debian.tar.gz/rules ^
Added mirrorbrain-2.13.2.tar.gz ^
[+] Changed mirrorbrain.dsc ^