]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/ChangeLog
Massive SD calling sequence reorganization
[bacula/bacula] / bacula / ChangeLog
index 9f7b7306ff14c4e14bd8c86e17b4998e2800e1c5..967eaeb087dd64baa37c845911c3feaa654b2101 100644 (file)
@@ -1,6 +1,69 @@
-Changes to 1.35.2
+Changes to 1.35.3:
+09Sep04
+- Add "Multiple Connections = yes/no" in catalog record. Only
+  the variable is implemented, no code yet.
+- Close *all* FD unless debug on. 
+08Sep04
+- Add first cut of UTF-8 support to conio. It "seems" to be working
+  pretty well. Moving by words will definitely not work though.
+- Improve detection and setting of gateway in the 
+  network_start script.
+07Sep04
+- Modify scan code so that in most places scanning will
+  continue across the end of a line.
+05Sep04
+- Begin major phase of 1.35 documentation.
+- All outstanding bugs are fixed.
+- Implement changes and improvements to rescue scripts as
+  proposed by Gaurav.
+05Sep04
+- Add correction to Phil's previous patch.
+- Send all queued messages in SD and FD prior to closing down    
+  the job.
+- Send queued messages in Jobs before terminating the job 
+  so that the messages print before the job report.
+- Add a destructor so that the Console ACLs are properly
+  freed.
+04Sep04
+- Implement isolinux boot disk.
+- Integrate Phil Stracchino's code (thanks for Matt's help).
+  It permits lists and ranges of jobids on the delete as in:
+  delete job jobid=1,3,5,11-16
+03Sep04
+- Apply Mike Acar's suggestion when looking for the next volume
+  to check purged volumes for recycling before doing a purge.
+- Make some improvements to CDROM disk.
+- Take another crack at ignoring drive open() errors during
+  polling.
+02Sep04
+- Add eliminate orphaned job records; eliminate admin records,
+  and eliminate restore records to dbcheck.
+- replace sprintf by bsnprintf() in dbcheck.
+- Added scan target to makefile in rescue cd to print scsi
+  devices.
+- Added argument to berrno::strerror() to pass errno.
+- Cleaned up a few more old strerror() calls and eliminated a
+  few of the now unnecessary set_errno() calls.
+- Fixed a bug in the polling code that prevented more than 100
+  label reads (insanity check disabled if polling).
+- Ignore bad return from open_device() if polling.
+- Short circuit code if fatal error return from read_label() in
+  mount.c
 01Sep04
+- Add index file to JobId field of File records for PostgreSQL.
+- Correct several bugs in the job queue scheduler concerning   
+  rescheduled jobs: 1. The SD status was not cleared causing a
+  wrong status to be displayed by Dir after rescheduling. 2. All
+  rescheduled jobs became zombies because the jcr use_count was
+  not decremented properly.
+- Make the Catalog resource required in Client records.
+- Order the listing of where a file is (item 2 on the restore
+  menu) by StartTime.
+- Clarify when a filename only and a full path + filename must
+  be entered in items 2 and 8 of the restore menu.
 - Fix logic error in resolution of names on IPv4 systems.
+
+Changes to 1.35.2 released 01Sep04:
 30Aug04
 - Inhibit printing of FileSet for a restore as it is misleading.
 - Cleaned up a number of minor scripting problems with the CDROM