]> git.sur5r.net Git - bacula/bacula/commitdiff
Update ChangeLog and ReleaseNotes
authorKern Sibbald <kern@sibbald.com>
Fri, 12 Jan 2007 11:07:26 +0000 (11:07 +0000)
committerKern Sibbald <kern@sibbald.com>
Fri, 12 Jan 2007 11:07:26 +0000 (11:07 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.0@3986 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/ChangeLog
bacula/ReleaseNotes

index 7ce9931d839544a153598b29d21d638ca1b55e76..74df294b64a4d25725f500636d477b1abe5307a4 100644 (file)
@@ -1,6 +1,29 @@
-              Technical notes on version 1.39  
+              Technical notes on version 2.0
 
 General:
+Version 2.0.1
+12Jan07
+kes  Return JobId in db_get_job_record() when JobId==0. This should
+     fix bug #741.
+kes  Do not release source pointers when restarting a failed job.
+11Jan07
+kes  Add dynamic dll entry point for SHGetFolderPath to Win32 code.
+     This *should* fix bug #747.
+kes  Modify winbacula.nsi to substitute with g bin_dir_cmd. Should fix
+     bug #742.
+09Jan07
+kes  Modify USTORE constructor to set an empty store_source string, 
+     and don't copy the store_source string in a cancel.  Hopefully
+     this will fix Arno's seg fault, bug #744.
+kes  Add back code to disable conio in configure. Fixes bug #743.
+kes  Correct the Options scanner in the FD to correctly handle  
+     SHA1 option, which was eating the next option.  Reported by    
+     Sebastien Guilbaud.
+kes  Add code to indicate when the SD is spooling, spool wait, and 
+     despooling as requested by Alan Brown.
+
+
+=========== ChangeLog prior to 2.0.0 follow =================
 Version 2.0.0 released: 4 January 2007
 03Jan07
 kes  Apply Eric's fix for client name editing on RunScripts.
index 706ae2038a36baadb4b69bc165f01859384625a6..fa4426769dde7dcecdede1432b2872e169ff15c6 100644 (file)
@@ -1,8 +1,34 @@
 
-          Release Notes for Bacula 2.0.0
+          Release Notes for Bacula 2.0.1
 
   Bacula code: Total files = 438 Total lines = 154,329 (*.h *.c *.in)
 
+This is a bug fix release to version 2.0.0:
+
+Version 2.0.1
+12Jan07
+kes  Return JobId in db_get_job_record() when JobId==0. This should
+     fix bug #741.
+kes  Do not release source pointers when restarting a failed job.
+11Jan07
+kes  Add dynamic dll entry point for SHGetFolderPath to Win32 code.
+     This *should* fix bug #747.
+kes  Modify winbacula.nsi to substitute with g bin_dir_cmd. Should fix
+     bug #742.
+09Jan07
+kes  Modify USTORE constructor to set an empty store_source string, 
+     and don't copy the store_source string in a cancel.  Hopefully
+     this will fix Arno's seg fault, bug #744.
+kes  Add back code to disable conio in configure. Fixes bug #743.
+kes  Correct the Options scanner in the FD to correctly handle  
+     SHA1 option, which was eating the next option.  Reported by    
+     Sebastien Guilbaud.
+kes  Add code to indicate when the SD is spooling, spool wait, and 
+     despooling as requested by Alan Brown.
+
+
+==== The following are the release notes for version 2.0.0 ======
+
 ==== IMPORTANT Catalog update required =====
 - The database format has been updated from what was used in    
   Bacula 1.38.x.  You must manually update your database before