1 Technical notes on version 1.24 01Aug02
6 - The changes that added indexes to the SQLite database were
7 lost -- thanks to Chuck for pointing this out. Redone.
8 - Fixed a problem quoting strings in SQLite. This showed up
9 as database errors with files containing ' or " in the filename.
10 - Implemente restore command -- still in progress.
12 Changes submitted this submission:
13 - Added indexes to all fields in SQLite that exist in MySQL.
14 - Moved unused immortal files from src/lib to src/immortal.
15 This will permit splitting depkgs.
16 - Started work on adding embedded MySQL. Cannot get the tables
17 to work for the moment. Please don't try to use this option.
18 - Convert to using single quotes for enclosing all strings.
19 - Implement correct quoting algorithm for SQLite strings.
21 - Started centralizing SQL statments in the Director in sql_cmds.c
22 - Changed a number of M_ABORTs to M_ERROR_TERM so that program terminates
23 but does not produce a dump.
24 - Allow wild-card matches in bsr for Client name, and Job.
25 - Change OflineOnUnmount=no as default.
26 - Fixed improper printing of filenames containing a space in bls.c
27 Thanks to Carlos for reporting this.