From: Kern Sibbald Date: Thu, 30 Aug 2007 14:22:48 +0000 (+0000) Subject: Update notes for 2.2.1 release X-Git-Tag: Release-7.0.0~5777 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=842bb345127555a7716d543561deb9e98e6cb514;p=bacula%2Fbacula Update notes for 2.2.1 release git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@5416 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/ChangeLog b/bacula/ChangeLog index 593223dd59..7f0fee764c 100644 --- a/bacula/ChangeLog +++ b/bacula/ChangeLog @@ -1,6 +1,69 @@ - Technical notes on version 2.1 + Technical notes on version 2.2.x General: +Release Version 2.2.1 +30Aug07 +kes Apply patch from Martin Simmons that adds a test for va_copy to + ./configure +29Aug07 +kes Fix bug 921 by increasing the number of tries to create a new volume + from 11 to 100. +kes Rework bmsg in ua_output to use va_copy() so that bvsnprintf() + can be called multiple times. Implement a version for machines + without va_copy() that gets a big buffer. +25Aug07 +kes Integrate more portable zone offset code into bsmtp.c + Submitted by Attila Fülöp. +24Aug07 +kes Fix bad SD->FD return status reported by + (James Harper) +ebl Fix a bug in read_close_session which return random status + thanks to James Harper +23Aug07 +kes Fix (hopefully) bug #930 by doing a db_escape_string() on file + and directory names during restore of single file/directories. +kes Add sanity checks to .sql command when string is empty. Hopefully + that will resolve Dirks Director crash. +22Aug07 +kes Apply patch submitted by Martin Simmons that corrects a seg fault + in the bsmtp chat subroutine when debug is >= 10. +21Aug07 +kes Fix Director crash when running bat SQL queries. +kes Add David's notes on Item 8: Copy pools. +18Aug07 +kes Rework projects file to be current and ready for a vote. +kes Enhance lex scanner error message. +17Aug07 +kes Tweak LICENSE file to mention BSD code. +kes Fix bat.pro.in so that it includes the OpenSSL libraries only + if specified on the ./configure. +kes Add first (not yet tested) cut of bcomm to the qt-console directory. + This class is intended to allow us to open a second bsock to the + Director while in the restore subdialog. +16Aug07 +kes Fix configure to create bat Makefile before creating dependencies. +kes Eliminate the egg files from the tray-monitor. Use gtk calls. +kes Add a tooltip to the tray monitor. +dvl Set the Director's PID file before dropping privs. This fixes + bug #923. +15Aug07 +kes Update AUTHORs file +kes Increase the default max concurrent jobs to 20 in FD and SD to + correspond with the default .conf files. +kes Rewrite the Win32 service routines. This eliminates the 3 copies + some different, of the same file created by RN when porting the + Win32 SD and Dir. +kes Rearrange some of the Win32 directories and the placement of the files + in them. +kes Set DEVELOPER flag in version.h + +======================================================================== +Release Version 2.2.0 +09Aug07 +kes Apply a second doc patch from Marc. +kes Apply a doc patch from Marc Schiffbauer that + improves the tips section that discusses how to setup multiple + simultaneous jobs. 08Aug07 kes Update bat README file. kes Apply patch from Allan Black that diff --git a/bacula/ReleaseNotes b/bacula/ReleaseNotes index 45d3fcf45c..aa4e49f319 100644 --- a/bacula/ReleaseNotes +++ b/bacula/ReleaseNotes @@ -1,5 +1,5 @@ - Release Notes for Bacula 2.2.0 + Release Notes for Bacula 2.2.1 Bacula code: Total files = 520 Total lines = 195,550 (*.h *.c *.in) 82 new files, 41,221 new lines of code, 208,380 lines of change from 2.0.3 @@ -10,6 +10,18 @@ use some of the new features that affect the FD. In other words, you should not have to upgrade all your File daemons when you upgrade. There is no database upgrade needed from version 2.0.x to 2.2.0. +Version 2.2.1 is mainly a minor bug fix release to version 2.2.0, + the main changes since 2.2.0 are: +- Fixed bugs #921, 930, and 923. +- More portable timezone offset in bsmtp thaks to Attila Fülöp. +- Fix several bat issues. +- Use GTK+ calls instead of egg files in tray-monitor. +- Win32 service routines rewritten +- Updated projects file +Please see the ChangeLog for details. + +Notes on 2.2.0 release follow: + Areas requiring caution or testing: - You must have the thread safe version of MySQL client libraries loaded to build with MySQL enabled. diff --git a/bacula/technotes-2.3 b/bacula/technotes-2.3 index 4935d24502..6a8c660555 100644 --- a/bacula/technotes-2.3 +++ b/bacula/technotes-2.3 @@ -1,11 +1,12 @@ Technical notes on version 2.3 General: +Release Version 2.2.1 30Aug07 kes Apply patch from Martin Simmons that adds a test for va_copy to ./configure 29Aug07 -kes Fix bug 921 by increasing the number of tries to create a new volume +kes Fix bug #921 by increasing the number of tries to create a new volume from 11 to 100. kes Rework bmsg in ua_output to use va_copy() so that bvsnprintf() can be called multiple times. Implement a version for machines