]> git.sur5r.net Git - bacula/docs/blob - docs/techlogs/2002/kes04Aug02
Add mini-clean target to main docs Makefile
[bacula/docs] / docs / techlogs / 2002 / kes04Aug02
1               Technical notes on version 1.24 04Aug02  
2                        04 August 2002
3                        Kern Sibbald
4
5 General:
6 - Lots of work on the restore command.
7 - Take a stab at eliminating the "broken pipe message"
8   when the console program prematurely terminates.
9
10 Changes submitted this submission:
11 - Reimplemented transactions for SQLite by keeping
12   them all in the same thread.
13 - quit in the Console program now waits for Bacula to
14   quit. To immediately quit, you must enter .quit
15 - Eliminated BNET_EOF -- this COULD have some negative consequences
16   on interdaemon communications.
17 - Define Job termination status for Admin jobs.
18 - Write new bstrncpy() function that guarantees that strcpy is
19   properly terminated.
20 - Fixed command input in ua_input.c to accept quoted items as a
21   single field. 
22
23