Changes of Revision 24
[-] | Changed | mirrorbrain.changes |
x 1
2 ------------------------------------------------------------------- 3 +Sun Sep 26 01:35:24 UTC 2010 - poeml@cmdline.net 4 + 5 +- update to 2.13.3 (r8166): 6 + See http://mirrorbrain.org/docs/changes/#release-2-13-3-r8166-sep-26-2010 7 + - The Magnet links embedded in Metalinks could cause the Metalink client 8 + aria2c to wait a long time on P2P connections, and not try the listed 9 + mirrors anymore (issue #73). These links are no longer included at the 10 + moment, unless MirrorBrainMetalinkMagnetLinks On is set in the Apache 11 + configuration. 12 + - Under certain conditions (transparent negotiation of metalinks), 13 + mod_mirrorbrain could deliver a file 'foo' when 'foo.bar' was requested but 14 + didnt exist. Found and fixed by Michael Schröder and closing issue #75. 15 + - When generating Torrents, the order of keys was not obeyed, which should be 16 + lexicographical. This is now the case, so the Torrents should be valid also 17 + for clients that insist on correct ordering. This should improve the 18 + compatibility to some clients, notably rtorrent. Tracked in issue 74 and 19 + issue 78. 20 + - The MD5 sum in Torrent info hashes was wrongly sent in binary form, instead 21 + of being hex-encoded. In addition, the key was wrongly named md5 while 22 + md5sum is the correct name. Fixing issue 77. 23 + - Not a bugfix, but a hopefully useful addition is that Torrents now contain 24 + a “created by” key, indicating the generator of the torrent, and the 25 + version number (e.g. MirrorBrain/2.13.3). Suggested in issue 65. 26 +- nomagnets.patch added recently is obsolete now and has been removed. 27 + 28 +------------------------------------------------------------------- 29 +Thu Sep 23 16:25:18 UTC 2010 - poeml@cmdline.net 30 + 31 +- add nomagnets.patch to disable magnet links in Metalinks, which cause aria2c 32 + to hang when downloading RPM packages. The magnet links have the same 33 + priority as the highest mirror, but aria2c doesn't use the mirrors in that 34 + case. (issue #73) 35 + 36 +------------------------------------------------------------------- 37 Sun Sep 19 18:23:11 UTC 2010 - poeml@cmdline.net 38 39 - update to 2.13.2 (r8153): 40 |
||
[-] | Changed | mirrorbrain.spec ^ |
10 1
2 #BuildRequires: help2man python-cmdln 3 Url: http://mirrorbrain.org/ 4 Packager: Peter Poeml, mirrorbrain at mirrorbrain.org 5 -Version: 2.13.2 6 +Version: 2.13.3 7 Release: 0 8 License: Apache License 2.0, GPL 9 Group: Productivity/Networking/Web/Servers 10 |
||
[+] | Changed | debian.changelog ^ |
@@ -1,3 +1,29 @@ +mirrorbrain (2.13.3-1) stable; urgency=low + + - update to 2.13.3 (r8166): + See http://mirrorbrain.org/docs/changes/#release-2-13-3-r8166-sep-26-2010 + - The Magnet links embedded in Metalinks could cause the Metalink client + aria2c to wait a long time on P2P connections, and not try the listed + mirrors anymore (issue #73). These links are no longer included at the + moment, unless MirrorBrainMetalinkMagnetLinks On is set in the Apache + configuration. + - Under certain conditions (transparent negotiation of metalinks), + mod_mirrorbrain could deliver a file 'foo' when 'foo.bar' was requested but + didnt exist. Found and fixed by Michael Schröder and closing issue #75. + - When generating Torrents, the order of keys was not obeyed, which should be + lexicographical. This is now the case, so the Torrents should be valid also + for clients that insist on correct ordering. This should improve the + compatibility to some clients, notably rtorrent. Tracked in issue 74 and + issue 78. + - The MD5 sum in Torrent info hashes was wrongly sent in binary form, instead + of being hex-encoded. In addition, the key was wrongly named md5 while + md5sum is the correct name. Fixing issue 77. + - Not a bugfix, but a hopefully useful addition is that Torrents now contain + a “created by” key, indicating the generator of the torrent, and the + version number (e.g. MirrorBrain/2.13.3). Suggested in issue 65. + + -- Peter Poeml <poeml@cmdline.net> Sun, 26 Sep 2010 03:39:00 +0100 + mirrorbrain (2.13.2-1) stable; urgency=low - update to 2.13.2 (r8153): | ||
Added | mirrorbrain-2.13.3.tar.gz ^ | |
[+] | Changed | mirrorbrain.dsc ^ |
@@ -1,6 +1,6 @@ Format: 1.0 Source: mirrorbrain -Version: 2.13.2-1 +Version: 2.13.3-1 Binary: mirrorbrain, mirrorbrain-tools, mirrorbrain-scanner, libapache2-mod-mirrorbrain, libapache2-mod-autoindex-mb Maintainer: Peter Poeml <poeml@cmdline.net> Architecture: any |