]> git.sur5r.net Git - bacula/bacula/commitdiff
Update release notes
authorKern Sibbald <kern@sibbald.com>
Tue, 15 May 2007 10:12:19 +0000 (10:12 +0000)
committerKern Sibbald <kern@sibbald.com>
Tue, 15 May 2007 10:12:19 +0000 (10:12 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4791 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/ChangeLog
bacula/ReleaseNotes
bacula/src/count-lines
bacula/technotes-2.1

index 07c1f30a5bab99682af5da6df787e977e3447a5c..19545c6d22e10c0568c8fc575dc2b3107f109c78 100644 (file)
@@ -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 <a.piesk@gmx.net>
+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 <svs@ropnet.ru>
 08May07
 kes  Merge patch from Sergey Svishchev <svs@ropnet.ru> 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
-
index 59b31abd6671b606fe194a1510b625841b1b2a96..5195c88a4ae9d1a25c033605dedcb7c2e7cc6c4d 100644 (file)
@@ -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
index cde79ce7ac14a37c0d65b066b42e89bc66568aa9..10c60a8519a4184881f62a61d4dc2a11ebe5386c 100755 (executable)
@@ -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 \
index bff28e562568694cb42492a04475ecd3bf2de801..ae382ef456481ada17bf80f5d97662da892d108f 100644 (file)
@@ -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.