From: Kern Sibbald Date: Sun, 2 Jul 2017 07:51:42 +0000 (+0200) Subject: Update release date, ChangeLog and ReleaseNotes X-Git-Tag: Release-9.0.0~2 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=0c114a6b3b035ae3f3d55f504332cfd3564a698d;p=bacula%2Fbacula Update release date, ChangeLog and ReleaseNotes --- diff --git a/bacula/ChangeLog b/bacula/ChangeLog index dff08054bb..4bec9426c2 100644 --- a/bacula/ChangeLog +++ b/bacula/ChangeLog @@ -1,5 +1,18 @@ Changelog on version 9.0.0 + + +02Jul17 + - Skip verify-data-test if not running Linux + - Skip lzo-test if lzo not in Bacula + - Remove double define HAVE_LZO in config.h + +01Jul17 + - Add documentation on baculabackupreport to delete_catalog_backup.in + - Install baculabackupreport and ignore script without .in + - Recompile configure.in + - Add Bill's baculabackupreport script + 30Jun17 - Update po files diff --git a/bacula/ReleaseNotes b/bacula/ReleaseNotes index 998e25362e..254dfc0169 100644 --- a/bacula/ReleaseNotes +++ b/bacula/ReleaseNotes @@ -116,7 +116,14 @@ Misc Features: - The WhereACL is now verified after the restore menu -30Jun17 +02Jul17 + - Skip verify-data-test if not running Linux + - Skip lzo-test if lzo not in Bacula + - Remove double define HAVE_LZO in config.h + - Add documentation on baculabackupreport to delete_catalog_backup.in + - Install baculabackupreport and ignore script without .in + - Recompile configure.in + - Add Bill's baculabackupreport script - Update po files - Fix error in FreeBSD during maxtime-test - Fix #2853 About character substitution for "virtual full" job level in diff --git a/bacula/src/version.h b/bacula/src/version.h index feae8acc68..943b1c8b6e 100644 --- a/bacula/src/version.h +++ b/bacula/src/version.h @@ -6,8 +6,8 @@ /* Note: there can be only *one* VERSION in this file */ #define VERSION "9.0.0" -#define BDATE "30 June 2017" -#define LSMDATE "30Jun17" +#define BDATE "02 July 2017" +#define LSMDATE "02Jul17" #define RELEASE 1 /* Use ONLY in rpms */