X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=ChangeLog;h=2a827bdb47c2393e90e4c9aebf5729e14b152f36;hb=71325c297e0436e9930a3e129a26696e78c27f62;hp=c0c98200c8345ff42674f6bf31f0c68bc1c44bcd;hpb=12179dea039515c06168c0037d048566a3f623de;p=debian%2Famanda diff --git a/ChangeLog b/ChangeLog index c0c9820..2a827bd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,88 @@ +2006-09-27 Jean-Louis Martineau + * Amanda 2.5.1p1 released. + * configure.in: AM_INIT_AUTOMAKE(amanda, 2.5.1p1). + * NEWS: Update for 2.5.1p1 + +2006-09-27 Jean-Louis Martineau + * restore-src/restore.c: Improve debugging. + * server-src/changer.c: Make sure to dup the fd out of the 0..2 range. + +2006-09-27 Jean-Louis Martineau + * restore-src/amfetchdump.c: Pass new prompt_in parameter to + search_tapes. + * restore-src/restore.c (search_tapes, load_manual_tape): New prompt_in + parameter. + * restore-src/restore.h (search_tapes): New prompt_in parameter. + * restore-src/amidxtaped.c: Set new 'FILE *' instead of reusing stdin + and stdout. + * server-src/amindexd.c: Set new 'FILE *' instead of reusing stdin + and stdout. + +2006-09-27 Jean-Louis Martineau + Patch by Orion Poplawski + * server-src/planner.c: Add a skip_quoted_line() on error. + +2006-09-23 Jean-Louis Martineau + * server-src/amstatus.pl.in: Fix parsing of 'taper: wrote label' line. + * server-src/amtoc.pl.in: Fix parsing of 'START taper' line. + +2006-09-22 Jean-Louis Martineau + Patch by William Jojo + * client-src/sendsize.c: Fix #endif for AIX. + +2006-09-22 Jean-Louis Martineau + * common-src/packet.c: Fix use of arglist_start/arglist_end. + * server-src/amindexd.c: Fix use of vsnprintf (for IRIX). + * server-src/logfile.c: Fix use of arglist_start/arglist_end. + +2006-09-21 Jean-Louis Martineau + * server-src/amcheck.c: Don't assert if holding use is set to 0. + +2006-09-21 Jean-Louis Martineau + * common-src/util.c: Declare keytable. + * common-src/util.h: Declare keytable as extern. + +2006-09-19 Jean-Louis Martineau + * contrib/sst: Removed + * Makefile.am (EXTRA_DIST): Remove sst files. + +2006-09-19 Jean-Louis Martineau + * server-src/find.c (search_logfile): Count 'PARTIAL taper line'. + +2006-09-19 Jean-Louis Martineau + Patch by Paul Bijens + * server-src/amcheck.c: Print "tapelist" instead of "tapefile". + +2006-09-19 Jean-Louis Martineau + * common-src/dgram.c (dgram_bind): Remove unused variables. + +2006-09-19 Jean-Louis Martineau + * common-src/dgram.c (dgram_bind): Don't set SO_REUSEADDR on socket. + +2006-09-19 Jean-Louis Martineau + * common-src/util.c (connect_port): Make EHOSTUNREACH and ENETUNREACH + fatal error. + +2006-09-18 Jean-Louis Martineau + * common-src/util.c(dump_sockaddr): Convert from network to machine + bytes order before printing. + * common-src/dgram.c (dgram_recv): Print the fromaddr. + +2006-09-15 Jean-Louis Martineau + * amandad-src/amandad.c: Correct order of close/dup. + +2006-09-12 Jean-Louis Martineau + * common-src/bsdtcp-security.c: Use AMANDA_SERVICE_NAME. + +2006-09-12 Jean-Louis Martineau + * server-src/amstatus.pl.in: Check that $dumpers_active is defined. + +2006-09-12 Jean-Louis Martineau + * common-src/util.c (conftoken_getc): Return an int. + +2006-09-11 Jean-Louis Martineau + * client-src/sendbackup-dump.c: Works if rundump is not used. + 2006-09-05 Jean-Louis Martineau * Amanda 2.5.1 released. * configure.in: AM_INIT_AUTOMAKE(amanda, 2.5.1).