X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=ReleaseNotes;h=45b425b7ea3fc4fe46a1b9cfd12f8e1540c94887;hb=refs%2Fheads%2Fmaster;hp=d4f5e8c69972e086e26857f93b9a24171192e786;hpb=8eb7e8e19f1373f6be7f1f7837b997748ce31d0e;p=debian%2Famanda diff --git a/ReleaseNotes b/ReleaseNotes index d4f5e8c..45b425b 100644 --- a/ReleaseNotes +++ b/ReleaseNotes @@ -1,3 +1,58 @@ + Release Notes for amanda-3.3.3 + +* amdump.X log files use timestamp instead of number, amdump and amdump.1 + are maintained as symlink. +* chg-disk + o Use the changerfile for the statefile. +* s3 device + o support CASTOR storage +* amanda.conf + o New REPORT-USE-MEDIA and REPORT-NEXT-MEDIA. +* amfetchdump + o new --extract, --directory, --data-path and --application-property + arguments. It allow to do the extraction on the server. +* --exact-match argument to many command, and '=' prefix to expression. + o It diable use of expression for host, disk, level and datestamp on + command line argument. +* All changer scripts. + o Add LOCK-TIMEOUT property. +* Many bug fix. + + + Release Notes for amanda-3.3.2 + +* amgtar + o New IGNORE-ZEROS property. +* amsamba + o Fix use of subdir for restore. +* s3 device + o New PROXY property. + o New PASSWORD, USERNAME, TENANT_ID, TENANT_NAME properties. + o New STORAGE_API property. + o New S3_MULTI_DELETE property + o New CLIENT_ID, CLIENT_SECRET and REFRESH_TOKEN properties. + o New CREATE-BUCKET property. + o New PROJECT-ID property. + o New REUSE-CONNECTION property. + o Works with swift and google storage. +* NDMP device + o Add INDIRECT property. +* amanda.conf + o Add 'max-warnings', The maximum number of warning lines in the report. + o Default 'columspec' changed to: HostName=0:-12:12,Disk=1:-11:11,Level=1:-1:1,OrigKB=1:-7:0,OutKB=1:-7:0,Compress=1:-6:1,DumpTime=1:-7:7,Dumprate=1:-6:1,TapeTime=1:-6:6,TapeRate=1:-6:1 +* amadmin + o Add --no-default and --print-source arguments for config and + disklist command. +* amfetchdump + o Print progress. + o Add --decrypt, --no-decrypt, --server-decrypt, --client-decrypt, + --compress, --no-compress, --server-compress and --client-compress + options. +* fix for compilation with newer glib. +* fix for compilation on cigwin. +* Many bug fix. + + Release Notes for amanda-3.3.1 * amrecover