]> git.sur5r.net Git - bacula/bacula/commitdiff
Implement TLS in gnome console and wx-console.
authorKern Sibbald <kern@sibbald.com>
Sat, 9 Jul 2005 13:55:35 +0000 (13:55 +0000)
committerKern Sibbald <kern@sibbald.com>
Sat, 9 Jul 2005 13:55:35 +0000 (13:55 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@2183 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/kernstodo
bacula/kes-1.37
bacula/src/console/console.c
bacula/src/version.h

index b64e7e9d0217f4309c26a752fd8a8cc90ebca305..94a37d23b135af9f1be9ef58b51a35df78041b03 100644 (file)
@@ -24,13 +24,6 @@ Autochangers:
 
 For 1.37:
 - update volume=xxx --- add status=Full
-- After rename
-  04-Jul 13:01 MainSD: Rufus.2005-07-04_01.05.02 Warning: Director wanted Volume 
-     "DLT-13Feb04".
-  Current Volume "DLT-04Jul05" not acceptable because:
-  1997 Volume "DLT-13Feb04" not in catalog.
-  04-Jul 13:01 MainSD: Please mount Volume "DLT-04Jul05" on Storage Device 
-     "HP DLT 80" (/dev/nst0) for Job Rufus.2005-07-04_01.05.02
 - Remove old spool files on startup.
 - Exclude SD spool/working directory.
 - Finish TLS implementation.
@@ -1346,3 +1339,11 @@ Block Position: 0
 - Review all items in "restore".
 - Fix PostgreSQL GROUP BY problems in restore.
 - Fix PostgreSQL sql problems in bugs.
+- After rename
+  04-Jul 13:01 MainSD: Rufus.2005-07-04_01.05.02 Warning: Director wanted Volume 
+     "DLT-13Feb04".
+  Current Volume "DLT-04Jul05" not acceptable because:
+  1997 Volume "DLT-13Feb04" not in catalog.
+  04-Jul 13:01 MainSD: Please mount Volume "DLT-04Jul05" on Storage Device 
+     "HP DLT 80" (/dev/nst0) for Job Rufus.2005-07-04_01.05.02
+
index 4a821b655ff8152ead1ffafb4e5cd60b24aad57a..3c649f87ab413bd434df44d58644819550e1bd37 100644 (file)
@@ -4,6 +4,8 @@
 General:
 
 Changes to 1.37.28:
+09Jul05
+- Implement TLS in gnome console and wx-console.
 08Jul05
 - Correct a NULL pointer reference in the mount command.
 - Correct typo in Copyright
index 3d9b0b5b2b9814b50c3084ab9ad71a9a9a4060ba..af82ec5e7830643d457f16c24776ff3a35667a44 100644 (file)
@@ -306,7 +306,6 @@ static int tls_pem_callback(char *buf, int size, const void *userdata)
    buf[0] = 0;
    return 0;
 #endif
-
 }
 
 
index 4ca58bef97a95b0c38757903bf668bfaed60dcd0..1c9d61a0e47b4195d49877b6234ee7903556f2d2 100644 (file)
@@ -1,8 +1,8 @@
 /* */
 #undef  VERSION
 #define VERSION "1.37.28"
-#define BDATE   "08 July 2005"
-#define LSMDATE "08Jul05"
+#define BDATE   "09 July 2005"
+#define LSMDATE "09Jul05"
 
 /* Debug flags */
 #undef  DEBUG