From: Kern Sibbald Date: Tue, 15 May 2007 10:12:19 +0000 (+0000) Subject: Update release notes X-Git-Tag: Release-7.0.0~6340 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=d60649c140fe4f46c111e9d7d4296d9008c1867c;p=bacula%2Fbacula Update release notes git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4791 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/ChangeLog b/bacula/ChangeLog index 07c1f30a5b..19545c6d22 100644 --- a/bacula/ChangeLog +++ b/bacula/ChangeLog @@ -1,7 +1,60 @@ Technical notes on version 2.1 General: - +15May07 +kes Fixed bug #856 autochanger documentation. +kes Rework bsmtp date editing for Win32. This fixes bug #854. +kes Add new cats entry point so Win32 builds. +14May07 +kes Attempt to fix bsmtp date editing on OSes without %z editing. +kes Do better checking for the MySQL 64 bit libraries looking for both + .a and .so libraries. +kes Add a kludge for Ubuntu's non-standard locations for MySQL -- allow + /usr/include/mysql/mysql.h AND /usr/lib/... rather than /usr/lib/mysql/... +kes Require the thread safe version of MySQL during configure. Thanks + to Andre Noll for pointing this out. +kes Ensure that calls to find_jobids_from_mediaid_list() check count before + continuing in migration code. +kes Apply implementation of tray-monitor font derived from gnome-console + submitted by Andreas Piesk +13May07 +kes Eliminate important memory loss in SQLite +kes Fixed the batch insert MySQL thread specific data that was not + being freed. See cats/mysql.c:db_thread_cleanup(). +kes Fix restore before command. +kes Convert old hdr.name to name() in a few places. +kes Implement update jobid command. +kes Return all time_t dates in db_get_job_record() +kes Stop watchdog in SD earlier. +kes Put Pool just after Storage in please mount message. +kes Fix pointer usage bugs in Verify InitCatalog pointed out by + Eric. +12May07 +kes Update the po files. +kes Fix Verify InitCatalog by making it cache attributes. +11May07 +kes Change name bacula-bat to bat for man 1 page to correspond to + Makefile. +kes Check for client and store NULL pointers in status command. This + fixes bug #845. +kes Fix non-ssl build so that it works (add JCR *jcr to crypto structures). +kes Fix sign extended editing of %p. +kes Clean out a little old #ifdefing in cats/mysql.c +10May07 +kes If time diff between DIR and FD is more than 600 seconds convert + INFO message to WARNING. +kes Implement heap size display in status for all daemons. +kes Attempt to fix MySQL db open memory loss (not successfull). +kes Don't set SIGKILL and SIGSTOP neither can be trapped. +kes Eliminate memory loss in MySQL (possibly other SQLs) during + Query. This looks like a MySQL but but by doing extra releases, + the memory goes away. This should fix bug #847. +09May07 +kes When backup fails, cancel SD before waiting for sd termination. +kes If SD is waiting for FD to connect during cancel, wake up the + thread. +kes Fix fsf code so that errno is correctly reported. +kes Apply migration patch (with changes) from Sergey Svishchev 08May07 kes Merge patch from Sergey Svishchev that preserves the original jobb's FileSetId. @@ -512,4 +565,3 @@ kes Add code to indicate when the SD is spooling, spool wait, and despooling as requested by Alan Brown. Version 2.0.0 released: 4 January 2007 - diff --git a/bacula/ReleaseNotes b/bacula/ReleaseNotes index 59b31abd66..5195c88a4a 100644 --- a/bacula/ReleaseNotes +++ b/bacula/ReleaseNotes @@ -1,7 +1,7 @@ - Release Notes for Bacula 2.2.0 + Release Notes for Bacula 2.1.8 - Bacula code: Total files = 438 Total lines = 154,329 (*.h *.c *.in) + Bacula code: Total files = 458 Total lines = 170,197 (*.h *.c *.in) This Director and Storage daemon must be upgraded at the same time, but they should be compatible with all 2.0.x File daemons, unless you @@ -29,10 +29,10 @@ The major features are: during pruning, it is immediately discovered. Other features or bug fixes: -- Fixed bugs: 846, 809, 772, 822, 825, 824, 808, 802, 797, - 798, 795, 789, 791, 788, 780, 763, 782, 612, 767, - 775, 621, 772, 764, 766, 621, 761, 755, 750, 741, - 747, 742, 744, and 743. +- Fixed bugs: 856, 854, 845, 847, 846, 809, 772, + 822, 825, 824, 808, 802, 797, 798, 795, 789, 791, + 788, 780, 763, 782, 612, 767, 775, 621, 772, 764, + 766, 621, 761, 755, 750, 741, 747, 742, 744, and 743. - Only the minumum number of volumes are pruned rather than all volumes in the pool. - wx-console renamed to bwx-console diff --git a/bacula/src/count-lines b/bacula/src/count-lines index cde79ce7ac..10c60a8519 100755 --- a/bacula/src/count-lines +++ b/bacula/src/count-lines @@ -2,6 +2,7 @@ rm -f 1 touch 1 for i in . console gnome2-console cats dird filed tray-monitor \ + qt-console \ win32 win32/compat findlib lib wx-console stored tools \ win32/wx-console win32/console win32/baculafd win32/filed \ win32/dird win32/libwin32 win32/stored win32/stored/baculasd \ diff --git a/bacula/technotes-2.1 b/bacula/technotes-2.1 index bff28e5625..ae382ef456 100644 --- a/bacula/technotes-2.1 +++ b/bacula/technotes-2.1 @@ -2,7 +2,8 @@ General: 15May07 -kes Rework bsmtp date editing for Win32. +kes Fixed bug #856 autochanger documentation. +kes Rework bsmtp date editing for Win32. This fixes bug #854. kes Add new cats entry point so Win32 builds. 14May07 kes Attempt to fix bsmtp date editing on OSes without %z editing.