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