From 67b5f8628e975d2f1367540e14f4ddcc044a22e5 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Mon, 5 Jun 2017 18:32:09 +0200 Subject: [PATCH] Tweak update version + ChangeLog + ReleaseNotes --- bacula/ChangeLog | 36 +++++++++++++++++++++++++++++++++++- bacula/ReleaseNotes | 24 +++++++++++++++++++++++- bacula/src/version.h | 6 +++--- 3 files changed, 61 insertions(+), 5 deletions(-) diff --git a/bacula/ChangeLog b/bacula/ChangeLog index 455e0c0fb1..ec19207cb5 100644 --- a/bacula/ChangeLog +++ b/bacula/ChangeLog @@ -1,4 +1,38 @@ - Changelog on version 7.9.0 + Changelog on version 7.9.2 + + + +05Jun17 + - Fix getmsg to handle additional forms of Progress messages + +04Jun17 + - baculum: Fix double assets and runtime symbolic links in baculum-web deb + package + +03Jun17 + - baculum: Fix missing php-xml dependency in deb metafile + - baculum: Improve errors handling in API restore pages + +29May17 + - rpm: Remove libbacsd.la for both Red Hat and Suse + - rpm: Add missing libs bbconsjson, bdirjson and bsdjson + - rpm: Fix libstdc++ version in BAT spec file + +28May17 + - Fix some problems noted by clang + - baculum: Reorganize run job code + - baculum: Reorganize estimate job code + - baculum: Make get method definition not obligatory + - Make file-span-vol-test portable + - Attempt to fix deadlock in FreeBSD maxtime-test + +27May17 + - Do not produce error if MySQL database exists in create_mysql_database + e +26May17 + - rpm: Add missing tapealert script + - rpm: Add missing libbacsd + - rpm: Remove dvd-handler script 24May17 diff --git a/bacula/ReleaseNotes b/bacula/ReleaseNotes index af7010131c..04d7a58ea6 100644 --- a/bacula/ReleaseNotes +++ b/bacula/ReleaseNotes @@ -1,5 +1,27 @@ - Release Notes for Bacula 7.9.0 + Release Notes for Bacula 7.9.2 + +Release Version 7.9.2 pre-release beta + +05Jun17 + - Fix getmsg to handle additional forms of Progress messages + - baculum: Fix double assets and runtime symbolic links in baculum-web deb + package + - baculum: Fix missing php-xml dependency in deb metafile + - baculum: Improve errors handling in API restore pages + - rpm: Remove libbacsd.la for both Red Hat and Suse + - rpm: Add missing libs bbconsjson, bdirjson and bsdjson + - rpm: Fix libstdc++ version in BAT spec file + - rpm: Add missing tapealert script + - rpm: Add missing libbacsd + - rpm: Remove dvd-handler script + - Fix some problems noted by clang + - baculum: Reorganize run job code + - baculum: Reorganize estimate job code + - baculum: Make get method definition not obligatory + - Make file-span-vol-test portable + - Attempt to fix deadlock in FreeBSD maxtime-test + - Do not produce error if MySQL database exists in create_mysql_database Release Version 7.9.0 pre-release beta diff --git a/bacula/src/version.h b/bacula/src/version.h index 9b78098ea2..f82ed69b75 100644 --- a/bacula/src/version.h +++ b/bacula/src/version.h @@ -5,9 +5,9 @@ #define COMMUNITY 1 /* Define to create a Windows community binary */ /* Note: there can be only *one* VERSION in this file */ -#define VERSION "7.9.1" -#define BDATE "29 May 2017" -#define LSMDATE "29May17" +#define VERSION "7.9.2" +#define BDATE "05 June 2017" +#define LSMDATE "05Jun17" #define RELEASE 1 /* Use ONLY in rpms */ -- 2.39.5