]> git.sur5r.net Git - bacula/bacula/commitdiff
Final changes
authorKern Sibbald <kern@sibbald.com>
Mon, 5 Jan 2009 11:06:44 +0000 (11:06 +0000)
committerKern Sibbald <kern@sibbald.com>
Mon, 5 Jan 2009 11:06:44 +0000 (11:06 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@8314 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/ChangeLog
bacula/ReleaseNotes
bacula/src/version.h
bacula/technotes-2.5

index 096905b1729a40d9cc19062a2ec2296f9b675f19..06ac3047d686a90e82baaab82ea40e3c991b1fc4 100644 (file)
@@ -2,6 +2,24 @@
 
 General:
 
+Beta Release 2.5.28-b1
+02Jan09
+kes  Fix annoying compiler warnings in console/conio.c
+kes  Fix win32 build (depended whether or not ./configure was run).
+28Dec08
+kes  Apply fix suggested by Bruno Friedmann to configure.in to
+     find python2.5
+26Dec08
+kes  Turn on Eric's match_bsr tape block checking code.
+kes  Correct values used for tape block numbers in record.c.
+23Dec08
+ebl  Fix a problem with PoolUncopiedJobs option which was broken
+     by the new JT_JOB_COPY type.
+kes  Fix bug #1206 -- Error: sql_update.c:194, which was probably
+     caused by the user modifying the Bacula DB schema.
+kes  Remove rogue line of C code.
+kes  Fix bug #1208
+
 Beta Release Version 2.5.26
 20Dec08
 kes  Correct typo in Win32 Makefile editing
index 6d54016e3c3df2a799148d55a09c5503b6f99cd1..ec6b9645810ed155dbf026a626edb41b2234ee89 100644 (file)
@@ -1,5 +1,5 @@
 
-       Release Notes for Bacula 2.5.26
+       Release Notes for Bacula 2.5.28
 
   Bacula code: Total files = 522 Total lines = 203,305 (*.h *.c *.in)
 
@@ -16,21 +16,9 @@ to generate the Bacula libraries as shared objects rather than
 being directly linked in as in prior versions.  This means that
 the Bacula shared objects, must either be in a shared object 
 directory known to the loader or they must be in the directory
-that may be specified on the ./configure line using the
---libdir option as:
-
-  ./configure --libdir=/full-path/dir
-
-the default /lib. If --libdir is specified, there should be
-no need to modify your loader configuration provided that
-the shared objects are installed in that directory (Bacula
-does this with the make install command). The shared objects 
-that Bacula references are:
-
-libbaccfg.so
-libbacfind.so
-libbacpy.so
-libbac.so
+where the Bacula binaries are installed.  It is also possible
+to explicitly specify the libraries directory on the ./configure
+line (--libdir=/full-path/dir), but this should not be necessary.
 
 If you have problems with libtool or you wish to use the old 
 way of building static libraries, you can do so by disabling 
@@ -50,3 +38,5 @@ some but not all the new features (we are still working on it):
 http://www.bacula.org/manuals/en/concepts/concepts/New_Features.html
   
 The ChangeLog has more details.
+
+
index f92c69c81d7788c49f01fc929163d77e429024db..de3ca1bcbd1e0a08dda72a777a1b3bb345d89eaa 100644 (file)
@@ -3,7 +3,7 @@
  */
 
 #undef  VERSION
-#define VERSION "2.5.28"
+#define VERSION "2.5.28-b1"
 #define BDATE   "04 January 2009"
 #define LSMDATE "04Jan09"
 
index c25e6d3dea2d6051662724a163e06b18600a25d3..aaff9c8bde5633f829d789a39e04965683cbb72a 100644 (file)
@@ -10,6 +10,7 @@ filepattern (restore with regex in bsr)
 mixed priorities
 
 General:
+Beta Release 2.5.28-b1
 02Jan09
 kes  Fix annoying compiler warnings in console/conio.c
 kes  Fix win32 build (depended whether or not ./configure was run).
@@ -26,6 +27,8 @@ kes  Fix bug #1206 -- Error: sql_update.c:194, which was probably
      caused by the user modifying the Bacula DB schema.
 kes  Remove rogue line of C code.
 kes  Fix bug #1208
+
+Beta Release 2.5.16-b1
 20Dec08
 ebl  Work on copy jobs
      - Add "list copies" command