X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=ChangeLog;h=4e2d0e14722fe66adc5a923a2b0a8e077b4fc433;hb=8dd55d8556208de3d13380b36122f8a76bd71117;hp=a37ffb6261fa3ed2268e00063d908612dedffec4;hpb=2627875b7d18858bc1f9f7652811e4d8c15a23eb;p=debian%2Famanda diff --git a/ChangeLog b/ChangeLog index a37ffb6..4e2d0e1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,204 @@ +2009-04-10 Dustin J. Mitchell + * common-src/conffile.c: fix handling of double-backslash in quoted + strings + +2009-04-09 Jean-Louis Martineau + * server-src/dumper.c: Check authopt before using it. + +2009-04-07 Jean-Louis Martineau + * client-drc/sendbackup.c: Init result. + +2009-04-07 Jean-Louis Martineau + * server-src/taper-source.c (default_taper_source_seek_to_part_start): + returns FALSE on not splitted dump. + * server-src/driverio.c: info.last_level should not be set on error + if level >= info.last_level. + * server-src/driver.c: Rename update_failed_dump_to_tape to + update_failed_dump. + Call update_failed_dump on failed dump to holding disk. + * application-src/amgtar.c: Don't update statefile if the backup failed. + * client-drc/sendbackup.c: Don't update amandates if backup failed. + +2009-04-03 Dustin J. Mitchell + * perl/Amanda/Changer/compat.pm: always configure devices while + scanning + * server-src/amcheckdump.pl: configure devices returned from the + changer + +2009-04-01 Nikolas Coukouma + * device-src/s3.c: don't send empty location constraint, + allocate error messages + +2009-04-01 Dustin J. Mitchell + * device-src/s3-device.c: always send errors from setup_handle + +2009-04-01 Nikolas Coukouma + * device-src/s3-device.c: don't clobber errors from setup_handle + +2009-03-31 Jean-Louis Martineau + * server-src/amcheck.c: Set l on error path. + +2009-03-31 Jean-Louis Martineau + * perl/Amanda/Changer/compat.pm: Don't import :logging from Debug. + +2009-03-30 Jean-Louis Martineau + * packaging/deb/changelog, packaging/deb/rules, + * packaging/deb/buildpkg, packaging/rpm/buildpkg, + * packaging/rpm/amanda.spec: Change version to 2.6.1p1. + * NEWS: Add news for 2.6.1p1. + * configure.in: Change version to 2.6.1p1. + +2009-03-29 Dan Locks + * packaging/rpm/amanda.spec: change a number of %if conditionals to + macros which expand if they are defined. + +2009-03-25 Dustin J. Mitchell + * device-src/s3.c: fix segfault in s3_make_bucket with location + constraint + +2009-03-19 Dustin J. Mitchell + (thanks to Peter Kunst ) + * common-src/Makefile.am: don't include genversion.h in distribution + tarballs + +2009-03-19 Dustin J. Mitchell + * xfer-src/Makefile.am: add -release to libamxfer + +2009-03-17 Jean-Louis Martineau + * server-src/amlabel.c: give correct exit status on failure + +2009-03-13 Jean-Louis Martineau + * server-src/amstatus.pl: dump in "writing to tape" mode should also + be included in the "dumped" summary. + +2009-03-13 Jean-Louis Martineau + * server-src/find.c: Fix listing of partial dump in holding disk. + +2009-03-12 Jean-Louis Martineau + * server-src/planner.c: Log quoted qname. + +2009-03-11 Dustin J. Mitchell + * device-src/amtapetype.pl: do not produce broken 'bytes' units + * installcheck/amtapetype.pl: test changes + * man/xml-source/amanda.conf.5.xml: tapetype:length is not in bytes! + * common-src/conffile.c: fix default for tapetype:length + +2009-03-11 Dustin J. Mitchell + * common-src/amfeatures.c: improve error handling in + am_string_to_feature, return NULL on error + * amandad-src/amandad_util.c recover-src/amrecover.c + server-src/amcheck.c server-src/amindexd.c server-src/chunker.c + server-src/driver.c server-src/dumper.c server-src/planner.c: always + terminate the string passed to am_string_to_feature + +2009-03-11 Dustin J. Mitchell + * common-src/amfeatures.c: fix am_string_to_feature to fail correctly + on a bad feature string + +2009-03-10 Jean-Louis Martineau + * server-src/taper.c: return DONE if input file is partial. + +2009-03-10 Dustin J. Mitchell + * common-src/conffile.c: Set default TAPETYPE_FILEMARK to 1. + +2009-02-27 Jean-Louis Martineau + * application-src/amgtar.c: Fix parsing of EXIT-HANDLING property. + +2009-02-24 Dustin J. Mitchell + * changer-src/chg-rait.sh: get directory handling right (patch from + Jim.pennino on wiki.zmanda.com) + * changer-src/chg-glue.pl: produce a debug log, add do_clean, fix + do_eject + * perl/Amanda/Changer.pm: Add a new chg->eject method, to eject a + volume that's not currently reserved + * perl/Amanda/Changer/compat.pm: fix release(), don't load 'current' + after cleaning or ejecting + * installcheck/Amanda_Changer_compat.pl: updated tests + +2009-02-24 Jean-Louis Martineau + * amandad-src/amandad.c, application-src/amgtar.c, + changer-src/scsi-changer-driver.c, client-src/client_util.c, + common-src/conffile.c, device-src/s3-device.c, + oldrecover-src/set_commands.c, recover-src/set_commands.c, + server-src/amindexd.c, server-src/planner.c, + server-src/reporter.c: Replace all occurences of index by strchr, + Replace all occurences of rindex by strrchr. + +2009-02-24 Nikolas Coukouma + * device-src/s3.c: make s3_list_keys use its own buffer + +2009-02-24 Nikolas Coukouma + * device-src/s3.c: fix error buffer handling of overflow data + +2009-02-23 Dustin J. Mitchell + * device-src/rait-device.c: actually *report* mismatched child + labels/timestamps; correctly detect the 'first' device; and free old + device label/time + +2009-02-23 Dustin J. Mitchell + * device-src/vfs-device.c: remove bogus locking stubs that are + making syscalls like close(-1); fix error handling in read_label + if check_is_dir fails() + +2009-02-19 Dustin J. Mitchell + * perl/Amanda/Changer/compat.pm: add missing semicolon in do_release + +2009-02-18 John Hein + * common-src/dgram.c: set the send buffer size when creating a new + socket + +2009-02-17 Dustin J. Mitchell + * restore-src/amfetchdump.c: remove unintended debugging messages + +2009-02-17 Jean-Louis Martineau + * changer-src/chg-manual.sh: make messages clearer + * perl/Amanda/Changer/compat.pm: use _run_tpchanger directly from + _manual_scan + * server-src/amcheckdump.pl: handle errors better + +2009-02-09 Dustin J. Mitchell + * man/xml-source/amanda.conf.5.xml: remove TODO + +2009-02-07 Dustin J. Mitchell + * common-src/event.c: use built-in child watch source on FreeBSD + +2009-02-06 Jean-Louis Martineau + * server-src/dumper.c: options is already unquoted. + * common-src/util.c: argument should not be quoted when added to argv. + +2009-02-06 Dustin J. Mitchell + * installcheck/Amanda_Changer_compat.pl: remove debugging code + +2009-02-06 Jean-Louis Martineau + patch by Yoshihiro Ishikawa + * recover-src/extract_list.c: Handle application-api. + +2009-02-06 Dustin J. Mitchell + * installcheck/Amanda_Changer_compat.pl: support 'eject' + * perl/Amanda/Changer.pm: change release/do_relase relationship + * perl/Amanda/Changer/compat.pm: same + * perl/Amanda/Changer/disk.pm: same + * perl/Amanda/Changer/single.pm: same + +2009-01-13 Dustin J. Mitchell + * perl/Amanda/Paths.pm.in: add $localstatedir + * server-src/amserverconfig.pl: remove extraneous / + +2009-02-04 Jean-Louis Martineau + * amplot/amplot.awk: Set term to x11. + +2009-02-02 Jean-Louis Martineau + * common-src/conffile.c: Correctly copy pp_scriptlist. + +2009-02-02 Dustin J. Mitchell + * config/config.guess config/config.sub: new updates from FSF + * autogen: fix quoting error + * config/amanda/dumpers.m4: use a hostname we're more confident + doesn't exist + +2009-01-30 Jean-Louis Martineau + * server-src/amstatus.pl: Remove a bogus line. + 2009-01-22 Jean-Louis Martineau * configure.in: AM_INIT_AUTOMAKE(amanda, "2.6.1") * packaging/deb/rules, packaging/deb/buildpkg, packaging/deb/changelog,