]> git.sur5r.net Git - bacula/docs/blob - docs/techlogs/2002/kes25Apr02
Initial revision
[bacula/docs] / docs / techlogs / 2002 / kes25Apr02
1               Technical notes on version 1.19 25Apr02
2                        25 April 2002
3                         Kern Sibbald
4
5 General:
6 - Additional config options for Console.
7 - Started adding code for Automatic Recycling of Volumes.
8 - Allow arbitrary length filenames in Verify code.
9 - Fix incorrect filename in Verify code.
10 - Significant enhancement to number scanning in config parser.
11 - Requires initializing MySQL tables, or applying cats/alter.sql
12   to modify Media table.
13
14 Changes submitted this submission:
15 - Modified Makefile to printer a much more visible
16   message if the make ends in error.
17 - Added the Purge value to the VolStatus in the Media table.
18   This value is set if the Volume is purged.
19 - Enhanced the db_delete_media_record() routine to delete
20   all associated records in the database.
21 - Modified Console to always write to the variable "output"       
22   rather than stdout. This will permit directing output to a file.
23 - Enhanced the Console configuration file to have a Console 
24   resource. This will allow us to add an rcfile and history
25   file.
26 - Modified Find_next_vol in catreq.c to search for "Recycle"
27   volumes if there are none marked Append. Also made Get_Vol_info
28   return the VolStatus to the Storage daemon.
29 - Allow upper/lower case match on job level names.
30 - Added another warning message to the Console "delete media" 
31   command.
32 - Corrected a number of FileId types from uint64_t to FileId_t in
33   ua_retention.c.
34 - In ua server close database before freeing JCR (because pointer is
35   kept in ua and jcr structures).
36 - parse all numbers as doubles. Do lots of checking for valid number
37   formats. Allow numbers in scientific form (e.g. 1.5e+10).
38 - Remove terabyte modifier as it doesn't work in some compilers.
39 - Fix bug in handling some modifiers.
40 - Added all necessary code for Recycle to Storage daemon. A Volume
41   marked Recycle will now be overwritten.