Imported Debian patch 2.5.0-1
[debian/amanda] / debian / changelog
1 amanda (1:2.5.0-1) unstable; urgency=low
2
3   * new upstream version, closes: #360085
4   * add --with-maxtapeblocksize=256 to configure, to better support LTO-3
5     tapes like the HP Ultrium 960
6   * tweak packaging to handle changes in upstream makefiles, etc
7   * fix overlong line in amrestore man page synopsys
8   * move private shlibs to the amanda-common package to simplify deps
9
10  -- Bdale Garbee <bdale@gag.com>  Mon,  3 Apr 2006 00:28:17 -0700
11
12 amanda (1:2.4.5p1-2) unstable; urgency=low
13
14   * now that we're using it for debugging info, make sure /var/log/amanda
15     exists in the amanda-common postinst
16
17  -- Bdale Garbee <bdale@gag.com>  Thu, 29 Dec 2005 11:57:11 -0700
18
19 amanda (1:2.4.5p1-1) unstable; urgency=low
20
21   * new upstream version
22   * add --with-debugging=/var/log/amanda to avoid potentially insecure use
23     of /tmp, closes: #226139
24   * fix typo in chg-null.sh.in causing it to not use AMANDA_DBGDIR definition
25   * patch chg-null.sh.in to use defined value of tapedev, closes: #219656
26   * patch from Jan Nordholz to fix off-by-one error, closes: #339588
27   * fix misleading usage example in amtoc man page, closes: #297690
28   * add a note to amanda-server's README.Debian about how to keep missing
29     exclude files from making tar not work, closes: #168229, #185312, #186285
30   * fix bogus reported sizes when using dump caused by assuming dump is 
31     reporting 512 byte instead of 1k blocks, closes: #234173
32     Debian reports results in 1k, not 512-byte blocks,
33   * remove globbing example from amanda man page that is hopelessly broken
34     and generating man errors
35
36  -- Bdale Garbee <bdale@gag.com>  Thu, 29 Dec 2005 01:36:23 -0700
37
38 amanda (1:2.4.5-2) unstable; urgency=low
39
40   * merge Arabic translation, closes: #320759
41   * merge Vietnamese translation, closes: #307735
42   * allow debconf-2.0 as a dependency alternative
43   * update dependencies in light of libreadline5-dev, closes: #326390
44   * don't blindly remove non-conffiles in /etc/amanda, closes: #282772
45   * fix strange dump results with smbclient 3.0, closes: #226798, #313553
46   * pass --numeric-owner to tar from sendsize to improve estimation speed
47     on systems using mixed libnss modules, closes: #247661
48   * have amanda-common postinst add /usr/sbin to backup user's path, 
49     closes: #74045
50
51  -- Bdale Garbee <bdale@gag.com>  Wed, 28 Sep 2005 00:16:44 -0600
52
53 amanda (1:2.4.5-1) unstable; urgency=low
54
55   * new upstream version, closes: #299586, #308559
56
57  -- Bdale Garbee <bdale@gag.com>  Fri,  3 Jun 2005 09:02:42 -0600
58
59 amanda (1:2.4.4p3-3) unstable; urgency=low
60
61   * use /usr/bin/mail instead of /usr/bin/Mail, closes: #296022
62   * incorporate Czech translation from Miroslav Kure, closes: #297596
63
64  -- Bdale Garbee <bdale@gag.com>  Sun, 29 May 2005 17:02:16 +0200
65
66 amanda (1:2.4.4p3-2) unstable; urgency=low
67
68   * add killpgrp to the set of setuid root:backup executables in the 
69     amanda-client package, closes: #266520
70
71  -- Bdale Garbee <bdale@gag.com>  Wed, 18 Aug 2004 12:55:21 -0600
72
73 amanda (1:2.4.4p3-1) unstable; urgency=low
74
75   * new upstream version
76   * incorporate nl.po from Luk Claes, closes: #240071
77   * incorporate it.po from Luca Monducci, closes: #249171
78
79  -- Bdale Garbee <bdale@gag.com>  Sat, 24 Jul 2004 00:17:50 -0600
80
81 amanda (1:2.4.4p2-2) unstable; urgency=high
82
83   * don't assume /var/backups is owned by user backup in the postinst, 
84     closes: #238069, #218135
85   * fix README.Debian pathnames in descriptions, closes: #225849, #225856
86   * include Japanese debconf translation, closes: #235321
87   * include upstream changelog in amanda-common, closes: #227033
88
89  -- Bdale Garbee <bdale@gag.com>  Sun, 14 Mar 2004 23:35:13 -0700
90
91 amanda (1:2.4.4p2-1) unstable; urgency=low
92
93   * new upstream version, closes: #228697
94
95  -- Bdale Garbee <bdale@gag.com>  Sun, 15 Feb 2004 19:38:11 -0700
96
97 amanda (1:2.4.4p1-2) unstable; urgency=low
98
99   * patch to fix problem using samba3, closes: #214845
100   * add AUTHORS, NEWS, and README to the set of docs delivered, closes: #81068
101   * add a note to the amanda-server README.Debian regarding the interaction 
102     with bastille's 'restrict system resources' option, closes: #118616
103   * add a note to the amanda-server README.Debian regarding the concerns
104     about the reliability of 'dump', closes: #198060
105   * though amverify now exits instead of hanging if mt is not present, make 
106     amanda-server suggest cpio|mt-st to get an mt anyway, closes: #155181
107   * apply patch for chg-scsi.c from Chirik to make emubarcode option work, 
108     closes: #214519
109   * include pt.po from Bruno Rodrigues, closes: #216390
110
111  -- Bdale Garbee <bdale@gag.com>  Fri, 24 Oct 2003 01:49:29 -0600
112
113 amanda (1:2.4.4p1-1) unstable; urgency=low
114
115   * new upstream version, closes: #210324
116   * make rundump setuid like runtar, closes: #193982
117   * switch to gettext-based debconf templates, closes: #198101
118   * stop forcing ownership of ~backup to avoid security issues posed by other
119     packages writing there as root, closes: #198944
120   * limit port ranges to ease use with firewalls, semi-arbitrarily picking
121     ranges TCP 50000-50100 and UDP 840-860, closes: #65109, #89432, #111882
122   * remove ~backup/.amandahosts symlink in postrm on purge, closes: #198949
123
124  -- Bdale Garbee <bdale@gag.com>  Sun, 14 Sep 2003 23:21:00 -0600
125
126 amanda (1:2.4.4-2) unstable; urgency=low
127
128   * mark amanda-server as replacing files in older amanda-common to ease
129     upgrading, closes: #190185, #191626
130
131  -- Bdale Garbee <bdale@gag.com>  Fri,  2 May 2003 10:50:44 -0600
132
133 amanda (1:2.4.4-1) unstable; urgency=low
134
135   * new upstream version, closes: #169634, #182397, #182882
136   * updates the README.Debian files, closes: #189228, #189229
137   * change mailx from suggests to depends, closes: #187283
138   * correct instructions in amanda-client's README.Debian, closes: #180179
139   * patch from Brad Roberts, also submitted upstream, that fixes problems
140     with amflush sometimes ending up in an infinite loop inside the libc
141     memory allocation code, closes: #169537
142   * merge Danish templates translation, closes: #174740
143   * update chg-zd-mtx to include definition of cleancycle, the code using it
144     is already fixed in 2.4.3, closes: #169634
145   * remove explicit suggests on awk, since some flavor of awk is essential
146   * add lintian overrides files to squelch noise about conscious decisions
147
148  -- Bdale Garbee <bdale@gag.com>  Sun, 20 Apr 2003 01:14:33 -0600
149
150 amanda (1:2.4.3-1) unstable; urgency=low
151
152   * new upstream version, closes: #127801, #163844, #167021, #165522, #127801
153   *   this version does not hard-code the sed path, closes: #161850, #151962
154   * have clean target in rules file update config.sub/guess
155   * clean up postinst files to only call ldconfig when configuring
156   * move to newer debhelper compatibility mode
157   * fix typo in postinst creation of group tape, closes: #165640
158   * enable support for XFS filesystems by adding xfsdump to the list of
159     required build dependencies, closes: #143913, #110731
160
161  -- Bdale Garbee <bdale@gag.com>  Wed,  6 Nov 2002 02:39:58 -0700
162
163 amanda (1:2.4.2p2-4) unstable; urgency=low
164
165   * add mtx to the list of build dependencies so support for it gets included
166   * merge chg-zd-mtx.sh.in from 2.5.0 CVS, since it actually works with our
167     current mtx, closes: #136571
168   * merge french templates translation, closes: #138521
169   * merge russian templates translation, closes: #137616
170   * switch to unmerged templates files in the source package
171
172  -- Bdale Garbee <bdale@gag.com>  Tue,  2 Apr 2002 00:43:13 -0700
173
174 amanda (1:2.4.2p2-3) unstable; urgency=medium
175
176   * solve problem reported as bug 112691 a different way, to back out the
177     change made for -2 that had disasterous side-effects... instead of messing
178     with configure options, just eliminate chg-mtx since it's not useful and
179     the mtx package provides mtx-changer which works.
180     Closes: #119495, #119546, #119352, #119361, #119549, #119665
181   * add lpr to build dependencies, closes: #119399, #108607
182   * change the fix for duplicate dependencies on amanda-common so that it's
183     the versioned flavor we preserve, so all the pieces stay in sync
184
185  -- Bdale Garbee <bdale@gag.com>  Wed, 14 Nov 2001 21:41:11 -0700
186
187 amanda (1:2.4.2p2-2) unstable; urgency=medium
188
189   * add configure option to keep chg-mtx, et al, from writing to files in 
190     in /tmp insecurely, closes: #112691
191   * merge in -pt_BR template translation, closes: #106129
192   * fix duplicate dependencies on amanda-common, closes: #118639, #118642
193
194  -- Bdale Garbee <bdale@gag.com>  Fri,  9 Nov 2001 10:30:27 -0700
195
196 amanda (1:2.4.2p2-1) unstable; urgency=low
197
198   * new upstream version, closes: #93449
199   * freshen config.sub/guess again
200   * fix problem with tapetype install using wrong libtool, closes: #104772
201   * various minor cleanups in the rules file to reduce warnings
202
203  -- Bdale Garbee <bdale@gag.com>  Thu, 19 Jul 2001 23:26:33 -0600
204
205 amanda (1:2.4.2-6) unstable; urgency=low
206
207   * freshen config.sub/guess for ia64 and hppa, closes: #90182
208   * amanda tests for -E or -S for estimates from dump during configure, and
209     is selecting -S now with the dump in sid.  The latest amanda and latest
210     dump therefore should work fine together, closes: #91859
211   * update build-depends from perl5 to perl
212
213  -- Bdale Garbee <bdale@gag.com>  Wed,  4 Apr 2001 15:43:52 -0600
214
215 amanda (1:2.4.2-5) unstable; urgency=low
216
217   * add an explicit dependency in the rules file on /usr/bin/smbclient, since
218     the Build-Depends: line in the control file isn't checked automatically,
219     and the configure will happily build amanda without smbclient support if
220     it isn't installed... which is *not* what we want!  closes: #85965
221
222  -- Bdale Garbee <bdale@gag.com>  Wed, 14 Feb 2001 11:33:06 -0700
223
224 amanda (1:2.4.2-4) unstable; urgency=low
225
226   * lose the ftape-util build dependency, nobody wanted it and it's causing
227     various problems.  closes: #85516, #85708
228
229  -- Bdale Garbee <bdale@gag.com>  Mon, 12 Feb 2001 21:54:31 -0700
230
231 amanda (1:2.4.2-3) unstable; urgency=low
232
233   * lose the dh_suidregister calls, since it's obsolete, closes: #85334
234   * add build-depend on ftape-util so that configure will find and know how to
235     use that technology, even though nobody has ever actually asked me about
236     it who wanted to use it... closes: #83287
237   * fold in contributed template translations, closes: #83479, #84839, #84867
238   * if ~backup/.amandahosts isn't a link, use 'su -c backup' when creating it
239     to be compatible with NFS-mounted home directories.  It would be cleaner,
240     of course, to train Amanda to use the real file which I now place in /etc 
241     directly, but that can wait for another day.  closes: #83554
242
243  -- Bdale Garbee <bdale@gag.com>  Fri,  9 Feb 2001 11:42:31 -0700
244
245 amanda (1:2.4.2-2) unstable; urgency=low
246
247   * make sure /etc/amandahosts has correct owner/group/perms in postinst,
248     closes: #80941
249   * update dependency information since some files moved from amanda-common
250     to amanda-client, so that upgrades go smoothly.  also, make the client
251     and server packages have a versioned depend on the common package to avoid
252     potential problems.
253   * problem with visible control chars in amverify confirmed to have been 
254     fixed upstream in the 2.4.2 version, closes: #65537
255
256  -- Bdale Garbee <bdale@gag.com>  Sun, 31 Dec 2000 21:49:16 -0700
257
258 amanda (1:2.4.2-1) unstable; urgency=low
259
260   * new upstream version, closes: #76632, #78040, #79500
261   * fold in debconf support patch from shaleh
262   * make sure all build dependencies are present, closes: #67008
263   * move canonical location of amandahosts file to /etc, moving existing file
264     there if necessary, and using a symlink in ~backup.  This allows treatment
265     as a conffile.  Closes: #52357
266   * upstream implemented a general Y2K amoverview fix, closes: #64780
267   * chg-scsi is delivered in amanda-server 2.4.2, closes: #41420
268
269  -- Bdale Garbee <bdale@gag.com>  Tue, 26 Dec 2000 23:25:22 -0700
270
271 amanda (1:2.4.1p1-12) frozen unstable; urgency=low
272
273   * revert amplot/Makefile.in to upstream version to dodge issues created 
274     by newer automake version.  Note that items in the build depends
275     list in the control file *must* be available or the package build will
276     fail, as some executables won't be generated if configure doesn't find 
277     everything it wants!  Closes: #64864, marked as grave for potato.
278
279  -- Bdale Garbee <bdale@gag.com>  Sun, 11 Jun 2000 09:53:35 -0600
280
281 amanda (1:2.4.1p1-11) frozen unstable; urgency=low
282
283   * target frozen because I think the spurious failure messages and duplicated
284     dependencies are worth fixing for potato even though both were filed as
285     "normal" bugs
286   * add extra cases to amanda-client's filtering of tar output to eliminate
287     user concern and confusion from spurious "FAILED DUMP" messages,
288     closes: #60126
289   * be more careful about which -dev packages are on build machine so that
290     we only depend on one version of libreadline, closes: #57940
291
292  -- Bdale Garbee <bdale@gag.com>  Sun, 12 Mar 2000 22:31:39 -0700
293
294 amanda (1:2.4.1p1-10) unstable; urgency=low
295
296   * fix postinst bug in amanda-server that breaks inetd.conf that was 
297     introduced during cut'n'paste for -8, closes: #52332
298   * the amanda-server package depends on mailx because the upstream source
299     looks for mailx at configure time, embeds the path, and uses it to send
300     mail.  The dependency on mailx is not arbitrary.  Closes: #44034
301   * add mailx to the Build-Depends so configure can find it
302   * update path reference to GPL in copyright file for FHS
303
304  -- Bdale Garbee <bdale@gag.com>  Fri,  7 Jan 2000 01:39:14 -0700
305
306 amanda (1:2.4.1p1-9) unstable; urgency=low
307
308   * missed a few things in Build-Depends, fill them in
309
310  -- Bdale Garbee <bdale@gag.com>  Sun,  5 Dec 1999 15:15:33 -0700
311
312 amanda (1:2.4.1p1-8) unstable; urgency=low
313
314   * supply the real tapetype, not just libtool wrapper.  closes: #50585, #50280
315   * update control to include Build-Depends:, remove README.source-depends
316   * move the inetd entry handling from amanda-common postinst/prerm to the
317     amanda-server package, since they're only relevant there, closes: #49578
318
319  -- Bdale Garbee <bdale@gag.com>  Sat, 27 Nov 1999 17:39:13 -0700
320
321 amanda (1:2.4.1p1-7) unstable; urgency=low
322
323   * recompile to include smbclient support
324
325  -- Bdale Garbee <bdale@gag.com>  Sun,  7 Nov 1999 14:13:24 -0700
326
327 amanda (1:2.4.1p1-6) unstable; urgency=low
328
329   * apply patches from Amanda patch page for glibc21, glibc22, and samba2.
330     Closes: #42771, #44672
331   * real fix for self-referential dependencies, closes: #46362
332   * the amrecover behavior reported was a 2.4.0 issue, closes: #27709
333   * "fix" bash-ism in the rules file, closes: #45236
334   * provide tapetype in amanda-server, closes: #42825
335   * FHS compliance, lintian clean
336   * thanks to Ben Kochie <ben@nerp.net> for reviewing open bugs for this update
337
338  -- Bdale Garbee <bdale@gag.com>  Fri,  5 Nov 1999 20:22:00 -0700
339
340 amanda (1:2.4.1p1-5) unstable; urgency=low
341
342   * update perl dependency to perl5 as per new perl policy
343
344  -- Bdale Garbee <bdale@gag.com>  Sun, 11 Jul 1999 11:37:32 -0600
345
346 amanda (1:2.4.1p1-4) unstable; urgency=low
347
348   * fix dependencies for amanda-common in control, closes 38464
349
350  -- Bdale Garbee <bdale@gag.com>  Sun, 30 May 1999 23:37:55 -0600
351
352 amanda (1:2.4.1p1-3) unstable; urgency=low
353
354   * depend on mailx, closes 34894
355   * lose the -DENABLE_GNUTAR_ATIME_PRESERVE, since it eliminates the ability
356     to use tar for incremental backups, closes 36639
357
358  -- Bdale Garbee <bdale@gag.com>  Mon, 24 May 1999 23:57:25 -0600
359
360 amanda (1:2.4.1p1-2) unstable; urgency=low
361
362   * replace /var/state usage with /var/lib/amanda, since user backup can't 
363     write to /var/state
364   * stop calling automake/autoconf explicitly in the rules file, since it
365     appears that automake 1.4 breaks amanda, while 1.3 was ok.  It should be
366     ok to just use the provided configure, closes 32143
367
368  -- Bdale Garbee <bdale@gag.com>  Tue, 19 Jan 1999 21:21:18 -0700
369
370 amanda (1:2.4.1p1-1) unstable; urgency=low
371
372   * new upstream version, closes 24855, 22270
373   * enable IGNORE_TAR_ERRORS and ENABLE_GNUTAR_ATIME_PRESERVE, closes 28486
374   * have the amanda-common postinst create /var/lib/amanda before it tries to
375     put a file there, closes 22345, 30326, 25106
376   * fix a few last references to /usr/adm, closes 25574
377   * update the docs for amanda-server to include a note about using ftape
378     from Jean Pierre LeJacq, closes 22271
379   * make the 'build-stamp' chunk of the rules file depend on /sbin/dump, since
380     amanda won't know about dump unless it can find it during the configure.
381     Another reason we need build-time dependencies, I guess.  Closes 24369.
382   * fix chg-mtx.sh.in to reflect Debian mtx syntax, closes 26208
383   * add tapetype QIC-3080, closes 26569
384   * eliminate dh_du from the rules file
385   * various tweaks to resolve lintian complaints
386
387  -- Bdale Garbee <bdale@gag.com>  Mon, 18 Jan 1999 22:58:34 -0700
388
389 amanda (1:2.4.0-4) unstable; urgency=low
390
391   * add suggests dump to amanda-client, closes 24962
392
393  -- Bdale Garbee <bdale@gag.com>  Mon,  3 Aug 1998 22:32:29 -0600
394
395 amanda (1:2.4.0-3) frozen unstable; urgency=low
396
397   * be consistent about pointing to /var/lib/amanda/amandates, closes 21811.
398   * be consistent about supporting suidregister.
399   * make sure user backup's home directory exists before using it in the 
400     amanda-common postinst, closes 21897.
401
402  -- Bdale Garbee <bdale@gag.com>  Sun,  3 May 1998 20:48:38 -0600
403
404 amanda (1:2.4.0-2) frozen unstable; urgency=low
405
406   * update amanda-common postinst to do a better job of making sure the 
407     user 'backup' exists, and has the right group privs.  Closes 18242,
408     20675, and 20945
409   * update amanda-client README file to reflect automatic handling of user
410     backup, and to add information for users setting up to do indexing,
411     closes 21313
412   * improve documentation of server config issues in amanda-server README,
413     closes 21366
414   * update default amanda.conf to fix compression flags on comp-user-tar and
415     comp-root-tar, closes 21198
416   * fix typos in amanda-server's README file, closes 21118
417
418  -- Bdale Garbee <bdale@gag.com>  Mon, 20 Apr 1998 02:14:50 -0600
419
420 amanda (1:2.4.0-1) frozen unstable; urgency=high
421
422   * new upstream release, 2.4.0 is no longer beta... 
423   * use an explicit epoch in the version since 2.4.0 < 2.4.0b6 ... sigh
424   * add --with-smbclient to configure run, and include more docs in 
425     amanda-common, closes 18366
426   * clean up dependencies, closes 18746
427   * patch dh_movefiles from debhelper to move real files before symlinks when
428     processing wildcards, closes 19267... debhelper bug 18220 addresses this
429     issue.
430   * make better use of wildcards in debhelper control files, closes 18350
431   * fix spelling errors in control file, closes 18959
432   * have amanda-server suggest mailx, since amcheck optionally uses 
433     /usr/bin/Mail to notify the operator of needed tapes, closes 18334
434   * improve the postinst slightly... the home directory for user backup needs
435     to be fixed in /etc/passwd before I can do the right things to close
436     18242 completely.  Bug filed against base-passwd, severity important.
437   * various small cleanups suggested to me via email without bugs filed
438
439  -- Bdale Garbee <bdale@gag.com>  Mon, 30 Mar 1998 18:29:55 -0700
440
441 amanda (2.4.0b6-12) unstable; urgency=low
442  
443   * apply upstream patches to bring us to 2.4.0-980319
444   * fold in some of Heiko's improvements from his bo-unstable version
445
446  -- Bdale Garbee <bdale@gag.com>  Tue, 24 Mar 1998 23:52:55 -0700
447
448 amanda (2.4.0b6-11) unstable; urgency=low
449
450   * apply upstream patches to bring us to 2.4.0b6p4
451   * use appropriate wildcards in amanda-*.files control files.  Closes 18196.
452   * include 'adduser' alternative in amanda-client's README, closes 18174.
453
454  -- Bdale Garbee <bdale@gag.com>  Sun, 15 Feb 1998 12:54:46 -0700
455
456 amanda (2.4.0b6-10) unstable; urgency=low
457
458   * apply upstream patches to bring us to 2.4.0b6p3
459
460  -- Bdale Garbee <bdale@gag.com>  Sun,  8 Feb 1998 17:53:47 -0700
461
462 amanda (2.4.0b6-9) unstable; urgency=low
463
464   * clean up dependencies, closes 17838
465   * apply upstream patches to bring us to 2.4.0b6p2
466   * switch to automake 1.2d from experimental on build machine, reduces
467     the amount of hackery required, and therefore the size of the diffs.
468
469  -- Bdale Garbee <bdale@gag.com>  Thu,  5 Feb 1998 22:40:58 -0700
470
471 amanda (2.4.0b6-8) unstable; urgency=low
472
473   * apply upstream patch to handle occasional divide by zero in amplot 
474   * refine split of files between binary packages 
475
476  -- Bdale Garbee <bdale@gag.com>  Wed, 28 Jan 1998 14:33:30 -0700
477
478 amanda (2.4.0b6-7) unstable; urgency=low
479
480   * patch for amrmtape from Heiko, will be in a future upstream release
481   * add suidmanager support to control files
482
483  -- Bdale Garbee <bdale@gag.com>  Wed, 28 Jan 1998 14:33:30 -0700
484
485 amanda (2.4.0b6-6) unstable; urgency=low
486
487   * clean up permissions... with --with-bsd-security enabled, some pieces must
488     be setuid in the server package
489   * fix client prerm so that it only removes the inetd.conf entry it owns.
490
491  -- Bdale Garbee <bdale@gag.com>  Tue, 27 Jan 1998 14:44:30 -0700
492
493 amanda (2.4.0b6-5) unstable; urgency=low
494
495   * enable use of .amandahosts instead of .rhosts for access control.  
496   * change /etc/amandates location to /var/lib/amandates for FSSTND compliance.
497   * ensure /var/lib/amandates exists with correct perms in postinst.
498   * make the /var/lib/amanda-gnutar-lists directory have appropriate perms.
499   * update README files to reflect contemporary reality
500
501  -- Bdale Garbee <bdale@gag.com>  Tue, 27 Jan 1998 10:04:58 -0700
502
503 amanda (2.4.0b6-4) unstable; urgency=low
504
505   * oops... --with-bsd-security got dropped from the configure at some point,
506     add it back in.  Thanks to Heiko again for pointing this out.
507
508  -- Bdale Garbee <bdale@gag.com>  Mon, 26 Jan 1998 10:40:39 -0700
509
510 amanda (2.4.0b6-3) unstable; urgency=low
511
512   * make amanda-common depend on tar >= 1.12.   Thanks to Heiko Schlittermann
513     for pointing this out.
514
515  -- Bdale Garbee <bdale@gag.com>  Mon, 26 Jan 1998 10:40:39 -0700
516
517 amanda (2.4.0b6-2) unstable; urgency=low
518
519   * amanda-common was suggesting amanda or amanda-client, updated to reflect
520     replacement of 'amanda' with 'amanda-server'.
521
522  -- Bdale Garbee <bdale@gag.com>  Mon, 26 Jan 1998 10:40:39 -0700
523
524 amanda (2.4.0b6-1) unstable; urgency=low
525
526   * new maintainer
527   * new upstream release, reworked package for libc6, using debhelper
528   * incorporate amanda-common split suggested by Tom Lear's 2.4.0b4 package.
529     this replaces 'amanda' with 'amanda-server', and breaks out an 
530     'amanda-common' package to hold the libs and man pages that were formerly
531     conflicting between amanda and amanda-client.  Closes bugs 11046, 11943.
532
533  -- Bdale Garbee <bdale@gag.com>  Mon, 26 Jan 1998 09:15:05 -0700
534
535 amanda (2.3.0.4-2.1) unstable; urgency=low
536
537   * non-maintainer release (never actually uploaded)
538   * libc6
539   * make amanda and amanda-client depend on netbase (>=3.03) for /etc/services
540     entries.  Remove /etc/services mashing from postinst.  Closes bugs 12847,
541     12848, 13795.
542   * make amanda depend on amanda-client.  This is the easiest way to resolve
543     the overlapping files problem.  It makes the assumption that if you're
544     running an amanda server, you'll want the client stuff anyway so you can 
545     back up the server.  Since the client package is small, this seems like a
546     better resolution than splitting out a third "common" package.  Closes
547     bugs 11046, 11943.
548   * update all references to /etc/amandates and /etc/dumpdates to use 
549     /var/lib/*dates, ala current Debian dump package.  Closes bug 15586.
550   * pre-apply all the patches from the upstream archive, to simplify the 
551     build process.  Patches applied include: arithexc.diff,exclude2.diff,
552     flushidx.diff,srvcomp.diff,tardates.diff,exclude.diff,exclude3.diff,
553     longopt.diff, and srvcomp2.diff.  Closes bug 13151, 13796.
554   * convert rules file to use debhelper.
555
556  -- Bdale Garbee <bdale@gag.com>  Sat, 10 Jan 1998 02:08:02 -0700
557
558 amanda (2.3.0.4-2) unstable; urgency=low
559
560   * fixed dependencies for amanda-client 
561
562  -- Christian Meder <meder@control.toronto.edu>  Wed, 18 Jun 1997 14:49:49 -0400
563
564 amanda (2.3.0.4-1) unstable; urgency=low
565
566   * Initial Release.
567   * Split in client and server package
568   * wrote small READMEs to ease a quick start
569   * applied several patches from 
570     http://www.cs.umd.edu/projects/amanda/patches.html to fix various
571     new features
572
573  -- Christian Meder <meder@control.toronto.edu>  Wed, 14 May 1997 13:08:34 -0500
574
575 Local variables:
576 mode: debian-changelog
577 End: