]> git.sur5r.net Git - bacula/bacula/commitdiff
Prepare for 2.2.10-b2
authorKern Sibbald <kern@sibbald.com>
Wed, 7 May 2008 12:02:55 +0000 (12:02 +0000)
committerKern Sibbald <kern@sibbald.com>
Wed, 7 May 2008 12:02:55 +0000 (12:02 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.2@6905 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/ChangeLog
bacula/src/version.h
bacula/technotes-2.1

index 7fe65ab0b4082c22bf0dd33cb50624b077e0b58c..ad29b7f4c8c2883a218a48c78928cb92d0ee045c 100644 (file)
@@ -1,6 +1,33 @@
               Technical notes on version 2.2.x
 
 General:
+Beta Release Version 2.2.10-b2
+03May08
+kes  Rework SD acquire for read to handle autochanger Volume
+     swapping.
+kes  Implement regression that explicitly tests swapping a Volume
+     from one drive to another.
+kes  Enhance disk-changer to detect most error conditions.
+kes  Fix SD code so that it properly swaps a Volume between drives.
+     This fixes bug #1083.
+01May08
+kes  Prevent a Volume that is being swapped from being freed from
+     the volume list. This will most likely fix, at least partially,
+     bug #1083.
+kes  Fix strippath so that it does not get a buffer overrun and crash FD.
+     This fixes bug #1078.
+kes  Make inability to change owner/group when creating a dir only a
+     warning rather than an error.
+28Apr08
+ebl  Fix SQL query in migration code
+19Apr08
+kes  Force unload of volume when wrong volume mounted in SD.
+17Apr08
+kes  Fix bat seg fault at termination.
+kes  Add Bacula generated version to bat about box.
+
+
+Beta Release Version 2.2.10-b1
 16Apr08
 kes  Permit multiple simultaneous restores -- experiment.
 15Apr08
index 364a962f3f796cf38a4b44d5d37f1c3bd81109ed..92c8474c1c1e48f93a236574ea6c11309300c0d6 100644 (file)
@@ -4,8 +4,8 @@
 
 #undef  VERSION
 #define VERSION "2.2.10-b2"
-#define BDATE   "03 May 2008"
-#define LSMDATE "03May08"
+#define BDATE   "07 May 2008"
+#define LSMDATE "07May08"
 
 #define PROG_COPYRIGHT "Copyright (C) %d-2008 Free Software Foundation Europe e.V.\n"
 #define BYEAR "2008"       /* year for copyright messages in progs */
index 72c48e9a16a53a39bd4cc0d8db806cd5d74bd6d2..fa58a26bd1ec46c215949b64a94d82e31990c862 100644 (file)
@@ -1,6 +1,9 @@
               Technical notes on version 2.2
 
 General:
+
+Beta Release Version 2.2.10-b2
+07May08
 03May08
 kes  Rework SD acquire for read to handle autochanger Volume
      swapping.
@@ -31,7 +34,6 @@ kes  Permit multiple simultaneous restores -- experiment.
 15Apr08
 kes  Backport development stream SD reservation system changes.
      See below:
-===
 16Apr08
 kes  Move final volume swapping code to DCR method and
      call it from acquire_for_read().