]> git.sur5r.net Git - bacula/bacula/commitdiff
Tweak update ChangeLog, ReleaseNotes, version date
authorKern Sibbald <kern@sibbald.com>
Tue, 29 Jul 2014 16:16:34 +0000 (18:16 +0200)
committerKern Sibbald <kern@sibbald.com>
Tue, 29 Jul 2014 16:16:34 +0000 (18:16 +0200)
bacula/ChangeLog
bacula/ReleaseNotes
bacula/src/version.h

index 0b9f11ea47137a40137bae0e9bbfbacee6e8ff02..6d79a28c82187abc66f90ae6097ac7ccde28de52 100644 (file)
@@ -2,7 +2,17 @@
 
 Release version 7.0.5
 
+28Jul14
+ - Fix #547 by adding .schedule command
+
+27Jul14
+ - Update AUTHORS
+ - Fix bug #2079 with patch from Robert Oschwald
+
 26Jul14
+ - Fix orphaned file descriptors during errors
+ - Yet another client==NULL
+ - Improve FD and SD cancel
  - Jim Raney's TLS patch
  - Update AUTHORS
  - Fix bug #1679 pool overrides not shown in manual run display
@@ -77,8 +87,9 @@ Release version 7.0.5
  - Fix bug #180 ERR=success in btape when tape error
 
 Bugs fixed/closed since last release:
-1679 180 2074 2075 2076 2082
+1679 180 2074 2075 2076 2079 2082 547
 
+====
 
 Release version 7.0.4
 02Jun14
index fd74ebec0d0408f7063c8cf1a4170b88ca10b764..20ca3dc28874646a9c15debe1e72c7376ac9c1d4 100644 (file)
@@ -5,9 +5,14 @@ Release version 7.0.5
 This is an important bug fix release to version 7.0.4.  Since it fixes several
 major problems.  We recommend that everyone upgrade to this version.
 
-26Jul14
- - Jim Raney's TLS patch
+28Jul14
+ - Fix #547 by adding .schedule command
  - Update AUTHORS
+ - Fix bug #2079 with patch from Robert Oschwald
+ - Fix orphaned file descriptors during errors
+ - Yet another client==NULL
+ - Improve FD and SD cancel
+ - Jim Raney's TLS patch
  - Fix bug #1679 pool overrides not shown in manual run display
  - Attempt to avoid client==NULL
  - Fix for bug #2082 (hopefully)
@@ -46,7 +51,7 @@ major problems.  We recommend that everyone upgrade to this version.
  - Fix bug #180 ERR=success in btape when tape error
 
 Bugs fixed/closed since last release:
-1679 180 2074 2075 2076 2082
+1679 180 2074 2075 2076 2079 2082 547
 
 
 Release version 7.0.4
index 774479b8b2b2e308cfb50dac9d416fb035e1cc62..d0bae635860fbb2d8a5fe2c99cabd45c56810a82 100644 (file)
@@ -1,8 +1,8 @@
 
 #undef  VERSION
 #define VERSION "7.0.5"
-#define BDATE   "26 July 2014"
-#define LSMDATE "26Jul14"
+#define BDATE   "28 July 2014"
+#define LSMDATE "28Jul14"
 
 #define PROG_COPYRIGHT "Copyright (C) %d-2014 Free Software Foundation Europe e.V.\n"
 #define BYEAR "2014"       /* year for copyright messages in progs */