X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=ReleaseNotes;h=e6f11b26a9e126fa8854ea44e024b022ff00afa3;hb=94a044f90357edefa6f4ae9f0b1d5885b0e34aee;hp=47d9399bd864a8a7c7b2dc482b0cf0ef5143b58a;hpb=d3b2175e084f88c8736ad7073eacbf4670147aec;p=debian%2Famanda diff --git a/ReleaseNotes b/ReleaseNotes index 47d9399..e6f11b2 100644 --- a/ReleaseNotes +++ b/ReleaseNotes @@ -1,3 +1,102 @@ + Release Notes for amanda-2.6.0 + +amcheckdump + New program written entirely in perl, it replaces 'amverify' and + 'amveryfyrun' + +amcryptsimple, amgpgcrypt + New encryption plugins based on gpg. + +amserverconfig, amaddclient + New Initial Amanda configuration tools, these tools make assumptions, + please see man page. + +Deprecated programs + 'amverify' and 'amveryfyrun' are deprecated -- use amcheckdump. + 'amdd' and 'ammt' are also deprecated. If you have scripts that use + them, then you must rewrite them in perl using the new perl modules. + +Configure options + --disable-shared doesn't work because perl modules require shared library. + Instead, use --with-static-binaries to build statically linked binaries. + --with-amlibdir, libraries are now installed in $amlibdir + --without-amlibdir : amlibdir=$libdir + --with-amlibdir=yes : amlibdir=$libdir/amanda (default value) + --with-amlibdir=/path/to/libdir : amlibdir=/path/to/libdir + --with-amlibexecdir, internal programs are installed in $amlibexecdir + --without-amlibexecdir : amlibdir=$libexecdir + --with-amlibexecdir=yes : amlibdir=$libexecdir/amanda + (default value) + --with-amlibexecdir=/path/to/libexecdir : amlibdir=/path/to/libexecdir + --with-amperldir, Where to install perl modules + --without-amperldir : amperldir=$amlibdir/perl + --with-amperldir=yes : amperldir= $(perl installsitelib) + (default value) + --with-amperldir=/path/to/perldir : amperldir=/path/to/perldir + +Path changes + Libraries are installed in $amlibdir (previously $libdir) + Internal programs are installed in $amlibexecdir (previously $libexecdir) + You must change your inetd/xinetd config for the new amandad path. + The amandad path change affect rsh/ssh auth, amanda-2.6.0 installations + will need to add an 'amandad_path' parameter to configuration files in + order to talk to older versions of Amanda: + amanda-2.6.0 client -> amanda-2.5.2 or earlier server: add + 'amandad_path "/usr/libexec/amandad"' (or the appropriate path) to + /etc/amanda/amanda-client.conf + amanda-2.5.2 or earlier client -> amanda-2.6.0 server: add + 'amandad_path "/usr/libexec/amanda/amandad"' (or the appropriate path) + to /etc/amanda/amanda-client.conf + amanda-2.6.0 server -> amanda-2.5.2 or earlier client: add + 'amandad_path "/usr/libexec/amandad"' (or the appropriate path) to the + dumptype + amanda-2.5.2 or earlier server -> amanda-2.6.0 client: add + 'amandad_path "/usr/libexec/amanda/amandad"' (or the appropriate path) + to the dumptype + The amandates files is now $localstatedir/amanda/amandates, previously it + was /etc/amandates, this file must be created on all client. + +usetimestamps + It now defaults to 'yes'. + +Glib + glib is required to compile and run amanda. + It is free and can be downloaded form http://www.gtk.org/download/ + +Device API + The Device API is a complete rewrite of all tape-access functionality. + To use the Device API, all devices must be specified by their full + name, e.g., tape:/dev/nst0. Existing functionality is now available + in the tape, file, and rait devices, and a new Amazon S3 backend named + 's3' is also available. + +Perl Module + Link directly to Amanda, to support writing Amanda applications in Perl + Available Modules: + Changer (Execute changer scripts) + Cmdline (Parse command line argument) + Config (Parse config files) + Device (device-api) + Debug (Write to debug files) + Logfile (Parse log files) + Tapefile (Parse tapelist file) + Perl modules are installed in $amperldir + +local security driver (auth) + Allows backups of the Amanda server without any need for network + configuration, and similarly allows amrecover to work on the Amanda + server without any network configuration. + +make installcheck + Almost 200 unit tests are available, which should be run on an installed + copy of Amanda. See http://wiki.zmanda.com/index.php/Testing for more + information. + +flush-threshold-dumped, flush-threshold-scheduled, taperflush + These three config options allow to better fill your tapes. + They are what was known as the taperstart/taperflush feature. + + Release Notes for amanda-2.5.2 IPv6