File debian.changelog of Package apache2-mod_mirrorbrain
1
mirrorbrain (2.17.0-1) stable; urgency=low
2
3
- update to 2.17.0 (r8289):
4
New features:
5
- IPv6 geolocation for IPv6 clients is now enabled. Requires GeoIP 1.4.8 and
6
mod_geoip 1.2.7.
7
- support for RFC 5988 Web Linking
8
- support for RFC 3230 HTTP Instance Digests (including updates from RFC 5843)
9
- support for RFC 6249 Metalink/HTTP: Mirrors and Hashes
10
Bug fixes:
11
- mb makehashes: fixed problem with filenames containing certain characters
12
- mb edit: respect VISUAL variable
13
- mirrorprobe: handle incomplete responses better
14
- mb vacuum: new option -q|--quiet
15
Database versioning and migration was implemented.
16
- Ubuntu 11.10 packages are now built and tested.
17
- Debian 6.0 packages have been tested.
18
19
-- Peter Poeml <poeml@cmdline.net> Sat, 21 Apr 2012 00:31:00 +0100
20
21
mirrorbrain (2.16.1-3) stable; urgency=low
22
23
- fix build problem on Ubuntu 11.10, where the gcc requires a certain
24
order of arguments when linking (build of geoiplookup_continent.c failed)
25
26
-- Peter Poeml <poeml@cmdline.net> Sun, 1 Apr 2012 00:40:00 +0100
27
28
mirrorbrain (2.16.1-2) stable; urgency=low
29
30
- remove dependency on Python 2.5 on newer Ubuntu systems.
31
(http://mirrorbrain.org/issues/issue100)
32
33
-- Peter Poeml <poeml@cmdline.net> Mon, 26 Mar 2012 23:40:00 +0100
34
35
mirrorbrain (2.16.1-1) stable; urgency=low
36
37
- update to 2.16.1 (r8263):
38
Bug fixes:
39
- mb makehashes: ignore PGP signature files that were not detached signatures (issue 102). - mb makehashes: no longer write metalink data / cryptohashes into files.
40
(Was kept for backward compatibility).
41
- mod_mirrorbrain: Reworked error handling regarding the acquisition of database connections, including more detailed logging of errors. This fixes a crash that affected only setups with MirrorBrainFallback configuration.
42
The crash could occur when no database connection was available – because the
43
logging code wrongly tried to log details about the (unavailable) connection.
44
New features:
45
- mb mirrorlist: Path names can now contain wildcards.
46
- tools/push2mirrors, a script to run rsync processes in parallel to push
47
content to mirrors.
48
49
-- Peter Poeml <poeml@cmdline.net> Sun, 25 Mar 2012 12:49:00 +0100
50
51
mirrorbrain (2.16.0-2) stable; urgency=low
52
53
- remove dependency on Python 2.5 on Debian 6.0.
54
55
-- Peter Poeml <poeml@cmdline.net> Fri, 23 Mar 2012 21:25:00 +0100
56
57
mirrorbrain (2.16.0-1) stable; urgency=low
58
59
- update to 2.16.0 (r8252):
60
http://mirrorbrain.org/docs/changes/#release-2-16-0-r8251-feb-21-2012
61
- URL signing is no longer experimental. See
62
http://mirrorbrain.org/docs/configuration/#configuring-url-signatures
63
- mb dirs: new option --missing to list all mirrors without a certain directory
64
- mod_mirrorbrain: The server could crash if there was configuration for
65
fallback mirrors in place and acquisition of a database connection failed.
66
(issue #84)
67
- mb scan:
68
- If some directories on a mirror return 404, the scanner crashed. This
69
is fixed with a patch kindly contributed by Thorsten Behrens.
70
- logging messages in the large file check have been silenced (and their
71
formatting improved)
72
- a compatibility issue with Python has been fixed, by updating the way how
73
exceptions are raised. Thanks to Christian Lohmaier
74
- mb makehashes: Handling of non-availability of SHA256 cipher was
75
fixed for old Python versions (issue #85)
76
- build problem documented: need to link math library on some newer platforms
77
78
-- Peter Poeml <poeml@cmdline.net> Tue, 21 Feb 2012 01:08:00 +0100
79
80
mirrorbrain (2.15.0-1) stable; urgency=low
81
82
- update to 2.15.0 (r8232):
83
http://mirrorbrain.org/docs/changes/#release-2-15-0-r8232-nov-13-2010
84
- support for generating Yum-style mirror lists
85
- scanning Nginx directory listings
86
- bugfixes and improvements in the scanner
87
- extensive directions on tuning PostgreSQL for MirrorBrain
88
89
-- Peter Poeml <poeml@cmdline.net> Sun, 14 Nov 2010 18:50:00 +0100
90
91
mirrorbrain (2.14.0-3) stable; urgency=low
92
93
- 2nd attempt of linking the math library, to fix unresolved symbol "sqrt" in
94
mod_mirrorbrain.so.
95
96
-- Peter Poeml <poeml@cmdline.net> Sat, 6 Nov 2010 06:59:00 +0100
97
98
mirrorbrain (2.14.0-2) stable; urgency=low
99
100
- linking the math library, to fix unresolved symbol "sqrt" in
101
mod_mirrorbrain.so.
102
103
-- Peter Poeml <poeml@cmdline.net> Sat, 6 Nov 2010 06:22:00 +0100
104
105
mirrorbrain (2.14.0-1) stable; urgency=low
106
107
- update to 2.14.0 (r8210):
108
http://mirrorbrain.org/docs/changes/#release-2-14-0-r8210-nov-6-2010
109
- If the “GeoLite City” GeoIP database is used, MirrorBrain now uses
110
geographical distance as additional criterion to improve mirror selection
111
in difficult cases (issue #34).
112
- Per-file mirror lists are more readable and embed a link to a Google map
113
with mirrors.
114
- When running behind a load balancer or other reverse proxy, prefix
115
detection (for containment in network prefixes of mirrors) did not work.
116
- Experimental support for restricted downloads. See release notes.
117
- Running behind authentication (e.g. Basic) is now supported.
118
- zsync 0.6.2 compatibility has been tested.
119
- Small code optimizations and cleanups.
120
Upgrade notes: http://mirrorbrain.org/docs/upgrading/#to-2-14-0
121
122
-- Peter Poeml <poeml@cmdline.net> Sat, 6 Nov 2010 05:09:00 +0100
123
124
mirrorbrain (2.13.4-1) stable; urgency=low
125
126
- update to 2.13.4 (r8188):
127
See http://mirrorbrain.org/docs/changes/#release-2-13-4-r8188-oct-19-2010
128
mb scan:
129
- The output of the scanner has been improved, by introducing a -q|--quiet
130
option. Used once, only a summary line per scanned mirror will be shown. Used
131
twice, no output will be produced except errors.
132
- When a scan via rsync ran into a timeout, the name of the affected mirror was
133
not reported. The error message was only “rsync timeout”, and while there
134
normally were other messages giving a hint, output is now improved to include
135
the mirror identifier.
136
- When enabling a mirror after successful scanning, the scanner now makes sure
137
that the mirror is not only marked “enabled” but also marked being “online”.
138
Mirrors are normally marked online by the mirrorprobe (which is typically run
139
once per minute), but it is much more logical when a mirror is really
140
directly available after scanning with --enable.
141
mb scan & mirrorprobe:
142
- There was a case of a quirky web server software that ignores requests
143
without Accept header. The mirrorprobe and the scanner now send an Accept
144
header with value ‘/‘, because sending this header in general should not
145
harm.
146
geoip-lite-update:
147
- This script now works on Ubuntu. It no longer relies on a command named ftp
148
being capable of doing HTTP downloads, and prefers curl or wget if available.
149
- The script is quiet now, producing no output if no error is encountered.
150
Documentation was extended and enhanced.
151
152
-- Peter Poeml <poeml@cmdline.net> Tue, 19 Oct 2010 18:42:00 +0100
153
154
mirrorbrain (2.13.3-1) stable; urgency=low
155
156
- update to 2.13.3 (r8166):
157
See http://mirrorbrain.org/docs/changes/#release-2-13-3-r8166-sep-26-2010
158
- The Magnet links embedded in Metalinks could cause the Metalink client
159
aria2c to wait a long time on P2P connections, and not try the listed
160
mirrors anymore (issue #73). These links are no longer included at the
161
moment, unless MirrorBrainMetalinkMagnetLinks On is set in the Apache
162
configuration.
163
- Under certain conditions (transparent negotiation of metalinks),
164
mod_mirrorbrain could deliver a file 'foo' when 'foo.bar' was requested but
165
didnt exist. Found and fixed by Michael Schröder and closing issue #75.
166
- When generating Torrents, the order of keys was not obeyed, which should be
167
lexicographical. This is now the case, so the Torrents should be valid also
168
for clients that insist on correct ordering. This should improve the
169
compatibility to some clients, notably rtorrent. Tracked in issue 74 and
170
issue 78.
171
- The MD5 sum in Torrent info hashes was wrongly sent in binary form, instead
172
of being hex-encoded. In addition, the key was wrongly named md5 while
173
md5sum is the correct name. Fixing issue 77.
174
- Not a bugfix, but a hopefully useful addition is that Torrents now contain
175
a “created by” key, indicating the generator of the torrent, and the
176
version number (e.g. MirrorBrain/2.13.3). Suggested in issue 65.
177
178
-- Peter Poeml <poeml@cmdline.net> Sun, 26 Sep 2010 03:39:00 +0100
179
180
mirrorbrain (2.13.2-1) stable; urgency=low
181
182
- update to 2.13.2 (r8153):
183
See http://mirrorbrain.org/docs/changes/#release-2-13-1-r8136-sep-18-2010
184
mod_mirrorbrain:
185
- The content of the mirror lists (details pages) are now wrapped into a
186
XHTML/HTML DIV container with id="mirrorbrain-details". This improves the
187
possibilities for styling in conjunction with a stylesheet linked in via
188
the MirrorBrainMirrorlistStyleSheet directive (issue #63).
189
- Further individual design can now be achieved by specifying the XHTML/HTML
190
header and footer which are placed around the page body instead of the
191
built-in XHTML (issue #63). This is configured with two new Apache
192
configuration directives.
193
- Hashes can now be requested without a filename being included in the
194
response, to simplify parsing (issue #68). This is done by sending the
195
query string only_hash. This works with different ways to request a hash:
196
http://host.example.com/foo.md5?only_hash
197
http://host.example.com/foo?md5&only_hash
198
- The filename in hashes can also be suppressed site-wide (and therewith, on
199
the server side) with a new Apache config directive
200
MirrorBrainHashesSuppressFilenames On. It goes into virtualhost context.
201
- When sending out a hash to a client (as requested by appending e.g. .md5),
202
there is now a double space between hash and filename – just like as the
203
familiar tools like md5sum and sha1sum do it. This should avoid confusion
204
and extra effort in parsing.
205
- The mirror list’s content type header now comes with UTF-8 as character set,
206
instead of ISO-8859-1, which should make more sense.
207
mb export –format=mirmon:
208
- update format (and documentation) for the current mirmon-2.3. (issue #62)
209
210
-- Peter Poeml <poeml@cmdline.net> Sun, 19 Sep 2010 20:28:00 +0100
211
212
mirrorbrain (2.13.1-1) stable; urgency=low
213
214
- update to 2.13.1 (r8136)
215
mb edit:
216
- Fix a regression in 2.13.0, which made it impossible to remove an URL by
217
setting it to an empty string. r8044 (fix for issue #30) was the culprit.
218
mb scan:
219
- Scanning lighttpd web servers is now supported. Thanks to patch contributed
220
by Phillip Smith. This fixes issue #60.
221
mb list/edit/show/...:
222
- In some situations, the fuzzy-matching on mirror identifiers made it impossible
223
to select certain mirrors. Phillip Smith not only reported this issue but
224
submitted a clever patch at the same time, which keeps the convenient behaviour
225
but also allows for selection mirrors by their full name. Fixing issue #61.
226
227
-- Peter Poeml <poeml@cmdline.net> Sat, 18 Sep 2010 04:06:00 +0100
228
229
mirrorbrain (2.13.0-11) stable; urgency=low
230
231
- improving last fix
232
233
-- Peter Poeml <poeml@cmdline.net> Wed, 8 Sep 2010 03:40:00 +0100
234
235
mirrorbrain (2.13.0-10) stable; urgency=low
236
237
- expanding on the Ubuntu fix for issue 6. See comment
238
http://mirrorbrain.org/issues/msg236
239
240
-- Peter Poeml <poeml@cmdline.net> Wed, 8 Sep 2010 02:01:00 +0100
241
242
mirrorbrain (2.13.0-9) stable; urgency=low
243
244
- Try to fix the little breakage that occured after moving /usr/bin/mb from
245
mirrorbrain-tools to python-mb on Debian/Ubuntu:
246
- mirrorbrain-tools:
247
Depends:python-mb (>=2.13.0)
248
- python-mb:
249
Breaks: mirrorbrain-tools (<<2.13.0)
250
Replaces: mirrorbrain-tools (<<2.13.0)
251
- The move of /usr/bin/mb from mirrorbrain-tools to python-mb wasn't done in
252
the RPMs yet
253
254
-- Peter Poeml <poeml@cmdline.net> Tue, 7 Sep 2010 23:50:00 +0100
255
256
mirrorbrain (2.13.0-8) stable; urgency=low
257
258
- user and group are now created automatically on installation
259
- /var/log/mirrorbrain is included in the package now
260
261
-- Peter Poeml <poeml@cmdline.net> Tue, 7 Sep 2010 17:31:00 +0100
262
263
mirrorbrain (2.13.0-8) stable; urgency=low
264
265
- update to (probably final) r8123
266
- rsyncinfo.py renamed to rsyncinfo
267
- install the bdecode tool
268
269
-- Peter Poeml <poeml@cmdline.net> Mon, 6 Sep 2010 17:12:00 +0100
270
271
mirrorbrain (2.13.0-6) stable; urgency=low
272
273
- update to r8115
274
- The module now works also when the path in the <Directory> contains
275
symlinks, fixing issue #17
276
- Further documentation updates
277
278
-- Peter Poeml <poeml@cmdline.net> Mon, 6 Sep 2010 16:46:00 +0100
279
280
mirrorbrain (2.13.0-4) stable; urgency=low
281
282
- Don't force Python 2.5 on Ubuntu 10.04
283
http://mirrorbrain.org/issues/issue6
284
285
-- Peter Poeml <poeml@cmdline.net> Fri, 3 Sep 2010 00:27:00 +0100
286
287
mirrorbrain (2.13.0-3) stable; urgency=low
288
289
- Another bugfix for Debian Lenny / older (1.2) Apache Runtime: the format
290
string %lld wasn't known yet at the time. So let's use APR_INT64_T_FMT
291
which is defined in any case (ld on 1.2, lld on 1.3 and later). This
292
fixes the mirror list and metalinks.
293
294
-- Peter Poeml <poeml@cmdline.net> Thu, 2 Sep 2010 16:36:00 +0100
295
296
mirrorbrain (2.13.0-2) stable; urgency=low
297
298
- Bugfix for Debian Lenny:
299
The old (1.2) Apache Runtime's PostgreSQL adapter didn't know the
300
APR_DBD_TYPE_LONGLONG (%lld) format string yet, and preparation of SQL
301
statements failed for this reason. This is fixed by using %d now with APR 1.2.
302
303
-- Peter Poeml <poeml@cmdline.net> Thu, 2 Sep 2010 16:00:00 +0100
304
305
mirrorbrain (2.13.0-1) stable; urgency=low
306
307
- update to 2.13.0.
308
(Release notes http://mirrorbrain.org/docs/changes/ w.i.p.)
309
- remove requirement on the metalink package. Hashing is now done with
310
Python/OpenSSL.
311
- drop obsolete patches mirrorbrain-2.12.0-issue52.patch and
312
mirrorbrain.diff (https://bugzilla.novell.com/show_bug.cgi?id=602434)
313
314
-- Peter Poeml <poeml@cmdline.net> Wed, 1 Sep 2010 14:46:00 +0100
315
316
mirrorbrain (2.12.0-3) stable; urgency=low
317
318
- add patch mirrorbrain-2.12.0-issue52.patch for
319
http://mirrorbrain.org/issues/issue52 (the match for client prefix/mirror
320
prefix should check for containment, not string match)
321
322
-- Peter Poeml <poeml@cmdline.net> Mon, 30 Aug 2010 13:31:00 +0100
323
324
mirrorbrain (2.12.0-2) stable; urgency=low
325
326
- on Debian & Ubuntu, let the mirrorbrain-scanner package depend on the
327
libtimedate-perl package. Thanks Christophe Vandeplas from fosdem.org for
328
this fix.
329
330
-- Peter Poeml <poeml@cmdline.net> Sun, 21 Feb 2010 16:46:00 +0100
331
332
mirrorbrain (2.12.0-1) stable; urgency=low
333
334
- update to 2.12.0 (r7957)
335
This release contains several important bug fixes, a new feature, and
336
documentation fixes.
337
Details: http://mirrorbrain.org/docs/changes/#release-2-12-0-r7957-feb-10-2010
338
- store geographical coordinates in the mirror database records
339
- fix wrong hash filenames constructed by mod_mirrorbrain on Debian (issue 35)
340
- fix wrong URL type within Metalinks for FTP URLs (issue 23)
341
- fix wrong URLs printed by 'mb file ls -u' (issue 36)
342
- removed code for backwards compatibility for obsolete hash cache filename schemes (pre-2.10)
343
- try harder to catch rsync timeouts (also during connect time) (issue 12)
344
- fix FTP auth scanning
345
- fix mb db shell
346
- documentation enhancements
347
348
-- Peter Poeml <poeml@cmdline.net> Wed, 10 Feb 2010 23:43:00 +0100
349
350
mirrorbrain (2.11.3-1) stable; urgency=low
351
352
- update to 2.11.3 (r7933):
353
* null-rsync:
354
- IO errors returned by rsync are handled now
355
- remote errors from rsync are ignored now
356
* mb db sizes:
357
- show sizes of tables from mod_stats
358
* mb db shell:
359
- fix resuming after command suspension
360
* mb list:
361
- new options -H, -F, -R to display HTTP/FTP/rsync base URLs
362
* mb mirrorlist:
363
- try harder to not leave temp files
364
- add a link to our project in the footer
365
Documentation changes:
366
- MirrorBrainFallback now documented in the example mod_mirrorbrain.conf
367
- -t 20 option removed from the mirrorprobe call, since it's the default now
368
- hint about ulimits has been removed, which turned out to be a band-aid
369
for a purely local problem.
370
- hint about loading a database dump with mb db shell added
371
Details: http://mirrorbrain.org/docs/changes/#release-2-11-3-r7933-dec-16-2009
372
373
-- Peter Poeml <poeml@cmdline.net> Wed, 16 Dec 2009 16:57:00 +0100
374
375
mirrorbrain (2.11.2-1) stable; urgency=low
376
377
- update to 2.11.2 (r7917):
378
* mb scan:
379
- Improvements in scanning over FTP (missed mirrors in subdirectory scans;
380
files with whitespace)
381
* mb db (new command for database maintenance tasks):
382
- mb db sizes - shows sizes of all relations
383
- mb db shell - conveniently open a shell for the database
384
- mb db vacuum - cleans up dead references (previously:
385
The previous command, "mb vacuum", continues to work for the reason of
386
backwards compatibility.
387
* mirrorprobe:
388
- default timeout lowered from 60s to 20s
389
Details: http://mirrorbrain.org/docs/changes/#release-2-11-2-r7917-dec-5-2009
390
391
-- Peter Poeml <poeml@cmdline.net> Wed, 5 Dec 2009 21:51:00 +0100
392
393
mirrorbrain (2.11.1-1) stable; urgency=low
394
395
- update to 2.11.1 (r7899):
396
* mod_mirrorbrain:
397
- the compile time detection for APR < 1.3 was fixed. This affected Debian
398
and Ubuntu. Fixing issue #29.
399
400
-- Peter Poeml <poeml@cmdline.net> Wed, 3 Dec 2009 12:50:00 +0100
401
402
mirrorbrain (2.11.0-2) stable; urgency=low
403
404
- update to 2.11.0 (r7896):
405
* mod_mirrorbrain:
406
- New feature: configure fallback mirrors via MirrorBrainFallback (see
407
release notes: http://mirrorbrain.org/docs/changes/#release-2-11-0-r7891-dec-2-2009
408
- use correct APR DBD API version semantics for row retrieval (issue #7)
409
- the obsolete MirrorBrainHandleDirectoryIndexLocally directive has been removed
410
(a warning issued where it is still found in the config)
411
- The default of MirrorBrainHandleHEADRequestLocally has been changed to "off".
412
This means in most cases, that the directive can be removed.
413
* The documentation for installation on Debian Lenny was tested and corrected
414
where needed. Credits to TheUni!
415
* mb:
416
- Parse errors in the configuration file are not caught and and reported
417
nicely.
418
- Special characters occurring in the configured password are escaped
419
before passing them to SQLObject/psycopg2, thus fixing issue #27. A
420
remaining issue is that double quotes can't be used... a warning is
421
issued if it's attempted.
422
* mb scan:
423
- A warning that appeared since the last release has been removed. It was
424
caused by the removal of obsolete code, and purely cosmetic.
425
* null-rsync:
426
- An --exclude commandline option has been implemented, to be passed
427
through to rsync.
428
- Control over the program output can now be exerted by the two new options
429
--quiet and --verbose.
430
- Usage info is implemented (--help etc.).
431
- Interruptions by Ctrl-C and similar signals are intercepted now.
432
* metalink-hasher
433
- When comparing the modification time of a saved metalink hash with that
434
of a source file, the sub(sub-)second portion of the value could be
435
different from the value that has just been set by os.ulimit(). (Quite
436
surprisingly.) So now, we compare only the int() portion of the value.
437
This fixed issue #24.
438
439
-- Peter Poeml <poeml@cmdline.net> Wed, 2 Dec 2009 04:34:00 +0100
440
441
mirrorbrain (2.11.0-1) stable; urgency=low
442
443
- Debian/Ubuntu: add postinstall/postrm script that load/unloads
444
mod_mirrorbrain
445
446
-- Peter Poeml <poeml@cmdline.net> Tue, 1 Dez 2009 23:57:00 +0100
447
448
mirrorbrain (2.10.3-1) stable; urgency=low
449
450
- update to 2.10.3 (r7871):
451
* null-rsync:
452
- new script: special rsync wrapper which creates a local file tree from a
453
mirror, where all files contain only zeroes instead of real data. All
454
files are sparse, modification times and sizes are fully copied,
455
so that even (native) rsync thinks that the file tree is identical.
456
* mb new:
457
- when creating a new mirror, and detecting that the hostname resolved to
458
multiple addresses (round-robin DNS), a warning about this fact was issued.
459
Now, (short of documentaion in the manual) a reference to
460
http://mirrorbrain.org/archive/mirrorbrain/0042.html is added, where the
461
issue has been discussed in depth.
462
- A proper error message is now shown if an identifier is chosen that already
463
exists.
464
* mb mirrorlist / mb marker:
465
- The order in which mirrorlist columns are presented is now kept unchanged,
466
so it appears as it was entered into the database.
467
- The sort order of mirrorlist entries has been improved. Instead of the
468
priority, the mirror operator name is now given precendence in order, which
469
results in a mirror list that actually *looks* sorted.
470
471
-- Peter Poeml <poeml@cmdline.net> Wed, 28 Nov 2009 01:03:00 +0100
472
473
mirrorbrain (2.10.2-1) stable; urgency=low
474
475
- update to 2.10.2 (r7853):
476
Bug fixes:
477
* When scanning a subdirectory, the mirror scanner (mb scan) could
478
accidentally delete files from the database outside of that directory. This
479
was caused by lack of terminatation (with a slash) of the path expression
480
that is used to grab the list of known files before the scan. Herewith
481
fixing issue #19.
482
* The mirrorprobe could crash when the sender domain of a configured mail log
483
handler wasn’t resolvable (issue #9). This has been fixed.
484
* A misleading error message in the mb tool was improved, which was issued
485
when encountering config file with missing sections.
486
The documentation was updated in various places. Debian/Ubuntu installation
487
instructions were added.
488
489
-- Peter Poeml <poeml@cmdline.net> Wed, 4 Nov 2009 17:41:00 +0100
490
491
mirrorbrain (2.10.1-5) stable; urgency=low
492
493
* add patch to mod_mirrorbrain.c for incompatibility with APR < 1.3 (issue #7)
494
* use Python 2.5 because python-sqlobject gives a deprecation warning with
495
Python 2.6 (which is the default Python on Ubuntu 9.04) (issue #6)
496
* patching is amateurishly done with sed from the rules file
497
498
-- Peter Poeml <poeml@cmdline.net> Thu, 8 Oct 2009 09:21:00 +0200
499
500
mirrorbrain (2.10.1-4) stable; urgency=low
501
502
* properly package the python module (python-mb subpackage)
503
504
-- Peter Poeml <poeml@cmdline.net> Mon, 30 Sep 2009 14:53:00 +0200
505
506
mirrorbrain (2.10.1-3) stable; urgency=low
507
508
* don't package scanner.pl twice (it didn't belong into the file list of mirrorbrain-tools)
509
* package the mb (mirrordoctor) script
510
511
-- Peter Poeml <poeml@cmdline.net> Mon, 30 Sep 2009 09:41:00 +0200
512
513
mirrorbrain (2.10.1-2) stable; urgency=low
514
515
* require python-cmdln, which is now packaged in the openSUSE buildservice
516
* fix dependency on libaprutil1-dbd-pgsql (it's not called libapr-util1-dbd-pgsql)
517
518
-- Peter Poeml <poeml@cmdline.net> Mon, 30 Sep 2009 00:34:00 +0200
519
520
mirrorbrain (2.10.1-1) stable; urgency=low
521
522
* Initial Release
523
There are things missing: example config files are not packaged, and
524
user/group isn't created yet. Dependencies are untested.
525
526
-- Peter Poeml <poeml@cmdline.net> Mon, 28 Sep 2009 19:00:00 +0200
527