]> git.sur5r.net Git - bacula/bacula/commitdiff
Update notes, version to 5.2.9
authorKern Sibbald <kern@sibbald.com>
Mon, 11 Jun 2012 14:37:27 +0000 (16:37 +0200)
committerKern Sibbald <kern@sibbald.com>
Sat, 20 Apr 2013 12:50:48 +0000 (14:50 +0200)
bacula/ChangeLog
bacula/ReleaseNotes
bacula/src/version.h

index 46c40508d9b79cd9f53a336d1d649989b2abaecb..7aeeb60b2ae3d8cae99fb3721495f53351911253 100644 (file)
@@ -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
 
index 173f805e5ad2905eb8b326b3e44971ad863ab4ed..4e4bad380bd62ee689fcc0789891b5b40180b2c5 100644 (file)
@@ -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
index 759a30fe312e500db66af4837aa774974017a5f4..fb195705d9b0eda35dbbc7de79feda30e2e86725 100644 (file)
@@ -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 */