]> git.sur5r.net Git - bacula/docs/blob - docs/techlogs/2002/kes29Apr02
Merge remote branch 'sf/master'
[bacula/docs] / docs / techlogs / 2002 / kes29Apr02
1               Technical notes on version 1.19 29Apr02
2                        29 April 2002
3                         Kern Sibbald
4
5 General:
6 - Prune and Purge commands mostly completed, but
7   not tested.
8
9 Changes submitted this submission:
10 - Removed GNOME about box and replaced it with 
11   a somewhat crude Gtk+ about box in the gnome-console.
12 - Widened StartDay in the Job DB record to be 64 bits.
13 - Changed edit_uint_ to edit_uint64_ everywhere. Much more
14   descriptive of what is done.
15 - Removed most llds and replaced them with %s and edit_uint64.
16   This makes the code a bit easier to read for beginners.
17 - Added a btime_t typedef which is 64 bits wide.
18 - Added most of the code needed to do Purge and Prune of
19   database. Not yet tested. Please do not use.