From fc290e34d71e516899ef90c24ebe1bb7d4188248 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Sat, 16 Jun 2007 14:53:14 +0000 Subject: [PATCH] kes Fix seg fault in FD from incorrect digest size. 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 | 5 +++++ bacula/src/version.h | 2 +- bacula/technotes-2.1 | 6 +++++- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/bacula/ChangeLog b/bacula/ChangeLog index 2fa6fe3f80..f1103c55e8 100644 --- a/bacula/ChangeLog +++ b/bacula/ChangeLog @@ -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. diff --git a/bacula/src/version.h b/bacula/src/version.h index ca8702aeef..56374a7608 100644 --- a/bacula/src/version.h +++ b/bacula/src/version.h @@ -3,7 +3,7 @@ */ #undef VERSION -#define VERSION "2.1.16" +#define VERSION "2.1.18" #define BDATE "16 June 2007" #define LSMDATE "16Jun07" diff --git a/bacula/technotes-2.1 b/bacula/technotes-2.1 index 32183bc6b7..1fd184c2cf 100644 --- a/bacula/technotes-2.1 +++ b/bacula/technotes-2.1 @@ -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. -- 2.39.5