From 2f74604d3fd85898e30c63454156934385548499 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Tue, 3 Jul 2007 18:46:16 +0000 Subject: [PATCH] Correct dates git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@5120 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/ChangeLog | 10 ++++++++++ bacula/kernstodo | 1 + bacula/src/version.h | 6 +++--- bacula/technotes-2.1 | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) diff --git a/bacula/ChangeLog b/bacula/ChangeLog index 43edc837d1..78f07b43a0 100644 --- a/bacula/ChangeLog +++ b/bacula/ChangeLog @@ -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 that fixes bug in migration code where a job that spanned two volumes diff --git a/bacula/kernstodo b/bacula/kernstodo index c182a15538..48c9295677 100644 --- a/bacula/kernstodo +++ b/bacula/kernstodo @@ -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 diff --git a/bacula/src/version.h b/bacula/src/version.h index c010817b3f..de68915b13 100644 --- a/bacula/src/version.h +++ b/bacula/src/version.h @@ -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 */ diff --git a/bacula/technotes-2.1 b/bacula/technotes-2.1 index d65a704c41..299e546d44 100644 --- a/bacula/technotes-2.1 +++ b/bacula/technotes-2.1 @@ -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. -- 2.39.5