]> git.sur5r.net Git - bacula/bacula/commitdiff
kes Fix seg fault in FD from incorrect digest size.
authorKern Sibbald <kern@sibbald.com>
Sat, 16 Jun 2007 14:53:14 +0000 (14:53 +0000)
committerKern Sibbald <kern@sibbald.com>
Sat, 16 Jun 2007 14:53:14 +0000 (14:53 +0000)
kes  Fix argument to non-OpenSSL crypto.c subroutine.

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@5027 91ce42f0-d328-0410-95d8-f526ca767f89

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

index 2fa6fe3f806f7abb456e18397af8ed28b45e8cf5..f1103c55e8c6e0365b9f6160d35de70c5c9d549d 100644 (file)
@@ -1,6 +1,11 @@
               Technical notes on version 2.1
 
 General:
+Release: 2.1.18 beta
+16Jun07
+kes  Fix seg fault in FD from incorrect digest size. 
+kes  Fix argument to non-OpenSSL crypto.c subroutine.      
+
 Release: 2.1.16 beta
 16Jun07
 kes  Remove a few malloc()s from the encryption code.
index ca8702aeef1df6d3947b586111a2f32c79a7f99b..56374a7608011fe4b7e902702f93de00a1fa975b 100644 (file)
@@ -3,7 +3,7 @@
  */
 
 #undef  VERSION
-#define VERSION "2.1.16"
+#define VERSION "2.1.18"
 #define BDATE   "16 June 2007"
 #define LSMDATE "16Jun07"
 
index 32183bc6b7949e1a834f081d6a837ad3e2a7c688..1fd184c2cff8983af640c47242f2e067e66d5403 100644 (file)
@@ -1,9 +1,13 @@
               Technical notes on version 2.1
 
 General:
+Release: 2.1.18 beta
+16Jun07
+kes  Fix seg fault in FD from incorrect digest size. 
+kes  Fix argument to non-OpenSSL crypto.c subroutine.      
+
 Release: 2.1.16 beta
 16Jun07
-kes  Fix seg fault in FD.
 kes  Remove a few malloc()s from the encryption code.
 kes  Use the class calls to bsock in filed/backup.c and restore.c in
      place of the old bnet_xxx code.