From: Kern Sibbald Date: Mon, 11 Jun 2012 14:37:27 +0000 (+0200) Subject: Update notes, version to 5.2.9 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=05bc5416468ec7e80121776a789cc30987d4ceeb;p=bacula%2Fbacula Update notes, version to 5.2.9 --- diff --git a/bacula/ChangeLog b/bacula/ChangeLog index 46c40508d9..7aeeb60b2a 100644 --- a/bacula/ChangeLog +++ b/bacula/ChangeLog @@ -1,4 +1,8 @@ - Changelog on version 5.2.8 + Changelog on version 5.2.9 + +Version 5.2.9 +11Jun12 + - Remove patch: Apply readline without TERM_LIB dependency patch from bug #1871 Version 5.2.8 diff --git a/bacula/ReleaseNotes b/bacula/ReleaseNotes index 173f805e5a..4e4bad380b 100644 --- a/bacula/ReleaseNotes +++ b/bacula/ReleaseNotes @@ -1,11 +1,11 @@ - Release Notes for Bacula 5.2.8 + Release Notes for Bacula 5.2.9 Bacula code: Total files = 1,110 Total lines = 231,439 (Using SLOCCount) General: -------- -The 5.2.8 version is a bug fix release. +The 5.2.9 version is a bug fix release. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Please note that with this version of Bacula, during the install @@ -44,8 +44,9 @@ Compatibility: Changes since 5.2.7: -------------------- -10Jun12 - - Apply readline without TERM_LIB dependency patch from bug #1871 +11Jun12 + - Remove bad TERM_LIB patch from version 5.2.8 + "Apply readline without TERM_LIB dependency patch from bug #1871" - Ensure cancel status is set for canceled duplicate jobs -- partial fix for bug #1851 - Enhance Win32 error messages -- fixes bug #1879 @@ -63,11 +64,17 @@ Changes since 5.2.7: - Fix compiler warning. Bugs fixed/closed since last release: -1851 1871 1879 1884 1886 1888 +1851 1879 1884 1886 1888 ==================================================================== +General: +-------- +Version 5.2.8 was a short lived version because it had a TERM_LIB +patch that broke on Solaris and other machines. That patch was +removed in 5.2.9. + General: -------- The 5.2.7 version is a significan bug fix release. (The diff --git a/bacula/src/version.h b/bacula/src/version.h index 759a30fe31..fb195705d9 100644 --- a/bacula/src/version.h +++ b/bacula/src/version.h @@ -1,8 +1,8 @@ #undef VERSION -#define VERSION "5.2.8" -#define BDATE "10 June 2012" -#define LSMDATE "10Jun12" +#define VERSION "5.2.9" +#define BDATE "11 June 2012" +#define LSMDATE "11Jun12" #define PROG_COPYRIGHT "Copyright (C) %d-2012 Free Software Foundation Europe e.V.\n" #define BYEAR "2012" /* year for copyright messages in progs */