]> git.sur5r.net Git - bacula/docs/blob - docs/techlogs/2003/kes-1.32c
Initial revision
[bacula/docs] / docs / techlogs / 2003 / kes-1.32c
1               Technical notes on version 1.32c 29Oct03
2                         29 Oct 2003
3                         Kern Sibbald
4
5 General:
6
7 Changes submitted this submission:
8 29Oct03
9 - Add %v to job edit codes. It edits in the VolumeName(s).
10 - Add code to ensure that fds 0,1, and 2 are defined by dup'ing them
11   to /dev/null if necessary.  Mostly for Windows that does not have them.
12 - Error check dir_create_jobmedia_record() 2 places in acquire.c
13 26Oct03
14 - More doc fixes.
15 - Make message buffer longer for a status message that was    
16   truncated.        
17 - Put termination on varargs calls in gnome2-console.
18 - Scroll only if text sent and not for status update.
19 - Add all possible Status codes the jobstatus_to_ascii()
20 25Oct03
21 - Add new spec file and cats patch from Scott.
22 - Optimize tree.c a bit -- turn off debug code, keep node fname
23   length for fast rejection, add some statistics, allocate
24   in 100K and 1Meg chunks, use bool, uint16_t and uint8_t to
25   reduce node packet size.
26 24Oct03
27 - Eliminate ua_retention.c that was not used.
28 - Improve error message when closing brace missing in conf file.
29 - More doc updates.
30 - Eliminate Don't forget to mount if it is a disk file.
31 - Fix Gnome2 scrolling and blank screen problems.
32 - Eliminate multiple JobIds in restore selection list.
33 - Fix non-portable varargs code in var.c
34 - Make doc fixes/changes suggested by Dan Languille
35 23Oct03
36 - Document new features.
37 - Implement mod of Verify Job at the run prompt.
38 - Correct SQL table definitions so that MySQL and SQLite
39   have all the values in the same position.
40 - Correct a typo in configure.in when configuring GNOME.
41 - In doing a "status dir" make it loop over all the run
42   commands in the Schedule rather than doing on the first one.
43 - Close all unused file descriptors in bpipe.c otherwise if
44   a daemon is started, it will keep our TCP/IP port open.
45 22Oct03
46 - Print block read error (checksum, I/O, BB01, ...) once then
47   the number found at the end of the reading.
48 - Implement RunAfterFailedJob
49 - Change db_find_job_start_time() to require a Full save before
50   running an Incremental or Differential job.
51 - Remove has_volume_expired from code that updates vol info
52 21Oct03
53 - Implement "delete job"
54 20Oct03
55 - More documentation, add Marc Brueckner's tips to manual.
56 - Tweak gnome2-console scroll window.
57 - Turn off some debug info.
58 18Oct03
59 - Modify Verify to accept VerifyJob = xx, where the last backup job
60   of job xxx will be verified.
61 - Add changing the Pool name for a Volume to "update volume"
62 - Write most of the code for Verify Disk to Catalog.
63 - Recreate the src/gnome2-console directory.
64 - Change all the text handling code to the Gnome 2.0 way.
65 - Correct the way verify filenames are returned to the Director so
66   that directories are in canonical form (i.e. trailing /).
67 - Handle casting bug in glade-2 by sed'ing support.c in gnome2-console.