From: Kern Sibbald Date: Wed, 19 Oct 2011 15:47:24 +0000 (+0200) Subject: Update ChangeLog ReleaseNotes and version X-Git-Tag: Release-7.0.0~533 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=bc21cec414f2b988badc2a6f6619373a8cb762fb;p=bacula%2Fbacula Update ChangeLog ReleaseNotes and version --- diff --git a/bacula/ChangeLog b/bacula/ChangeLog index e3ad054526..88e0afbb89 100644 --- a/bacula/ChangeLog +++ b/bacula/ChangeLog @@ -1,5 +1,9 @@ Changelog on version 5.2.0 +19Oct11 + - Try to eliminate multiple blank lines output in bat + - Remove Version browser from bat (broken) -- use brestore panel instead + 16Oct11 - Update Specs and ReleaseNotes - Update po files diff --git a/bacula/ReleaseNotes b/bacula/ReleaseNotes index f68cc981f0..4795c133a7 100644 --- a/bacula/ReleaseNotes +++ b/bacula/ReleaseNotes @@ -30,7 +30,7 @@ Building Bat: ------------- To build Bat, you need Qt4 version 4.6.2. If you build with any other version it is likely not to work. If you do not have version 4.6.2, on -your system, you can dlownload the Bacula depkgs_qt version 16Dec10. +your system, you can download the Bacula depkgs_qt version 16Dec10. New Catalog format in version 5.2.0 ----------------------------------- @@ -98,6 +98,8 @@ Features Enhancements: - Director selection option in bconsole - restorejob command in bconsole - Many additional features for bat such as "brestore" panel +- The old bat version browser has been turned off since it does not + work correctly and the brestore panel provides the same functionality - Improved hash table for hard links - Additional script variable editing such as %b (JobBytes), %F (JobFiles) and %h (Client Address) diff --git a/bacula/src/version.h b/bacula/src/version.h index eeb04134d0..381cc62af7 100644 --- a/bacula/src/version.h +++ b/bacula/src/version.h @@ -1,8 +1,8 @@ #undef VERSION #define VERSION "5.2.0" -#define BDATE "16 October 2011" -#define LSMDATE "16Oct11" +#define BDATE "20 October 2011" +#define LSMDATE "206Oct11" #define PROG_COPYRIGHT "Copyright (C) %d-2011 Free Software Foundation Europe e.V.\n" #define BYEAR "2011" /* year for copyright messages in progs */