trim lintian overrides to only those that remain relevant in this version
[debian/amanda] / NEWS
1 Changes in release 2.6.1p1
2
3    * amplot: better output
4    * Don't include genversion.h in distribution tarballs.
5    * Many bugs fixed
6          o S3 device driver
7          o rait device driver
8          o amstatus
9          o configure
10          o application-api
11          o compilation on some platform
12          o others small bug
13
14 Changes in release 2.6.1
15
16    * Application API: Allow to easily write wrappers around any backup program,
17      See the 'amanda-applications' man page.
18       o amgtar: Use GNU tar, it is a lot more configurable than the GNUTAR
19         program. See 'amgtar' man page.
20       o amstar: Use star to do a backup, it work only on a partition. See
21         'amstar' man page.
22       o amsamba: Use smbclient to backup a cifs share, see amsamba man page.
23       o amzfs-sendrecv: Do a backup of a ZFS filesystem with 'zfs send'.
24    * Script API: Allow to run script before and after amanda process, see the
25      'amanda-scripts' man page.
26       o amzfs-snapshot: Do a snapshot of a ZFS filesystem, then 'amgtar'
27         application will backup the snapshot. See 'amzfs-snapshot' man page.
28       o script-email: Simple script to send email. see 'script-email' man page.
29    * Changer API v2.0: perl-based changer interface supporting concurrent
30      use of multiple devices and changers.
31       o currently operating in "compatibility mode," calling old changer
32         shell scripts.
33       o under active development.
34    * Xfer API: generic library to move and filter data with maximal efficiency
35       o can read from and write to arbitrary devices, files, etc.
36       o only used in some applications.
37    * Amanda archive format: A simple archive format that an application can
38      use to create backup image.
39    * 'amarchiver' program to manipulate file in amanda archive format.
40    * Many improvements to report better error message to user.
41    * amtape subcommands 'slot prev' and 'slot last' are removed.
42    * Dozens more perl libraries, with more stable interfaces.
43    * Many bugs fixed and improvement.
44    * amgetconf '--client' option to retrieve config from
45      amanda-client.conf on a client.
46    * Amanda configuration file changes
47        o new application-tool section
48        o new script-tool section
49        o new device section
50        o new changer section
51
52 Changes in release 2.6.0
53
54    * configure --disable-shared doesn't work because perl modules require
55      shared libraries.  Use configure --with-static-binaries to build
56      statically linked binaries.
57    * 'amverify' and 'amverifyrun' are deprecated and replaced with the
58      new, more flexible 'amcheckdump'
59    * 'amdd' and 'ammt' are deprecated.
60    * Some Amanda files are now installed in new "amanda/" subdirectories:
61      libraries are now installed in $libdir/amanda and internal programs
62      are now installed in $libexecdir/amanda.
63    * The amandates file, previously at /etc/amandates, is now at
64      $localstatedir/amanda/amandates.  You may want to move your existing
65      /etc/amandates when you upgrade Amanda.
66    * New 'amcryptsimple', 'amgpgcrypt' - encryption plugins based on gpg.
67    * New 'amserverconfig', 'amaddclient' - Initial Amanda configuration tools
68      these tools make assumptions, please see man page.
69    * Many bugs fixed and code rewrite/cleanup
70    * glib is required to compile and run amanda.
71    * Device API: pluggable interface to storage devices, supporting tapes,
72      vtapes, RAIT, and Amazon S3
73    * New perl modules link directly to Amanda, to support writing Amanda
74      applications in Perl. Perl module are installed by default in the perl
75      installsitelib directory. It can be changed with
76      'configure --with-amperldir'.
77    * New 'local' security driver supports backups of the amanda server
78      without any network connection or other configuration.
79    * Almost 200 unit tests are available via 'make installcheck'.
80    * Amanda configuration file changes
81          o amanda.conf changes
82                + flush-threshold-dumped
83                + flush-threshold-scheduled
84                + taperflush
85                + device_property
86                + usetimestamps default to yes
87
88 Changes in release 2.5.2p1
89
90    * Many bugs fixed
91          o Many IPv6 bugs
92                + missing sockaddr_storage
93                + missing AI_V4MAPPED and AI_ALL
94                + compare of IPv4 and IPv6 v4mapped address.
95                + (bsd/bsdudp): server use two sockets,
96                   one for IPv4 and one for IPv6
97          o amflush/autoflush
98          o chown/chmod
99          o amstatus
100          o compilation on some platform
101          o others small bug
102
103 Changes in release 2.5.2
104
105    * Many bugs fixed and code cleanup
106    * krb5 auth is working
107    * Works with IPv6 address
108    * Amanda configuration file changes
109          o amanda.conf changes
110                + debugging is enabled in the config file
111                  see all debug_* config option
112                + tapetype 'readblocksize', if maxtapeblocksize is set too
113                  larger for your hardware
114
115 Changes in release 2.5.1p3
116
117    * Many bugs fixed
118    * amrecover improve handling of not ascii filename in index.
119    * Works with tar-1.16 and exit status of 1.
120    * Can define a LASTSLOT in a chg-disk config file.
121
122
123 Changes in release 2.5.1p2
124
125    * Many bugs fixed
126    * amoverview is working
127    * dumptype starttime is working
128
129    * Amanda command changes
130          o amtape accept the -o arguments
131          o amgetconf --list to list all tapetype, dumptype, holdingdisk
132            or interface
133          o amgetconf can return a value of a specific tapetype, dumptype,
134            holdingdisk or interface
135
136
137 Changes in release 2.5.1p1
138
139    * Many bugs fixed:
140          o Timeout waiting for ACK
141          o "illegal density" with dump
142          o IRIX: Parse config file, amrecover
143          o MacOs: compilation
144          o amrecover with FreeBSD/OpenBSD
145    * Some other small cleanup.
146    * Remove contrib/sst.
147
148
149 Changes in release 2.5.1
150
151    * Defects found by Coverity scan and Klocwork K7 analysis tools fixed.
152    * Works with GNU tar 1.15.91 - work with new gtar state file format.
153    * Open SSL encryption support
154    * Two new authentication methods: bsdtcp, bsdudp.
155    * Unlimited number of DLEs on a client with bsdtcp, rsh and ssh
156      authentication methods.
157    * Recovery process amrecover uses Secure API. amoldrecover command
158      (same syntax and functionality as amrecover command) is provided for
159      compatibility with old Amanda releases. amoldrecover command uses old
160      amidxtaped/amindexd protocol.
161    * Amanda debug files are separated into client/server/amandad and
162      are also classified based on Amanda configuration name.
163
164    * Amanda command changes
165          o amfetchdump -o is replaced by -O.
166          o amcheck -w option does all tests including the tape writable test.
167            Use amcheck -t -w to do only the tape writable test.
168          o -o command option to override Amanda configuration. See amanda man
169            page for details.
170          o amgetconf command doesn't write the BUGGY message when a entry
171            is not found in the configuration file.
172
173    * Amanda configuration file changes
174          o amanda.conf changes
175                + amrecover_do_fsf in amanda.conf defaults to yes
176                + amrecover_check_label in amanda.conf defaults to yes
177                + usetimestamps in amanda.conf to support multiple
178                  backup runs in a calendar day.
179                + holdingdisk in amanda.conf supports new values:
180                  NEVER, AUTO, REQUIRED.
181                + amandad_path, client_username and ssh_keys in
182                  amanda.conf for ssh/rsh authentication.
183          o New amanda client configuration file - amanda-client.conf.
184            Different client configuration file can be used for each Amanda
185            configuration.
186                + gnutar_list-dir and amandates can be specified in
187                  Amanda client configuration file - amanda-client.conf
188          o .amandahosts format changes to allow use of secure API for recovery.
189          o Amanda service entries in xinetd configuration has changed. 
190
191
192 Changes in release 2.5.0p2
193
194 * listhost subcommand in amrecover
195
196 Changes in release 2.5.0p1
197
198 * Add the 'amtape update' command.
199
200 Changes in release 2.5.0
201
202 * Communication security/authentication: Kerberos 4/5, OpenSSH
203 * Data security: Symmetric/Assymetric encrytion algorithms (aesutil
204   and gpg encryption),  Encryption can be done on server or client,
205   Custom encryption utilities can be used.
206 * Compression: Ability to add custom compression tools. This is a
207   really useful feature especially since it can specified for a DLE.  You
208   can use different compression algorithm for images, binaries, ascii files
209   and so on.
210 * Dump images spanning multiple media volumes - Dump images are no
211   longer restricted to a single media volume (tape or vtape).  Data restoration
212   can be done using amrecover and amfetchdump commands.
213 * Auto tape labelling - This optional feature is good for disk backups.
214
215 Change in release 2.4.5p1
216
217 * New [--days <num>] argument to 'amadmin <conf> tape'.
218 * New amoverview -last -num0 -togo0 options.
219
220 Change in release 2.4.5
221
222 * new displayunit global option to select the unit use to display number
223   k=kilo, m=mega, g=giga, t=tera.
224 * new amoverview -skipmissed option.
225
226 Change in release 2.4.5b1
227
228 * holding disk disk use timestamped directory.
229 * autoflush flush today's dump.
230 * new bumppercent global option, this should improve bumping criteria,
231   the bumpsize is set to a fixed value which can be adequate for small
232   and large disk.
233 * bumpsize, bumppercent, bumpdays and bumpmult can be in a dumptype.
234 * calcsize support include and exclude like gnutar.
235 * new 'estimate' dumptype option to select estimate type:
236     CLIENT: estimate by the dumping program.
237     CALCSIZE: estimate by the calcsize program, a lot faster but less acurate.
238     SERVER: estimate based on statistic from previous run, take second but
239             can be wrong on the estimate size.
240
241 Changes in release 2.4.4p3
242
243 * new chg-iomega changer script.
244 * amanda will not use a tape if it's label is not in the tapelist file
245   (eg. after an amrmtape).
246
247 Changes in release 2.4.4p2
248
249 * new initial_poll_delay config in chg-zd-mtx
250 * 'amadmin find' list disk removed from the disklist.
251 * amrecover can recover a disk removed from the disklist file.
252 * amanda works with samba3.
253 * new chg-disk changer script to use with the file: driver.
254 * Kerberos 4 support integrated and functional again.
255
256 Changes in release 2.4.4p1
257
258 * amverify do not advance to next tape at the end.
259 * new amflush -b and -s options, change -f behavior.
260 * new chg-mcutil changer.
261 * amrecover_changer works with chg-multi.
262 * default driveslot for chg-zd-mtx is now 0.
263 * amplot generate color postscript by default.
264 * amplot -b flag to generate b/w postscript.
265 * rait: works with file:
266 * print a postscript label for each tape used.
267
268 Changes in release 2.4.4
269
270 * New -a option to amcheck to always send an email.
271
272 Changes in release 2.4.4b1
273
274 * maxpromoteday: New option for a dumptype.
275 * New amtapetype program (replace tapetype)
276 * Client compile on CYGWIN
277 * amrestore -f <fileno> : amrestore can do fsf before reading the tape
278 * amrestore -l <label>  : amrestore can check the label before restoring.
279 * New config options:
280   amrecover_do_fsf: Amrecover will use the -f flag of amrestore to position the
281                     tape.
282   amrecover_check_label: amrecover will pass the -l flag to amrestore.
283   amrecover_changer: amrecover will use your changer.
284   maxdumpsize: The maximum size of the dumps during a run,
285                default to tapesize * runtapes
286   taperalgo: select your algo for the taper, try 'largestfit', it can improve
287              tape usage.
288 * amrecover allow to retry a skip a tape.
289 * New --days option to 'amadmin <config> balance' command.
290 * New --date option to amstatus
291 * amreport print an usage by tape.
292 * Newer promote algorithm that try to reduce the number of full on a
293   single host in a run.
294 * New changer: chg-juke, chg-null and chg-rait
295
296 Changes in release 2.4.3
297
298 * Few small bug fixed
299 * New runtapes argument to amverify.
300 * New amverifyrun program.
301 * 2.4.3 client works with older server.
302
303 Changes in release 2.4.3b4
304
305 * new noop packet type. It allow the server to know the client features.
306 * exclude list with relative path is working again.
307 * amstatus is working again.
308
309 Changes in release 2.4.3b3
310
311 * --with-maxtapeblocksize configure options
312 * blocksize tapetype option
313 * file-pad tapetype option
314 * Multiple exclude in dumptype
315 * Option include in dumptype
316 * New disklist syntax:
317 *   hostname diskname [ diskdevice ] dumptype [ spindle [ interface ] ]
318 * chg-zd-mtx: Major cleanup and general overhaul.
319 * amrecover: new listdisk command.
320
321 Changes in release 2.4.3b2
322
323 * amrestore try to find the next chunk in the current directory.
324 * amrecover: You can change the tape device between each tape.
325 * amstatus work with amflush.
326
327 Changes in release 2.4.3b1
328
329 * tapeio.
330 * New [host [disk]*]* arguments to amdump, amcheck, amadmin and amflush.
331 * New [-D datastamp]* arguments to amflush.
332 * amrecover: cd accept shell wildcard, new command cdx accept regex.
333 * new autoflush option.
334 * new dumperstr option to specify the priority order of each dumper.
335
336 Changes in release 2.4.2
337
338 * Samba passwords are now sent to smbclient via a pipe and never displayed.
339 * Debug files in /tmp/amanda (--with-debug-dir) are now timestamped and old
340   ones automatically cleaned out.  This means more space (a few KBytes) will
341   be used since in a given run, several of the programs are called more than
342   once.  But it also means important debugging information should no longer
343   be lost by the file being overwritten.  The length of time to keep the
344   files is controlled by --with-debug-days (default: 4).  The old flag
345   --with-pid-debug-files is no longer needed and is ignored.
346 * dumptypes can be specialized in the disklist file
347 * Amanda will never use more space than specified (use) for an holding
348   disk
349 * A dump on holding disk can spread multiple holding disks
350 * negative chunksize is no longer supported
351 * chunksize is now 1 Gb by default
352 * ufsdump -S is now supported on Solaris
353 * Samba 2.0.0 is now supported
354 * New `incronly' strategy, similar to skip-full, but allows manual
355   scheduling of full backups
356 * chg-scsi was ported to several platforms
357 * --with-amandahosts is now enabled by default
358 * new force-bump, force-no-bump and unforce-bump command in amadmin.
359 * Increased the maximum number of filesystems that can be backed up
360   from a single host, by increasing the maximum UDP request packet
361   size.
362 * A new `dtimeout' keyword in amanda.conf to replace the READ_TIMEOUT
363   constant in dumper.c.
364 * A new `ctimeout' keyword in amanda.conf to replace the CHECK_TIMEOUT
365   constant in amcheck.c.
366 * new amtrmlog command
367 * --with-samba-user is deprecated, the username go in the amandapass file
368
369 Changes in release 2.4.1
370
371 * FAQ for new users, in docs/FAQ.
372 * A new `runspercycle' keyword in amanda.conf to specify the number
373   of amdump runs in a dumpcycle. The default is one run every day.
374   A value of 0 (the default) means the same value as dumpcycle.  
375   A value of -1 means guess the number of runs from the tapelist file,
376   which is the number of tape used in the last dumpcycle days / runtapes.
377   If you don't run amdump every days, you must set runspercycle
378   otherwise amanda will noy be able to balance the dump. You must
379   set runspercycle to -1 if you want the same behavior as previous
380   version of amanda.
381 * Space to be use as holding disk can now be "use all space except ??? Kb"
382   using a negative value for the 'use' parameter.
383 * amrecover will restore SAMBA backups using SAMBA.
384 * New `amstatus' program.
385 * New `chg-scsi' tape changer program, that replaces `chg-chio' and uses
386   tape-changer-related ioctls on OSs that support them.
387 * Reporter can now print tape labels.
388 * ZFTAPEs are now supported on Linux.
389 * amrestore now accepts a list of filesystems to be restored.
390 * New `clean' amtape command.
391 * amlabel will only overwrite an Amanda tape if `-f' is specified.
392 * Tapes can now be marked so as not to be recycled with amadmin no-reuse.
393 * amidxtrm will no longer remove index files of backups in active tapes.
394 * Large dumps can now be split into multiple files on holding disk
395   (but they won't span across tapes yet).
396 * A total estimate time-out may be specified.
397 * Fixed skip-incr and skip-full support.
398 * amcheck now accepts -Maddress to send e-mail to the specified address.
399 * amdump, amflush and amcheck will use the log files as locks, so as
400   to avoid running concurrently.
401 * driver now supports configurable level-0 dumps in degraded mode via
402   new amanda.conf keyword "reserve"; see docs/WHATS.NEW for details.
403 * Configure now looks for vxdump and vxrestore in /usr/lib/fs/vxfs for Solaris
404   systems and will use it vxdump/vxrestore automatically on vxfs filesystems.
405 * New `killpgrp' setuid-root program, that kills estimate dumps even
406   if they are setuid-root.
407
408 Changes in release 2.4.0p1
409
410 * Fixed kerberos encryption
411 * New --with-owner configure option, to specify owner of installed files
412 * amcheck now checks for the existence of gnutar-listdir and of a
413   compressor on the server (for indexes and server compression)
414 * Implemented dumptype option `strategy skip'
415 * Updated to libtool 1.2a
416 * Minor portability-related bugfixes.
417
418 Changes in release 2.4.0
419
420 * Several security-related fixes, see docs/SECURITY for details.
421 * New configuration file syntax: dumptypes can now be used as keywords.
422 * New text database format, to replace dbm/ndbm/gdbm/db databases with
423   a more portable and user-friendly format.
424 * Index files are now sent through a separate TCP connection, as they
425   are generated, instead of being stored in /tmp.  This breaks Amanda
426   protocol backward compatibility.
427 * Estimates are now performed concurrently, if maxdumps>1.
428 * At configure time, it is now possible to specify a suffix for amanda
429   service names (--with-testing=suffix) and a directory for debugging
430   files (--with-debugging=/directory/name)
431 * New tape changer configuration keywords, that partially standardize
432   tape changer script configuration interface.
433 * amrecover can now handle GNU tar and AIX dump restores; it must now
434   be run as root.
435 * Shared libraries are built by default, using GNU libtool.
436 * Extended regular expression syntax has been adopted.
437 * amcheck will no longer report failures about unused programs.
438 * It is now possible to specify a SAMBA username at configure time.
439 * BSD security is now enabled by default.
440 * A time-out for estimate requests can now be specified in amanda.conf.
441 * New patch-system script, for editing /etc/services and /etc/inetd.conf.
442 * Amdump will wait if a file named `hold' exists in the log directory.
443 * Various bugfixes and new ports.
444
445 Changes in release 2.3.0.4
446 * New chg-generic.conf option 'multieject' added which lets
447   chg-generic work on tape drives that need multiple 'mt offline'
448   commands.  See examples/chg-generic.conf for more information.
449 * New configure options:
450   --with-db=DBLIB          Force database library choice from {db,dbm,gdbm,ndbm}
451   --enable-buffered-dump   Use buffered sockets on server for faster dumps
452   --with-group=GROUPNAME   Install all files into group GROUPNAME
453 * Include the file seagate-changer.c which controls
454   Seagate/Conner/Archive autoloading DAT drive on NetBSD systems.
455 * Add a new amanda.conf option named "starttime" which is used in the
456   dumptype configuration.  It takes one argument which is a time of day
457   (local timezone) formated as either hhmm or hmm (no `.'s, no `:'s,
458   just an integer).  This tells Amanda to start a particular dump at
459   the given time.
460 * Index files are now retrieved from the clients through amandad, not rsh/rcp.
461 * Fix configure bug when multiple invocations would not do the correct things.
462 * Better fully qualified domain name support.
463 * Many little dumper fixes.
464 * Remove C style comments from amrmtape and fix a bug when there is
465   only one tape in the tapelist.
466 * More declarations of Unix system functions for those OSes that do not
467   have declarations.
468 * Fix --with-mmap configure bug.
469
470 Changes in release 2.3.0.4b3
471 * Include amplot-2.2.6 which makes plots of the amdump files for performance
472   improvements.  Amplot requires gnuplot and a version of awk that
473   understands command line variable assignment.
474 * Include amoverview which creates a list of each disk dumped and the level
475   and success or failure of those dumps over a complete tapecycle.
476 * Amanda now supports backups of clients in different domains.  Requires
477   using the configure --with-fqdn options and fully qualified domain
478   names (FQDNs) in the disklist file.
479 * rth-changer checks all system calls for valid returns.
480 * no-changer and hp-changer use different status files and do more checking.
481 * amrestore works again with gzip compressed tapes.
482 * New setuid program rundump for systems where dump must run as root.
483 * Setuid programs are now installed o-rwx for tighter security.
484 * Fix bug where if Amanda was not configured using the --with-bsd-security
485   configure option, Amanda would not connect to the client machines.  This
486   is now fixed.
487 * Rundump and runtar now check if the proper user is invoking them.
488 * Amanda now can use gdbm if the compatibility header files are not installed.
489 * Bug fixes for gnutar file exclusions.
490 * Fix bug in sendsize which would loop forever if debugging was not turned on.
491 * Bug fixes in Samba code.
492 * More configure and bug fixes for HP-UX, m88k-motorola-sysv4, SGI, OSF, and
493   Ultrix systems.
494
495 Changes in release 2.3.0.4b2
496 * New tape changer script (rth-changer) for the Robotic Tape Handling system.
497 * Include amindex-1.0 from Alan McIvor.
498 * Gnutar incrementals should now work.
499 * amgetidx now caches if a remote client is reachable.
500 * amanda.conf settings used before --with-dbdir and --with-logdir settings
501   in various scripts.
502 * New configure options:
503   --with-mmap                           force mmap() instead of shared memory
504   --with-gnutar-listed-incremental=DIR  gnutar directory lists go in DIR
505   --enable-gnutar-atime-preserve        gnutar preserves atime, do not use
506   --with-pid-debug-files                use pid in /tmp debugging filenames
507 * Samba support must now be explicitly included using --with-smblcient.
508 * Amanda now compiles with K&R compilers.
509 * Better AIX, Linux, OSF support.
510 * configure checks if /dev/r devices exist or not.
511 * Amanda uses POSIX fcntl locking before flock or lockf locking if available.
512 * dumper.c uses less aggressive I/O values for SunOS server support.
513 * Many bug fixes in the configure script for various platforms.
514 * Many bug fixes to codes.
515
516 Changes in release 2.3.0.4b1
517 * Configuration now uses configure.  Build environment now uses
518   automake and autoconf.
519 * Samba PC client backup support added.
520 * New programs and scripts:
521   amrmtape: invalidate the contents of an existing backup tape
522   amverify: check Amanda tapes for gnutar driven backups.
523   hp-changer: script for a HP DAT changer.
524   no-changer: make a single tape appear like an infinite count tape stacker.
525 * New options added to programs:
526   amadmin: `amadmin <conf> version' shows version information.
527   amtape: `amtape <conf> current' shows the current tape label,
528 * Amanda now supports server side compression of dumps on the tape
529   host.  Use the srvcompress option in amanda.conf.
530 * Better gnutar support for indexing.  Amanda now lets you exclude
531   files from the dump.
532 * Tape planning improvements.
533 * Email reports have better formating for disks with long mount points.
534 * Tighter DNS checking added to amandad.
535 * More debugging added to several programs.
536 * Amdump now calls amgetidx and amtrmidx.
537 * Better support for multidomain environments.
538 * Contains amindex-0.3 from Alan McIvor.
539 * Many bug fixes and compiler warnings handled.
540
541 Changes in release 2.3.0.3
542 * Amadmin uses regular expression matching to match disks.
543 * Expand the column width of the disk names from reporter.
544 * Contains amindex-0.2 from Alan McIvor.
545 * Many bug fixes.
546
547 Changes in release 2.3.0.2
548 * Bug fixes.
549
550 Changes in release 2.3.0.1
551 * Contains amindex-0.1 from Alan McIvor.
552 * Bug fixes.
553
554 Changes in release 2.3.0 alpha
555 * A number of material bugs fixed, including fixes incorporated into
556   John Stoffel's WPI patches to amanda, which he called 2.2.6.5.
557 * Backup files larger than 2 GB now supported.  The current limit is
558   2^31 Kbytes (2 terabytes), which should hold us for a few more years
559   (1/2 :-).
560 * Support for GNUTAR-based backups.
561 * Support for writing to multiple tapes (sequentially) in one run.
562 * Support for multiple backups in parallel from the same client host.
563 * Records from the curinfo database can be exported and imported
564   to/from a textual format.  This allows fixing a corrupted database by
565   running the text version through a script and reimporting it.
566   Individual records or the entire database can be exported/imported.
567
568 Changes in release 2.2.6
569 * A number of material bugs fixed.
570 * A lot of lint picked in the whole package.
571 * The documentation is now reasonably up to date.
572 * This version has been locally compiled and at least the client side
573   tested on the following systems:
574         SunOS 4.1.3     IRIX 5.2
575         Solaris 2.3     BSDI BSD/386 1.1
576         Ultrix 4.2      NetBSD 1.0
577         DEC OSF/1 2.0   AIX 3.2
578   I don't have any HP/UX machines locally to try it on, but I've
579   tracked patches submitted by Neal Becker <neal@ctd.comset.com>, so
580   I'm reasonably confident that 2.2.6 shouldn't be far from the mark on
581   that platform.
582
583 Changes in release 2.2.5
584 * SYSV shared memory no longer required on server side if mmap is
585   available.
586 * Supports GZIP compression.
587 * Supports use of mount names as well as device names in disk list
588   (eg "/usr" instead of "sd0g").
589 * Amanda now thinks in real-time - you may run it several times a day
590   if you wish, and it won't get confused.
591 * Supports Kerberos 4 security as well as BSD-style .rhosts, including
592   encrypting files over the net.  The Kerberos support is available as
593   a separate add-on package - see the file KERBEROS.HOW-TO-GET on the
594   ftp site.
595 * Improved network protocol - faster startup, no longer dump specific,
596   hooks in place for non-dump clients.
597 * Client-side checks in amcheck - can check sanity of all client hosts
598   very quickly.
599 * Supports multiple holding disks, and load balances between them.