X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=NEWS;h=f9861a0232405600408e7eef2b80c4f5d9c7ae01;hb=691567b16c13087b31ee4c2b6d038e57872fae82;hp=48f53ef266a4fcd99b9a14d0819339d8d499b851;hpb=8eb7e8e19f1373f6be7f1f7837b997748ce31d0e;p=debian%2Famanda diff --git a/NEWS b/NEWS index 48f53ef..f9861a0 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,56 @@ +Changes in release 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 + +Changes in release 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. + Changes in release 3.3.1 * amrecover