]> git.sur5r.net Git - bacula/bacula/commitdiff
Cut off version 2.4.0
authorKern Sibbald <kern@sibbald.com>
Wed, 4 Jun 2008 15:55:26 +0000 (15:55 +0000)
committerKern Sibbald <kern@sibbald.com>
Wed, 4 Jun 2008 15:55:26 +0000 (15:55 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7107 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/kernstodo
bacula/src/console/console.c
bacula/src/version.h
bacula/technotes-2.3

index 997371491a96456e036782f0de643973ce63d156..530d143294a850ace68f623eaf0744fd3e235fbd 100644 (file)
@@ -114,6 +114,8 @@ Professional Needs:
 
 Priority:
 ================
+- Fix #ifdefing so that smartalloc can be disabled. Check manual
+  -- the default is enabled.
 - Change calling sequence to delete_job_id_range() in ua_cmds.c 
   the preceding strtok() is done inside the subroutine only once.
 - Dangling softlinks are not restored properly.  For example, take a
index 386fac430b8fc811c8e5d34d2b5bb86c38be27a8..5553958b5b481c12caa2460800db4fbddd1d12b0 100644 (file)
@@ -405,7 +405,7 @@ get_cmd(FILE *input, const char *prompt, BSOCK *sock, int sec)
 
 #else /* no readline, do it ourselves */
 
-#if !defined(HAVE_WIN32)
+#ifdef HAVE_CONIO
 static bool bisatty(int fd)
 {
    if (no_conio) {
index d4434091963e0dd244ee31df2b0377b51c1a4048..5d6c410b581f37ee0a71973afaefd61715fa28cf 100644 (file)
@@ -4,8 +4,8 @@
 
 #undef  VERSION
 #define VERSION "2.3.22"
-#define BDATE   "01 June 2008"
-#define LSMDATE "01Jun08"
+#define BDATE   "04 June 2008"
+#define LSMDATE "04Jun08"
 
 #define PROG_COPYRIGHT "Copyright (C) %d-2008 Free Software Foundation Europe e.V.\n"
 #define BYEAR "2008"       /* year for copyright messages in progs */
@@ -62,7 +62,7 @@
  *  run regress test.
  */
 #ifdef DEVELOPER
-//#define USE_FAKETAPE
+#define USE_FAKETAPE
 #endif
 
 /* 
index 8f175cf0ff62323d042364bfeeabd0003e810fea..ddbb045345765520a1dff82643807c05f2eef749 100644 (file)
@@ -1,4 +1,4 @@
-              Technical notes on version 2.3
+              Technical notes on version 2.5
 
           
 New features:
@@ -24,12 +24,18 @@ Add long term statistics job table
 
 
 General:
+
+Release Version 2.4.0:
+04Jun08
+kes  Fix Win32 build.
 03Jun08
 kes  Make sure to clear JS_WaitMedia when operator mounts a Volume.
+     This fixes bug #1095.
 31May08
 kes  Add create_postgresql_database.sql to Win32 installer. Should 
      fix problem reported by Juilio Monteiro.
-kes  Get correct slot when auto unloading a device.
+kes  Get correct slot when auto unloading a device. This fixes bug
+     #1086.
 30May08
 kes  Fix multiple media restore.
 kes  Make DEVICE Slot private and access it via a method.