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