]> git.sur5r.net Git - bacula/docs/blob - docs/techlogs/2002/kes09May02
Merge remote branch 'sf/master'
[bacula/docs] / docs / techlogs / 2002 / kes09May02
1               Technical notes on version 1.19 08May02
2                        09 May 2002
3                         Kern Sibbald
4
5 General:
6 - Made last changes for integrating prune and purge commands.
7
8 Changes submitted this submission:
9 - Add -ltermcap to CONS_LIBS when readline is configured.
10   More work to be done to search for termcap.
11 - Added cats/drop_sqlite_tables.in, which will delete the
12   SQLite database.
13 - Got CWEB working so that we can compile filesys.w and immortal.w
14 - Modified depkgs to include cweb.             
15 - Note, CWEB is not yet used by the core Bacula code.
16 - Made cats/alter.sql, which alters an old database to bring it
17   up to the new format. This only works with MySQL since SQLite does
18   not have the ALTER SQL command.
19 - Changed the old StartDay field in the db to be JobTDate, which is
20   the latest time/date in widened Unix time format that the Job ran.
21   This value is used when doing pruning.
22 - Added code in cats/sql.c to verify that the database internal version
23   corresponds to the db version compiled in Bacula. It is set to 1 currently.
24 - Lots of changes to cats to bring the SQL up to date with the new 
25   retention period changes.
26 - Added Console command code to permit changing a Volume's retention
27   period.
28 - Removed old code that used date_encode() and replaced it with widened
29   Unix time().
30 - Started modifying Message resource scanner so that we can have multiple
31   message resources. Much more work to be done.
32 - Moved scanning for time into new library routine string_to_btime().