]> git.sur5r.net Git - bacula/bacula/commitdiff
Correct dates
authorKern Sibbald <kern@sibbald.com>
Tue, 3 Jul 2007 18:46:16 +0000 (18:46 +0000)
committerKern Sibbald <kern@sibbald.com>
Tue, 3 Jul 2007 18:46:16 +0000 (18:46 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@5120 91ce42f0-d328-0410-95d8-f526ca767f89

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

index 43edc837d1e02aed68b75f6c5591cc45c7591599..78f07b43a0280a37667ef91d1005937de8e58f83 100644 (file)
@@ -2,6 +2,16 @@
 
 General:
 Release 2.1.24 beta
+03Jul07
+kes  Start work on new more efficient DBId subroutine. First use
+     will be for recycling volume to Scratch inchanger.
+kes  Increase number of JobIds in pruning from 1000 to 10000. 
+     This to be replaced by above routine.
+kes  Begin implementation of building Qt4 on Win32.
+kes  Correct typo in fix I added for bad TLS shutdown.
+kes  Pull 2.0.3 patches into patches directory.
+kes  Update Release notes.  Include qt-console in line count.
+kes  Update Projects file.
 30Jun07
 kes  Integrate patch from Sergey Svishchev <svs@ropnet.ru> that fixes 
      bug in migration code where a job that spanned two volumes
index c182a155384669120c15049ae2c2134ca374ab43..48c929567715e5134e93b8c482d8ccc4e86ec950 100644 (file)
@@ -58,6 +58,7 @@ Professional Needs:
   http://www.microsoft.com/technet/itshowcase/content/exchbkup.mspx
 
 Priority:
+- Use E'xxx' to escape PostgreSQL strings.
 - No where in restore causes kaboom.
 - Performance: multiple spool files for a single job.
 - Performance: despool attributes when despooling data (problem
index c010817b3f7e600a66ebda7f19344ad97dabd3c1..de68915b132806f6c20c51d7d5a58122daf56cc3 100644 (file)
@@ -3,9 +3,9 @@
  */
 
 #undef  VERSION
-#define VERSION "2.1.24"
-#define BDATE   "07 July 2007"
-#define LSMDATE "07Jul07"
+#define VERSION "2.1.25"
+#define BDATE   "03 July 2007"
+#define LSMDATE "03Jul07"
 
 #define PROG_COPYRIGHT "Copyright (C) %d-2007 Free Software Foundation Europe e.V.\n"
 #define BYEAR "2007"       /* year for copyright messages in progs */
index d65a704c413ba9ccd7ad269c175b326dc18db6ea..299e546d443542e371b91ca75639c3108bc7a174 100644 (file)
@@ -1,7 +1,7 @@
               Technical notes on version 2.1
 
 General:
-07Jul07
+03Jul07
 kes  Start work on new more efficient DBId subroutine. First use
      will be for recycling volume to Scratch inchanger.
 kes  Increase number of JobIds in pruning from 1000 to 10000.