]> git.sur5r.net Git - bacula/bacula/blob - bacula/ChangeLog
Tweak bacula-dir.conf Catalog fileset to backup @db_name@.sql
[bacula/bacula] / bacula / ChangeLog
1               Technical notes on version 5.0.x
2
3 General:
4
5 Release Version 5.0.0
6
7 19Jan10
8 - More spec improvements from bug #1455
9 - Enhance FD status to have level
10
11 18Jan10
12 - Fix logwatch install in bacula.spec. Patch from bug #1454
13 - Remove /etc/logwatch directories from spec file. Patch supplied by bug 
14   #1456
15 - Don't remove spec files -- fixes bug #1458
16 - Remove FI sanity check code that does not apply after a VirtualFull
17 - Make Attr/record FI non-fatal if different -- possibly temp + add new session 
18   record types
19 - Keep serial from overruning with bad data
20
21 17Jan10
22 - Add info message on how to stop the file relocation test
23
24 15Jan10
25 - Add new Path tables to grant and drop scripts
26 - Fix #1450 about FirstWritten not updated with bscan
27 - Fix error message in grant_postgresql_privileges
28
29 12Jan10
30 - Fix SQLite table creation script
31
32 11Jan10
33 - Add Job.Reviewed field
34 - Enable priority checks in lockmanager
35 - Change DB version from 11 to 12
36 - Fix Win64 build
37 - Fix Win32 build
38
39 10Jan10
40 - Fix the subject to something easy to delete
41 - Turn off messages test -- it creates tons of emails
42
43 09Jan10
44 - Optimize strtok usage in ua_cmds
45
46 08Jan10
47 - Remove old code requiring different storages for migration
48 - More checking for OpenSSL in configure
49
50 06Jan10
51 - Add make_catalog_backup.pl script that uses env variables and disk file to 
52   pass database password for backup
53 - Modify the sql query to get alphabetical order of clients when selecting the 
54   most recent backup for a client
55
56 05Jan10
57 - Remove warning about make_catalog_backup.pl
58
59 04Jan10
60 - Add Ingres configuration
61 - Fix Ingres ID definition that caused seg fault
62 - Add commit from Stefan Reddig
63
64 03Jan10
65 - Simplify initgroups definition for AIX
66 - initgroups definition is ok on aix >= 5
67
68 31Dec09
69 - Ignore scripts/bacula_config
70 - Remove QWT from configure -- not used
71
72 28Dec09
73 - Revert to configure with C due to old prototypes on some systems
74 - Make ioctl_req_t test less g++ dependent
75 - Make ioctl test more exact
76 - Try to force configure compiles to be more exact
77 - Rebuild configure to handle Marco's changes
78 - Clean old configure
79
80 27Dec09
81 - Let --enable-libtool and --disable-libtool determine if we build plugins and 
82   drop the extra configure option
83
84 26Dec09
85 - Lets use a xattr specific constant and not the stdio BUFSIZ which is kind of 
86   platform dependend.
87 - Attempt to autoconfigure ioctl_req_t
88 - Lets not mix initialized stack variable with uninitialized ones in the same 
89   definition.
90 - Added some handling of EPERM and EOPNOTSUPP which seem to be returned when 
91   you try to retrieve the system extended attributes a non root user.
92 - Lets not orphan the buffer returned by extattr_namespace_to_string as it 
93   seems by looking at the code it strdups the string it returns so no need to 
94   bstrdup it ourself.
95
96 25Dec09
97 - Show that plugins are enabled or not in configure output.
98
99 24Dec09
100 - Plugins are dependable on libtool now so cleaned the Makefiles and the fd 
101   plugins are only build when --enable-plugins is set and libtool is used.
102 - Clarify catalog grant permissions message
103
104 23Dec09
105 - Fix depend for changes to SRC variables.
106 - Drop the usage of macros within macros as it seems some platforms native 
107   makes don't support that. While converting the Makefiles also made things 
108   somewhat more uniform in naming the lib objects.
109
110 22Dec09
111 - Add scripts/bacula_config script that displays configure options and results
112 - Continue to support Batch Mode with PostgreSQL < 8.2
113
114 21Dec09
115 - M_ABORT Bacula If batch insert is turned on when we try to open a connection 
116   and thread safe is not enabled
117 - Try to fix problem on FreeBSD with unsupported extended attributes which 
118   gives lots of orphaned buffers as seen in regression testing.
119
120 20Dec09
121 - Fix thread safe detection in ./configure
122
123 19Dec09
124 - Update bweb deb
125 - Fix breload make_catalog_backup.pl rights
126
127 17Dec09
128 - LSBize Debian init scripts
129
130 15Dec09
131 - Fix #undef of lock manager
132
133 13Dec09
134 - Remove checkout master
135 - Add more debug for Solaris regression timeouts
136 - Make SUN C++ compiler stop complaining about enum definition.
137 - Use %c and %n in bootstrap in default bacula-dir.conf
138
139 11Dec09
140 - remove a ref to sqlite
141 - Remove ua_prune.c debug code
142 - Print any traceback or bactrace
143 - Fix old stuff in Makefile
144 - Allow deadlock manager on FreeBSD, MacOSX and SunOs
145 - Add allowcompress-test
146 - Add test for AllowCompress option
147
148 10Dec09
149 - Eliminate compiler warning
150 - Rework Mac OS 10.6 mtio.h fix
151 - Attempt to fix mtio.h problem on Mac 10.6
152 - Allow mount to wake job waiting for op
153 - Make wait longer for better recycling
154 - Fix another volume_lock dlock order problem
155 - Fix and add ASSERT debug
156 - Fix compilation problem with lockmgr
157
158 09Dec09
159 - Fix misnamed variable
160 - Reorder lock_volumes and dlock in SD to avoid race conditions
161 - - five more updates to manpages options I had forgotten in a corner, - a 
162   reformated and edited page for bsmtp - a brand new one for btraceback, based 
163   on the Problem Resolution Guide and discussions (to be continued?) on this 
164   list.
165 - Fix compilation pb
166 - Add mutex some priority info for SD
167 - Add info in dump about lock priority
168 - Fix CentOS/RHEL detection
169 - Fix #defines when lock manager turned off
170 - Add USE_LOCKMGR_PRIORITY switch to enable new priority management
171 - Add Macro BTHREAD_MUTEX_PRIORITY(p) and lib/mutex_list.h to manage locks
172 - Make pthread_mutex_init/destroy compatible with bthread_mutex_t
173 - Fix SD Vol+dev lock race bug
174
175 08Dec09
176 - Add init/destroy function for both p/bthread_mutex_t object
177 - Add new bthread_mutex_t object that check mutex priority order
178 - Add test for reload command
179 - More bstrncat doc
180 - Add bstrncat comments
181 - Fix bug #1431 about bad reload command. Still an object to free in this 
182   case.
183 - Fix bug in bstrncat
184 - Temp fix for prune crash
185
186 07Dec09
187 - Update win32 testing
188 - Add new test for win32
189 - Add cleandir option
190 - Add tool to edit configuration file remotely
191 - Add more sm_check debug
192 - Add memory corruption checks
193
194 06Dec09
195 - Fix CentOS/RedHat test in regress
196 - Add win32 regress helper
197 - Attempt to fix SQLite seg fault when listing fields
198 - Allow Dir to come up before use
199 - Fix python plugin to use the new get functions instead of the get_ functions.
200 - Fix seg fault in new AllowCompression code
201 - Use restore count from write_bsr
202 - Add some doc of Win32 stuff
203 - Update prototype.conf to have latest stuff
204 - Update techdoc + notes
205 - Add AllowCompression feature
206
207 05Dec09
208 - Remove debug
209 - Fix #1403 about windows directory attributes not well restored
210 - Change old get_Jobxxx to getJobxxx
211 - Fix Win32 build after adding Base Job code
212 - Fix backup-bacula-test
213 - Add new idea to kernstodo
214 - Improved database warning message
215
216 04Dec09
217 - Init lmgr in btape
218
219 03Dec09
220 - Disable SQLite2 code in cats.h
221 - Remove SQLite from configure
222 - Remove SQLite2 scripts
223 - Fix configure.in
224
225 02Dec09
226 - Remove JobMedia.Copy references
227 - bvfs: update bvfs_test
228 - update
229 - Remove brestore_ from bvfs table, use Job::HasCache instead of knownjobid 
230   table
231 - Update po files
232 - Finally... the 100% of bacula spanish !!! ;-)
233 - Apply Postgres 8.4 SQL_ASCII fix
234 - Ignore bweb.conf in gui/bweb
235 - Apply manpage patches
236
237 01Dec09
238 - Fix backup-bacula regression
239 - Remove support for SQLite 2
240 - Fix rpm spec files bug #1428 + #1420
241 - Fix include MySQL libs to use shared object. Fixes bug #1427
242 - Fix search to include 64 bit libs for --with-dbi option
243 - Change all log.d to logwatch in RedHat specs
244
245 30Nov09
246 - Add config doc in INSTALL
247
248 23Nov09
249 - Add another project to the projects file
250 - don't follow packagemaker permission recommendations
251 - OSX Installer: update README
252 - OSX installer: fix for a bug in 10.5 packagemaker, --id argument required
253 - OSX installer: switch to new pmdoc packagemaker format
254 - Add another project to the projects file
255 - Add new project
256
257 22Nov09
258 - Add error count to Fatal job errors
259
260 21Nov09
261 - Attempt to keep tls_shutdown from hanging
262
263 16Nov09
264 - Add completion for unmark
265
266 15Nov09
267 - Add Job and File Retention to Pool
268 - Remove version id
269 - Change some console.c socket calls into class calls
270 - Revert "Reduce diff output in weird-files-test"
271 - Reduce diff output in weird-files-test
272
273 14Nov09
274 - Fix bug #1367 by creating an empty query.sql file
275
276 13Nov09
277 - update
278 - Display only backups when running a new job
279 - Add list_backup, list_restore functions
280 - update
281 - Add optional type= argument to .jobs command. You can list only Backup, 
282   Restore,... jobs.
283
284 12Nov09
285 - autocomplete restore mode
286
287 11Nov09
288 - update
289 - Fix segfault on basejob code
290 - Replace POOL_MEM by POOLMEM to avoid segfaults
291 - Fix base-job-test with Mysql
292 - Remove extra _ of _dbg_print_db func
293 - Update BDATE
294 - fix segfault on redhat4
295
296 10Nov09
297 - Add base-job-test to regress
298 - update
299
300 09Nov09
301 - Optimize SQL to determine file selection with directories. It is enabled for 
302   ascii path.
303
304 07Nov09
305 - Drop svn Id
306
307 06Nov09
308 - Add Solaris regress comments
309
310 05Nov09
311 - More debug when test fails
312 - Add SITE_NAME and EMAIL to cdash report
313 - Display a message if catalog max_connections setting is too low
314
315 04Nov09
316 - Apply James' conio patches
317 - Update po
318 - A small changes on bacula-es translate. Now, we go on ~90% !!!
319 - Fix double send of attributes introduced in 84aabba7cee82f0c1f6dae8882a2ee0bb26306ca
320 - Check pthread_mutex_lock return code in lockmgr
321
322 03Nov09
323 - Remove debug code in concurrent-jobs-test
324 - Remove debug code in encrypt-bug-test
325 - Remove annoying debug messages in four-jobs-test
326
327 02Nov09
328 - Increase width of ls size. Fixes bug #1409
329 - Fix buffer clobber when editing SQL error
330 - Fix false zombie errors in FD during regression
331 - Merge branches 'master' and 'kaboom'
332 - Add -m option to DIR,FD,SD to dump kaboom output
333 - avoid orphan memory in testls
334
335 01Nov09
336 - tab-completion ok
337 - When using .help item=, we display only usage part
338 - Add bat to Win32 build and install
339 - Add more debug for zombie jobs
340 - Get regress bacula stop messages when debug on
341 - Fix SD DCR race condition that causes seg faults
342 - Stop regression tests after 30 minutes
343 - Commit configure
344 - Add more debug on failed source-addr regression
345 - Set use_libtool expicitly to yes so our other checks work for static tools.
346
347 30Oct09
348 - Rework bat so that Win32 version works better
349
350 29Oct09
351 - Make bat win32 build use /home/kern/bacula
352 - Make non-win32 build stop on failure
353 - Make win32/64 build stop on failure
354 - Remove definition of unused subroutine in ua_dotcmds.c
355 - Revert James' patch to simplify the Win32/64 build process
356
357 28Oct09
358 - disable debug in win32 revision
359 - update bat on win32 project file
360
361 27Oct09
362 - Small fix to Eric great patch for readline commandcompletion so it also 
363   compiles on non gcc compilers.
364 - Add readline completion for commands and argument
365
366 26Oct09
367 - Fix another messages error problem pointed out by Eric
368
369 25Oct09
370 - Disable messages-test in automatic
371 - Show an other deadlock in messages.c
372 - Change W/G to Wanted/Granted in lock dump
373 - fix multi-console problem for bat on win32
374 - change Jmsg to Qmsg in low level routine
375 - Set tries to 1 for a non-timeout mount or unmount operation.
376 - Fix comment
377 - bat: change info order in Job view
378 - Use Qmsg instead of Jmsg when fides_mutex is locked in close_msg()
379 - simplify the link process for win32/win64
380
381 24Oct09
382 - initialize lmgr in bat
383 - add messages-test to regression suite
384 - update tools with lmgr
385 - force lock manger init
386 - add lmgr to bconsole
387 - Fix deadlock detection to work in daemon mode
388 - Implement syslog on Windows
389 - Make all ABORT and ERROR_EXIT msgs go to syslog
390 - Fix ref to dequeuing_msgs
391
392 23Oct09
393 - Disallow Qmsg when despooling
394 - Fix Qmsg race condition reported by Eric
395 - add test for bad messages ressource
396 - bat: Display a nice graphic on media usage depending on the average size for 
397   this mediatype.
398
399 22Oct09
400 - bat: add volume capacity estimation in mediaview
401 - bat: try to center InChanger bullet
402 - bat: Use green/red bullet for InChanger in mediview
403 - bat: Don't set Expire field unless LastWritten is ok
404
405 21Oct09
406 - Make new configure per Marco's request
407 - bat: add new Expired button in MediaView
408 - fix vtape test
409 - Redirect errors to /dev/null and only run uname -p on Linux where we know it 
410   works. This is probably the most portable way of doing things.
411
412 20Oct09
413 - Add MediaView form that displays the Media list in a QTableWidget. It permits 
414   to search and sort media. Rename current "Media" tab to "Pool" as it displays 
415   Pools
416 - Permit to use MediaId or VolumeName in MediaEdit panel
417 - add StringList to handle locations, volstatus and mediatypes
418 - add dot functions to list volstatus, locations and mediatypes
419 - update bacula32.def
420 - Add .volstatus command
421 - Add new MediaView
422 - permits "update slot(s)" and "label barcodes slot(s)" command
423
424 19Oct09
425 - Don't use uname -i but uname -p
426 - Added support for selecting the correct libdir on Linux
427 - fix status slots command when SD slots are mixed
428 - Test only master now
429
430 18Oct09
431 - update fr.po
432 - Added acl and xattr regression tests for FreeBSD
433 - Use getfattr and setfattr on Linux not attr as that is a XFS tool which works 
434   too but is not native.
435 - Don't enable SUN compiler by default and make the configdir configurable.
436 - Add test when ActionOnPurge=None Add test for update volume=xxx actiononpurge=yyy
437 - fix crash on exchange restore fail
438 - Update project 5 (ActionOnPurge) with current status
439 - chmod new regress script
440 - update regress
441
442 17Oct09
443 - Ensure that Ubuntu /var/run is created in init.d scripts suggested by nick 
444   <nick@fisk.me.uk>
445 - Implement Dan's suggestion to avoid IPv6 problems
446 - Add makeall for release
447 - On release, make only a simple tag
448 - Fix Windows build
449
450 16Oct09
451 - Don't download and build fakeroot as part of make -C platforms/osx
452 - More Win installer changes
453 - Update installer
454 - Do some additional checks.
455 - Add Marco's run regression wrapper script
456 - Possible fix for problem with Volume in another drive
457 - Make new configure from Marco's configure.in
458 - Try to unmount by running the unmount command specified in the config on file 
459   and dvd devices.
460 - Fix switching read device reported by Nicolae Mihalache <mache@abcpages.com>
461
462 15Oct09
463 - Lets free the variable in the right part of the loop.
464 - Use bfree_and_null
465 - Change bsnprintf to normal strncpy
466 - Add comments to fileregexp test
467 - Add more debug in filregexp test
468 - Eliminate compiler warning
469 - Fix bug #1391 Job status improperly set due to subtle variable overload 
470   problem
471
472 14Oct09
473 - Add release scripts
474 - add regress variables to functions.pm
475
476 13Oct09
477 - Update date
478 - Fix stupid error
479 - Avoid error when git-version doesn't exist
480 - Convert some old %x into %p for pointers
481 - Fix #1352 about double free with regexp and big filenames on windows
482
483 11Oct09
484 - Small update to cache the current attrspace we are saving and make a private 
485   copy of that string representation.
486 - Change acl and xattr errors from Qmsg to Jmsg
487 - Add comment
488 - Recursively call fix_device_block_write_error on error
489 - Fix changing read device during VirtualFull in SD
490 - Eliminate possible false error message
491 - Fixed ifdefs
492
493 10Oct09
494 - Add posix acls stored in xattrs on FreeBSD
495 - Removed last direct message output by replacing Qmsg by Mmsg
496
497 09Oct09
498 - Add comment on OpenBSD not supporting the extattr functions (anymore ?)
499 - Add new Feature Requests to projects file
500 - Fix ifdefs
501 - Change strcmp to bstrcmp
502 - fix bash/sh problem in disk-changer.in
503 - Fix some comments
504 - remove old db_get_int_handler()
505 - Add support when extattr_get_file is supported but extattr_get_link is 
506   not.
507 - Regenerated config.h.in
508
509 08Oct09
510 - Implement transfer and listall command in mtx-changer and disk-changer 
511   scripts
512 - Add new autochanger command to get all information about content
513
514 07Oct09
515 - As things are no longer as generic rename the generic to the linux interface 
516   (b.t.w. OSX also implements this interface)
517 - Just as with serializing first unserialize all xattr structures in memory and 
518   then walk that list for restoring them.
519 - delete the alist in the destroy function
520 - Implement the extattr xBSD interface Moved some code around to be able to 
521   reuse the encoding and decoding for both the extattr and xattr interface Use 
522   an alist for storing the xattr list so we don't have to count the number of 
523   xattr first
524 - Use extattr interface for all xBSD filesystems. Added OpenBSD also to the 
525   mix.
526 - As it seems FreeBSD doesn't have the llistxattr or listxattr interface as 
527   Linux, OSX and NetBSD have but has an interface named extattr. This is a 
528   first breakdown to implement that interface.
529
530 05Oct09
531 - Make Checksum as default when not using FileSet->Include->Options->BaseJob
532 - Change debug level
533 - Fix postgresql MD5 missing field
534 - Fix unwanted printout in strip test
535 - Fix concurrent Job recycle bug #1288
536 - Fixed inverted logic
537 - Remove useless ScratchPool refs from Bat media list
538
539 03Oct09
540 - Little fixes for the action_on_purge command
541 - Remove obsolete truncate_on_purge settings
542 - Implement action_on_purge command
543 - Implement the ActionOnPurge setting for pools and individual volumes
544 - Implement truncate on purge setting
545 - Add a MaxVolBytes test that create over 100 Vols
546 - Add some error messages in insane buffer size cases
547 - Fix bug #1382 newly created disk volumes -> file not found warning
548
549 01Oct09
550 - Cause the tree widget selected to keep up with the tab widget selected
551
552 30Sep09
553 - Send checksum only when the FD will use it
554 - remove debug
555 - Allow for external CFLAGS to overwrite the CFLAGS in this script.
556
557 29Sep09
558 - Change grep -e to egrep and use -c instead of using wc.
559 - Implement console 'timeout' feature using bacula socket timers
560 - revert the update_bacula_table script change with bad indexes
561 - Add index modification in update_sqlite/sqlite3/postgresql scripts
562 - Remove the inx4 index for SQLite2/3 (FilenameId, PathId) on File table. 
563   Replace it by an index over (JobId, PathId, FilenameId).
564
565 28Sep09
566 - Attempt to fix MySQL SQL error
567
568 27Sep09
569 - Make sure we use the right chmod for Solaris
570 - Fix Win32 build
571 - Fix compiler warning
572
573 26Sep09
574 - Remove gnome-console
575 - Update man pages
576 - Implement store_size32 and store_size64
577 - Correct regression tests to use Pool 'File'
578
579 25Sep09
580 - Up max vol size
581 - Define File Pool and limit size to 5G
582 - Fix Alpha ifdefing -- should fix bug #1359
583
584 22Sep09
585 - Remove the file_fp_idx index for Postgresql (FilenameId, PathId) on File 
586   table. It is useless for common usage, and causes performance issues. This 
587   index fragments over the time and the update cost grows very quickly. (This 
588   index is not present on Mysql schema)
589
590 21Sep09
591 - update speed-test
592 - update speedtest
593 - speed-test: small fix
594
595 20Sep09
596 - Update to slightly newer config.guess and config.sub
597 - Fix compile error on Mac
598 - Generate new configure
599 - Reorder configure test for cleaner print output
600
601 19Sep09
602 - Implement support of keeping readall capabilities after UID/GID switch
603
604 18Sep09
605 - Remove redundant includes of pwd.h and grp.h headers
606 - find_one_file: Remove unreliable and redundant access(2) directory check
607 - Fix link rules
608 - Force nightly-disk regress to 3.0.3
609
610 17Sep09
611 - speed-test: small fix
612 - speed-test: Add basejob argument to test basejob speed
613 - Add new test
614 - Fix conf to use make as requested by Martin Simmons a long time ago
615 - Restore comments
616 - Fix for sqlite, now it works
617 - Fix seg fault in ignoredir code
618 - more mkdir -p changes
619 - small fix
620 - Restrict Join using JobTDate to a selection of JobIds
621 - Fix for sqlite
622 - Make several dir names unique to avoid test collisions
623 - Fix and document new queries
624 - Use new query for Mysql and Sqlite for basejob + accurate
625 - update sql query for basefile+accurate
626 - Change regression scripts to use mkdir -p to avoid spurious errors
627 - Fix some job-start changes
628 - more job-restart code
629
630 16Sep09
631 - Fix sql query for mysql
632 - Fix sql query
633 - Fix sqlite3 syntax
634 - fix sql
635 - update db_get_file_list() to use StartTime instead of FileIndex
636
637 15Sep09
638 - Update restore menu 12 explanation
639
640 12Sep09
641 - Try to distinguish CentOS/RHEL
642
643 11Sep09
644 - Modify tools to be able to correctly install testls for regress
645 - Create bigendian() inline to simplify code
646 - Set Volume Poll Interval to 5 mins by default
647 - Apply Frank's slash patch
648
649 10Sep09
650 - Reduce runscript wait times
651 - Update Win32 README.mingw
652 - Add patch for more SD info fix
653 - Add patch for bug #1371
654 - Fix seg fault in SD bug #1371
655 - Add append log to tape SD tests
656 - Add more info when SD connection refused
657 - Fix possible termination problem
658
659 09Sep09
660 - Keep valgrind happy
661 - Fix Exclude Dir Containing ignored when scanning the top_level dir
662 - Update the new exclude-dir-test with multiple Include {} section and different 
663   Exclude Dir Contain directive.
664 - Add patch for #1370
665 - Fix #1370 about the implementation of the "Exclude Dir Containing" option on 
666   FD.
667 - Add new exclude-dir-test
668 - Add patch for 3.0.2 release
669 - Fix #1369 about segfault when using ExcludeDirContaining before defining 
670   Options{} block.
671 - Verify if the Exclude Dir Containing directive does his job
672 - Add a regress script for Exclude Dir Containing option
673
674 08Sep09
675 - Remove bigendian check from autoconfig system
676 - check endianness at runtime in md5.c
677 - Fix minor issues in the osx installer package builder.
678 - Fix -p/-P in bscan.8 man page
679
680 07Sep09
681 - fix compilation warning
682 - Make output of new commands .lsdir/.lsfile more usable. Fix Bvfs with new 
683   db_list object
684 - Fix header defines
685 - Remove some #ifdef-ed code and make it just as the acl and xattr code use a 
686   const bool to enable the code.
687 - Redone comments
688 - Move restore struct defintions to seperate include file. Small change to 
689   acl.h and xattr.h to use define inline with other header files.
690 - Move finderinfo restore into seperate function so we can use cleaner coding 
691   in the restore loop.
692 - Loose #ifdef and use const bool wrapper for some cleaner coding.
693 - Added support for acl and xattr regression test on Solaris
694 - Apply Marco's git format-patch patches for bugs #1365 and #1366
695 - This patch should fix bug #1366
696 - This patch should fix bug #1365
697
698 06Sep09
699 - Commit Mac pathlen patch
700 - Increment minor version to avoid future conflict
701 - Fix bug #1368. Increase default path/file length to 2048
702
703 05Sep09
704 - Add acl script code for Mac
705 - Up timeout for rewind and changer on btest script
706 - Try to fix zombies in next-vol-test
707
708 04Sep09
709 - Fix broken editing code
710 - Use edit routine instead of %f for rates
711 - Implement BlockChecksum in Device
712 - btape: Add speed command and test drive speed with Bacula blocks
713
714 03Sep09
715 - btape: Add speed command
716 - btape: Add speed information on qfill and raw command
717 - Commit patch for: Fix bug #1355 Director crashes with double free in Accurate 
718   SQL query
719 - Include file,blk in btape fill output
720 - Create exit_code for fill with multiple tapes
721 - Fix #1364 and #1363 about compression buffer error.
722
723 02Sep09
724 - fix variable name
725 - Work on certification scripts
726 - Eliminate DDS-4 in favor of tape + create btape-test-changer test
727
728 01Sep09
729 - Many debug code fixes in regression scripts
730 - Attempt to fix SQLite3 seg fault in list routines
731 - Merge master with SF
732 - Update tape tests for hardware certification
733 - Rename .lsdirs/.lsfiles/.update to .bvfs_xxx to avoid confusion with future 
734   commands
735 - Update tape tests for hardware certification
736 - Eliminate xattr.c compiler warning
737
738 31Aug09
739 - Prohibit copy and assignment in db_list_ctx
740 - Use new db_list_ctx class instead of bad POOLMEM*
741 - Exclude OSX resource forks from saving using the xattr code Exclude OSX acl 
742   data from saving using the xattr code when normal acl mode is also enabled. 
743   Make excluding certain xattr in the generic functions somewhat easier for 
744   certain OS specific attributes.
745 - Fix Win32/64 build
746
747 30Aug09
748 - Remove old subroutine prototype
749 - prohibe copy and assignment in Bvfs module
750 - Fix bug #1355 Director crashes with double free in Accurate SQL query
751
752 29Aug09
753 - Fix bug #1357 Verify jobs fail when job has zero files
754 - Rework verify-voltocat-test and add to normal tests
755
756 26Aug09
757 - Release orphanned buffers in accurate code
758 - Fix possible seg fault in db_get_int_handler in accurate code
759 - Update JobBytes only for Verify jobs when computing checksum
760 - Add BaseJob option to fileset
761
762 25Aug09
763 - Suppress some error messages generated after cancelling a job
764
765 24Aug09
766 - Apply and commit Lorenz Schori <lo@znerol.ch> patch for OSX
767 - Apply Lorenz' OSX patch
768 - update basejob code to use checksum during accurate check
769 - Close bug #1351 SQLite2 to SQLite3 conversion
770 - Remove unnecessary subroutine import definition
771
772 23Aug09
773 - Test of git commit.
774 - bat: fix variable name
775 - bat: Simplify the code to make TableWidget in read-only
776 - Free Volume in several places. Fixes virtual-changer problem and possibly bug 
777   #1346.
778 - Add SD Volume debug code
779
780 22Aug09
781 - Don't print different filesystem. Will not descend message if directory 
782   explicitly excluded
783 - capitalize bytes in message
784
785 21Aug09
786 - Prune a few dev tests
787 - Made shorter developers test
788 - Rework the bsock.h class to put public structures last
789 - Update AUTHORS file
790 - Integrate patch for building dmg on OSX from Lorenz Schori <lo@znerol.ch>
791 - Add commas in num files for estimate command
792
793 20Aug09
794 - in status slots command, unlock db just after sql query
795
796 19Aug09
797 - Add BWEBCONF env variable to specify the bweb.conf path without touching the 
798   Bweb.pm file with lighttpd
799 - Fix bat crash due to alignment diff in bat and core code
800 - Fix acl-xattr-test by using attr
801 - Add BWEBCONF env variable to specify the bweb.conf path without touching the 
802   Bweb.pm file with lighttpd
803 - Ensure that timestamp put in SQL log
804
805 15Aug09
806 - prevent status page from requesting status before it has been brought to the 
807   front
808 - Move global acquire lock to lock by device
809 - Restrict acquire to one job at a time
810 - Fix acquire.c locking
811 - Try to fix acquire not to block during despooling
812 - Add fullname parameter to btime in order to debug regress script.
813 - No need to flush the members of the xattr link cache as they are not dynamically 
814   created. Small oversight from my side, was thinking I had a memory leak.
815 - fix couple of segfault in acl/xattr code
816 - Eliminate git pull in config_dart
817 - Some small fixes to the counting and some small relayout of small code 
818   sniplets.
819 - Lets first output statistics before freeing them. Saves a rather stupid 
820   segmentation fault.
821 - Fix merge conflict leftover
822 - Add all acl and xattr related variables which are either global or already 
823   part of the JCR into a simple structure and reference that from the JCR 
824   structure.
825
826 14Aug09
827 - Some small fixes to the counting and some small relayout of small code 
828   sniplets.
829 - Lets first output statistics before freeing them. Saves a rather stupid 
830   segmentation fault.
831 - Ignore regress time.out file
832 - Fix merge conflict leftover
833 - Add all acl and xattr related variables which are either global or already 
834   part of the JCR into a simple structure and reference that from the JCR 
835   structure.
836 - fix compilation problem reported by Dan
837 - Correct spelling of writing -- reported by Dan
838 - Loose void pointer and use C++ supported declaration elsewhere defined 
839   structure.
840 - Move global variables into jcr private xattr data structure so we can have 
841   parallel saves of xattr on solaris.
842
843 13Aug09
844 - update lock manager to get better traces
845 - Fix files wiped out by merge
846 - Missed commiting one file last time
847 - bat: Add a re-run button on job info page, that allows to run the selected 
848   job with the same properties (level, pool, etc...)
849 - bat: small fix on hrule
850 - fix missing copyright
851
852 12Aug09
853 - Make new big-virtual-changer test. Test concurrency
854 - fix offset in new lsdirs/lsfiles command
855 - add comments and list special dirs in .lsdirs
856 - Add .lsfiles, .lsdirs, .update command to interface user with bvfs object
857 - More comments
858 - Update virtual regress comments
859 - bat: fix sql with volreadtime volwritetime bat: add drive=0 in update slots 
860   command
861 - bat: Put the content panel as a child of the Storage item bat: use slot 
862   selection in update slots command and in label command
863
864 11Aug09
865 - bat: fix volreadtime/volwritetime and messages in stderr about unknown 
866   slots
867 - Change backup-acl to acl-xattr-test and make it skip if acl/xattr not installed
868 - Use tmp instead of /tmp + fix strip-test so diff works
869 - Make regexwhere use tmp rather than /tmp
870 - Remove non-portable i option on sed + create tmp dir
871 - connect button callback
872 - display content on doubleclick only if storage and autochanger
873 - bat: Make new autochanger content working
874
875 10Aug09
876 - bat: display a Warning icon when having Errors>0 and Status=T
877 - Pull Philipp Storz' bacula.spec changes for OpenSuSE build service
878 - try to make content table work!!
879 - Implement MaximumConcurrentJobs for SD devices
880 - try to insert data on table content
881 - update content interface
882
883 09Aug09
884 - continue storage content panel
885 - Fix bug #1344 show pool displayed wrong variable for maxvolbytes
886 - Fix compiler warnings in acl and xattr code
887 - Fix screw up with setting JobLevel and JobType
888 - Change version
889 - Fixed references to xattr_link_cache_entry to use xattr_link_cache_entry_t
890 - Changes due to code review by Kern added.
891 - Move enum from protos.h to filed.h and move defines to top of filed.h
892 - Added some more ENOENT supressing.
893 - Small indent change
894 - Small change to comments
895 - Added comment on entry points
896 - Added missing ENOENT switch case.
897 - Fix problem with counting xattr and returning a non-ok on count 0, also added 
898   some extra comment and make sure the xattr_value_list is initialized to NULL 
899   and checked on bail_out.
900 - Loose default_stream parameter.
901 - Changed snprintf to bsnprintf
902 - Use bstrncpy instead of strncpy
903 - Fixed Jmsg4 to Mmsg4
904 - Added support for counting xattr errors and only print a limited set of 
905   errors but count all. The lower level functions now store there error message 
906   in jcr->errmsg so the upper level routines have access to them.
907 - Added support for counting acl errors and only print a limited set of errors 
908   but count all. The lower level functions now store there error message in 
909   jcr->errmsg so the upper level routines have access to them.
910 - Small changes to ifdef layout.
911 - Drop unneeded target for libbacfind.a
912 - Moved the berrno as a local variable of the function and not a local context 
913   variable. Same as previous change for acl.c
914 - Make sure it compiles and moved the berrno as a local variable of the function 
915   and not a local context variable. Moved tri-state enum to protos.h
916 - Moved list of supported xattr to start of per OS implementation like in 
917   acl.c
918 - Imported patch from older git tree.
919 - bat: init storage content view
920
921 08Aug09
922 - Fix cats.h date
923 - Start adding Incomplete Job status
924 - bat: display a Warning symbole when having Errors>0 and Status=T
925 - Add data end tracking an attribute spooling
926 - Fix compiler warning in bvfs code
927 - Use 64 bit ftell and fseek in send_bootstrap_file
928 - Turn of some debug code
929 - Ignore src/tools/bvfs_test
930
931 07Aug09
932 - bvfs: Add example to list files versions bvfs: Fix directory listing bvfs: 
933   Add limit/offset implementation to save resources on director bvfs: Create 
934   cache tables on the fly when using Bvfs object (for testing)
935 - Bvfs: Create cache tables when updating the cache if they don't exist
936
937 06Aug09
938 - fix makefile for bvfs_test
939 - add option to truncate cache table during startup for bvfs_test
940 - add user handler to print directory add -j, -p to bvfs_test tool
941 - Document FT_DELETED FileIndex=0 special value in database Schema
942 - Add the rest of files for new Bvfs
943 - Add a new Bvfs class that implements brestore instant navigation cache inside 
944   Bacula. Works for Mysql, Postgresql and Sqlite3
945 - bat: fix compiler warning for unreferenced argument
946 - fix mysql case problem in bweb/bresto
947 - Use the sqlite3_changes to implement sql_affected_rows()
948 - remove QFormLayout, and use QGridLayout instead
949
950 05Aug09
951 - in bweb, fix warning
952 - add a default bconsole command to bweb starthttp script.
953
954 04Aug09
955 - remove Page Selector keyword from main bat screen
956 - fix small pb in bweb starthttp script
957 - document bweb+lighttpd
958 - update display_log to display a message if no logs are found
959 - Apply patch for regress from Frank Sweester
960 - connect button from mediainfo to real actions
961 - bat fill mediainfo fields
962 - bat: Go to the media info panel when double-click on job page or media 
963   list
964
965 03Aug09
966 - Add new mediainfo panel to bat
967 - update windows bat.pro
968 - small fix for bresto
969 - update doc
970 - don't reset bstat, rstat, dstat in stop_bacula
971 - add test for list basefiles and new list files
972 - don't reset bstat, rstat, dstat in stop_bacula
973 - add list basefiles command make list files compatible with basefiles
974 - fix the basefile catalog update
975 - work on stats, fix bug with batch connection
976 - enable FileSet { Options { accurate = 'pm5' } }
977 - add variables for stats
978 - display a message with basejobids
979 - stop copy/migration using basejobs
980 - replace free&NULL by free_and_null
981 - fix
982 - display base jobs during restore
983 - fix segfault
984 - check size also replace mtime/ctime by lstat field
985 - check for purge job
986 - purge basefiles at the same time than files
987 - make regression ok
988 - use batch connection
989 - fix update_job_end
990 - update HasBase in catalog
991 - remove some debug
992 - seems to work:!!!
993 - make base backup work
994 - update
995 - init base file
996 - compile
997 - fix sql for postgresql
998 - make sql part
999 - take ideas from previous try
1000 - Remove useless title
1001 - fix layout, now ok
1002 - remove list volume menu from joblist
1003 - make double click work with joblist
1004 - add refresh and delete event
1005 - fix script name
1006
1007 02Aug09
1008 - Remove old sqlite3 build from bacula.spec
1009 - Move bat from bacula.spec to bacula-bat.spec
1010 -  Remove installing gconsole start script from Makefile.in
1011 - Split mtx into its own spec file
1012 - Remove docs from spec
1013 - Split docs into bacula-docs.spec
1014 - Move bat and mtx to their own spec files
1015 - Remove docs from spec
1016 - Split docs into bacula-docs.spec
1017 -  Remove installing gconsole start script from Makefile.in
1018 - Split mtx into its own spec file
1019 - Remove docs from spec
1020 - Split docs into bacula-docs.spec
1021 - Move bat and mtx to their own spec files
1022 - Remove docs from spec
1023 - Split docs into bacula-docs.spec
1024 - Move bat from bacula.spec to bacula-bat.spec
1025 -  Remove installing gconsole start script from Makefile.in
1026 - Split mtx into its own spec file
1027 - Remove docs from spec
1028 - Split docs into bacula-docs.spec
1029 - Move bat and mtx to their own spec files
1030 - Remove docs from spec
1031 - Split docs into bacula-docs.spec
1032 - Move bat from bacula.spec to bacula-bat.spec
1033 -  Remove installing gconsole start script from Makefile.in
1034 - Split mtx into its own spec file
1035 - Remove docs from spec
1036 - Split docs into bacula-docs.spec
1037 - Move bat and mtx to their own spec files
1038 - Remove docs from spec
1039 - Split docs into bacula-docs.spec
1040 - Move bat from bacula.spec to bacula-bat.spec
1041 -  Remove installing gconsole start script from Makefile.in
1042 - Split mtx into its own spec file
1043 - Remove docs from spec
1044 - Split docs into bacula-docs.spec
1045 - Move bat and mtx to their own spec files
1046 - Remove docs from spec
1047 - Split docs into bacula-docs.spec
1048 - Move bat from bacula.spec to bacula-bat.spec
1049 -  Remove installing gconsole start script from Makefile.in
1050 - Split mtx into its own spec file
1051 - Move bat and mtx to their own spec files
1052 - Remove docs from spec
1053 - Split docs into bacula-docs.spec
1054 - Move bat and mtx to their own spec files
1055 - found a bug. Joblist page would not come up unless dockPage was called when 
1056   page was opened with initial paramaters.
1057
1058 01Aug09
1059 - Remove docs from spec
1060 - Split docs into bacula-docs.spec
1061 - Add bacula-docs.spec.in
1062 - Add new form to see job details
1063 - Add bacula-docs.spec
1064 - Remove bacula-docs.spec
1065 - Split docs into bacula-docs.spec
1066 - Remobe bacula-docs.spec
1067 - Split docs into bacula-docs.spec
1068 - missing less than beforehistory | grep svn :D
1069
1070 31Jul09
1071 - Split docs out of bacula.spec
1072 - Insert the tabbed widgets as opposed to adding to the end.
1073 - Don't dock the page for dirstat and restore tree until the page selector tree 
1074   widget is clicked.
1075 - I like this sorting method better.
1076 - Update bacula.spec
1077 - Apply quick fix from Ulrich about the last feature.
1078 - Continue work on bacula.spec
1079
1080 30Jul09
1081 - rename the free_and_null macro
1082 - fix test name
1083 - update new features
1084 - chmod +x regress/tests/multi-storage-test
1085 - Allow restore from multiple storage
1086 - Update News
1087 - update tool
1088 - Modify enable/disable commands to show only appropriate Jobs.
1089
1090 29Jul09
1091 - Add ACL check for client in estimate command
1092 - Change time_t by utime_t in accurate function
1093 - Start reworking 3.0.2 bacula.spec file
1094
1095 28Jul09
1096 - Display the job_zoom view when backup is finished
1097
1098 27Jul09
1099 - Add DESTDIR to Makefile
1100 - Add file to build html doc
1101 - add changelog link
1102 - Add changelog on the main menu
1103 - update doc
1104 - add downloads pages for all lang
1105 - Remove the Patch section and add the new Download area
1106 - Link to new downloads.php
1107 - Add tool to convert nasty sourceforge download page to a simple one
1108 - Update
1109 - Update README for binary install tests
1110
1111 25Jul09
1112 - change free_and_null function to a macro
1113 - Add Spanish files translated
1114
1115 24Jul09
1116 - Add format to a fprintf
1117 - Attempt to fix SQLite seg fault problem
1118 - Fix Expired option in media list to select Used media
1119 - Set selection items on top.
1120 - this should resolve issues that people are having with this splitter. If you 
1121   try to make it too large, it just snaps back.
1122
1123 23Jul09
1124 - Fix int/int32_t problem in accurate_add_file
1125 - Permit to filter on the directory name as for file
1126 - fix bad english sentence
1127 - add function to simplify free and null operation on pointers
1128 - Remove Qt 4.4 code so it compiles on 4.3 (setHeaderHidden)
1129
1130 22Jul09
1131 - Apply idea of part of Graham's tidy-bsr-source.patch, but modified
1132 - Fix bug #1337 Console tries to build with SSL when libssl-dev not installed
1133 - Modify setJobStatus so cancel has same priority as fatal errors
1134 - Fix Solaris compiler warning in signal.c
1135 - Change selection behavior in the director status screen.
1136 - Do not restore spliiter settings if the settings do not contain settings for 
1137   that splitter.
1138 - This is committing most of the patch received from Eric.
1139
1140 21Jul09
1141 - Merge branch 'bwebII'
1142 - use $conf, $tmp, $script, $rscript in accurate test
1143 - Fix Spanish files translated
1144
1145 20Jul09
1146 - es.po merged with bacula.pot 3.0.2
1147
1148 19Jul09
1149 - This is the change that may be used in the future to resolve the issue with 
1150   text input required during a console communication.
1151 - Final changes
1152 - Add es lingua
1153 - Fix Spanish build
1154 - Final changes
1155 - Add first cut bsys spec
1156 - update bweb INSTALL
1157 - update INSTALL
1158
1159 18Jul09
1160 - Add info on bweb + lighttpd
1161 - Fix bat command line input bug
1162 - Don't show the connection message after first connection is made
1163
1164 17Jul09
1165 - update copyright year
1166 - Optimize a bit the running job view
1167 - Fix bresto file relocation box
1168 - Update copyrights
1169 - Put back old status icon
1170 - Fix sql query for sqlite on suse10 on copy job
1171 - Fix Spanish files translated
1172
1173 16Jul09
1174 - Remove print and save menu
1175 - Simplify the main screen, removing the status dir console icon and the "go 
1176   back" one
1177 - fix spell
1178 - fix case problem in field name
1179 - update for status slots
1180 - Replace info_msg by send_msg in status_slots for bat
1181 - update ChangeLog for 3.0.2
1182 - document @help
1183 - Ignore TAGS
1184 - +x the test file
1185 - test with file instead of vtape
1186 - Add test for bug 1288
1187 - Add slot field in storage operations Update update volume page
1188 - Use BUILD_DIR in default conf
1189 - Fix #1323 about a problem when mounting a requested volume during a restore.
1190 - Use the read as primary color in bweb
1191 - Fix script for vtape tests
1192 - Fix graph_font parameter to work with graph module Avoid warning messages in 
1193   apache log with graph module
1194 - Update
1195 - update INSTALL file
1196 - update apache section in INSTALL file and try to choose better color for 
1197   graphs.
1198 - Fix Spanish files translated
1199
1200 15Jul09
1201 - Parameterize depkgs directory
1202 - Add back bootstrap to FD
1203 - Make CONF::init header and .c file agree about types
1204 - update
1205 - update cloud project
1206 - Force the client_encoding to SQL_ASCII when database is already using this 
1207   mode.
1208 - Fix #1335 about postgresql error message during copy session
1209 - Add documentation about new restore menu
1210 - remove non-essential directories
1211 - Fix Win64 build
1212 - Add more example SD Device configurations
1213
1214 14Jul09
1215 - Apply patch in bug #1315 by McMichaeli that fixes scripts/logwatch
1216 - Add more output when spooling and no space left
1217 - fix next-vol-test
1218 - Fix postgresql driver bug that displayed <NULL> rows from time to time.
1219 - Small fix on accurate code for new restore menu option
1220 - Change default save dir to sbindir in bacula-dir.conf
1221 - update project files for project 2
1222 - Should fix #1323
1223 - Implement project 2, about new restore menu
1224 - Update date
1225 - Remove some whitespace
1226 - Send bootstrap directly from DIR to SD
1227
1228 13Jul09
1229 - add -u to diff
1230 - revert changes
1231 - Update new features
1232 - Create build scripts for Win64 somewhat equilavent to the Win32 ones
1233
1234 10Jul09
1235 - Print correct JobId in bls, should fix #1331
1236 - Rebuild configure
1237 - Apply python detect patch from Bastian Friedrich <bastian.friedrich@collax.com>
1238 - Add --with-hostname to ./configure
1239
1240 09Jul09
1241 - More changes in es.po (37%)
1242 - add --with-hostname to ./configure
1243 - Changed ACL_OTHER into ACL_OTHER_OBJ as IRIX doesn't seem to have ACL_OTHER. 
1244   Fixes bug #1333
1245
1246 06Jul09
1247 - Remove non-portable reference to pthread mutex
1248 - Display command output by default
1249 - Add new Spanish files translated
1250
1251 05Jul09
1252 - Turn off bat debug code
1253 - Fix compilation bug
1254 - Small change to allow the compiler to optimize it easier due to the constant.
1255
1256 04Jul09
1257 - Add new Spanish files translated
1258
1259 03Jul09
1260 - Correct registered trademark notice
1261 - Should fix the first part #1323 about the restore option "List Jobs where a 
1262   given File is saved" wich display deleted files
1263
1264 02Jul09
1265 - Add estimate accurate doc
1266 - add accurate=yes/no test for estimate
1267 - Update help page with accurate=yes/no
1268 - Add estimate accurate=yes/no ebl Change the code to check jcr->accurate and 
1269   not jcr->job->accurate
1270 - Add estimate test
1271 - Make estimate command accurate compatible. Should fix #1318
1272 - Fix es concepts compile problem
1273 - Update for Spanish
1274 - Another fix for bug #1311 to get the correct last_full_time
1275 - Add new Spanish files translated
1276 - Update
1277 - Add base of Spanish manual
1278 - Add directory to Spanish docs; Spanish (es.po) 25% translated
1279
1280 01Jul09
1281 - Fix false zombie detection in next-vol-test
1282 - Add test with accurate mode (it shows the #1323 bug)
1283 - Fix bug #1317 Allow duplicate jobs = no does not work
1284 - Eliminate double job report when do_xxx_init() returns failure
1285 - Fix regress tests to handle new default job name
1286 - fix copy-volume-test
1287 - update Item 2
1288 - Add debug code to MaxDiffInterval
1289
1290 29Jun09
1291 - Change bacula-dir.conf default job name from Client1 to BackupClient1
1292 - Document #1318 about estimate and accurate mode
1293
1294 28Jun09
1295 - Add a column for job type to the jobs table
1296 - Fix missing case for NetBSD xattr restores.
1297
1298 27Jun09
1299 - Fix Win32 build -- turn off lockmgr and remove lockmgr defs
1300 - Added symbols required for win32 build
1301
1302 25Jun09
1303 - Modify xattr.c and acl.c not to fail the job on errors. This should fix bug 
1304   #1305.
1305
1306 23Jun09
1307 - Fix 2 rather big bugs in the xattr and acl code and fix a small memory leak 
1308   on a particular code path for Linux xattr/acl handling.
1309 - update newfeature with project 37
1310 - Update FileSetId when initializing job.
1311 - fix compilation problem
1312 - add a note about /sys/class/scsi_tape/nst0/default_compression, fix #1314
1313 - Add '*' when volume is online when displaying volume list in restore. Should 
1314   complete project 31.
1315
1316 21Jun09
1317 - remove bnet_fsend and use class call
1318 - Re-fix bug #1311 if MaxDiffInterval exceeded ensure job upgraded
1319
1320 20Jun09
1321 - Fix bat install for 3.x
1322
1323 19Jun09
1324 - Add a boolean to console class to allow for the warning popup, except in 
1325   cases where I want to prevent the popup. So far this is only for purging 
1326   jobs.
1327 - Correct a misspelling in a relatively trivial spot.
1328 - Add job type and first volume of the job to the 4th pane the version table. 
1329   This is so that when looking at what version to restore with copy jobs the 
1330   user can make a better decision as to which job to restore from
1331
1332 18Jun09
1333 - Back out previous maxdiff patch, which is broken
1334 - Add all Job Types to job_type_to_str() for bat
1335 - Commit maxdiff patch
1336 - Fix bug #1311 if MaxDiffInterval exceeded ensure job upgraded
1337
1338 17Jun09
1339 - Fix bug #1305 make errors obtaining acl during backup non-fatal
1340 - Commit btape fill patch
1341 - Fix bug #1309 inappropriate error message during btape fill command
1342 - Fix bug #1307 AllowHigherDuplicates=no prevents automatic job escalation
1343
1344 16Jun09
1345 - Update VirtualFull doc + BSys course dates
1346
1347 14Jun09
1348 - move 3.0.0 patches to 3.0.x dir
1349 - Add 3.0.x patches dir
1350 - Update with 2009 Vote
1351 - Forgot to add the images for the new button.
1352 - Add a previous page button to the button bar.
1353
1354 13Jun09
1355 - Add feature in pages to have a console command that does not set the console 
1356   current. Then also use that feature in joblist to purge or delete a job.
1357 - Add a stringlist and a foreach after populating to at least acknowledge to 
1358   the user that a new fileset. Bat would not show the fileset until the database 
1359   table had the fileset which was not until used.
1360
1361 12Jun09
1362 - Remove non-portable code referencing pthread_t fixes bug #1308.
1363 - Remove non-portable code referencing pthread_t
1364 - Create patch that may fix bug #1298 and bug #1304, which causes an SD crash 
1365   after canceling a job.
1366
1367 11Jun09
1368 - When looking at what got backed up from a windows differential, found a bug 
1369   where it would create many "Bases". This fixes it subtly.
1370
1371 09Jun09
1372 - Add checkbox widgets to filter out copy and migration jobs.
1373
1374 08Jun09
1375 - Attempt to get bat conf file installation to work with DESTDIR
1376 - Commit migrate patch for bug #1303
1377
1378 05Jun09
1379 - Improve error messages when a migration sql query is used and correct the 
1380   problem identified in bug #1303 with starting Job names containing spaces.
1381 - Fix #1306 when building static bconsole
1382
1383 04Jun09
1384 - Did not intend to leave those debugging lines there.
1385 - fix vtape test to work with the latest trunk
1386 - Reorder project file with poll result
1387
1388 03Jun09
1389 - update
1390
1391 01Jun09
1392 - Setting actions up like this I think is better. No restore from job or time 
1393   if more than one job selected.
1394 - Add columns for first media and volume count. Change some semantics of how 
1395   signals execute functions when a selection list is changed.
1396 - Prevent warnings from showing as dialog boxes that can interupt multiple 
1397   operations performed in a foreach.
1398
1399 31May09
1400 - Sort the lists after population so that drop downs are sorted.
1401
1402 30May09
1403 - A fix for mysql database sql syntax.
1404 - Add columns to the tree to show read/write time, scratch pool, recycle 
1405   count.
1406 - Somehow I was losing the refresh jobs action. This should keep it in.
1407
1408 29May09
1409 - untabify
1410 - Add ids on command.tpl to fix #1300
1411
1412 28May09
1413 - Correct incorrect placement of trap for m_firstpopulated.
1414 - There was an issue with empty directories. The director would print node xxx 
1415   has no children and bat would interpret that as a directory. This fixes it 
1416   but it may not be the best solution.
1417 - update
1418
1419 27May09
1420 - Make sure that vtape directory is created during -tape tests ebl change grep 
1421   -e to grep -E to make source-addr-test working as expected
1422 - Simplify mysql bresto part. Should be faster, but need tests
1423
1424 26May09
1425 - On vacation I am having a little fun !!
1426 - Add documentation for new directives DirSourceAddress and FDSourceAddress
1427 - Apply Steve Polyack patch to add DirSourceAddress and FDSourceAddress directives. 
1428   That permits to choose the outgoing interface.
1429 - make fileregexp-test working with git repository
1430
1431 25May09
1432 - Apply Marco's patch: mvw Allow acl and xattr to be explicitly enabled and 
1433   fail the configure if we are asked to enable acl or xattr support and the OS 
1434   doesn't support acls or xattrs.
1435 - Add more Spanish site modifications
1436
1437 24May09
1438 - Commit changes for Spanish site
1439
1440 23May09
1441 - Create Client record in database at startup -- makes bat work better
1442 - Disable scratchpool-pool-test because it hangs
1443 - Rework printed message when files are purged on restore
1444 - Turn off useless End of file message during restore.
1445 - When doing a tree selection restore, look at the PurgedFiles column in the 
1446   first JobId, and if non-zero, the Job was purged, so do not do selection
1447 - Yet another try to get qmake to install bat correctly
1448
1449 21May09
1450 - Add Catalog = all to the default Messages resource
1451
1452 20May09
1453 - Add Spanish directory
1454 - Fix race in director job start which was allowing the number of concurrent 
1455   jobs to exceed the maximum
1456
1457 19May09
1458 - Comment out broken fake-autochanger change
1459 - Speed up media list generation when using "compute with directories" option
1460 - fix dates
1461 - update
1462 - Fix #1029 about resolution address order. Thanks to David.
1463 - Add patch for #1029
1464 - During jcr destruction hold jcr_chaing lock only for minimum time necessary. 
1465   This should fix the SD deadlock in bug #1287.
1466 - Simplify messages printed by SD when reserve fails. This should fix bug 
1467   #1285
1468 - Add sleep in vtape changer to simulate real hardware
1469
1470 17May09
1471 - speed up mysql to compute restore table ebl speed up mysql when computing 
1472   media list ebl fix media list display ebl fix bresto problem with drag&drop
1473
1474 16May09
1475 - Fix libxml dependency for rh7 per Pasi Kärkkäinen <pasik@iki.fi>.
1476 - Create archivedir
1477
1478 15May09
1479 - Back out unwanted change. Should fix problem reported by Yuri
1480 - add index on temporary table to speed up mysql part during restore
1481 - Fix display of / on bfileview
1482 - Yet another attempt to get qmake to generate valid Makefiles that installs 
1483   the binaries. It seems to require the binary to exist at qmake time
1484 - Apply fix to sql_cmds.c suggested by Ulrich Leodolter <ulrich.leodolter at 
1485   obvsg.at> which prevents restore by file selection from using Copy jobs.
1486 - fix drag&drop
1487
1488 14May09
1489 - Add new nagios_plugin_check_bacula.tgz from Masopust, Christian <christian.masopust 
1490   at siemens.com>
1491 - Reduce bconsole help to fit in 80 columns kes Add bconsole @help command kes 
1492   Fix Show FileSet command to handle spaces
1493 - Allow specification of base daemon resource name. --with-basename=<name>
1494 - Fix bat to automatically use installed bat.conf
1495 - bat not installed even if configured. Fix by working around apparent bug in 
1496   qmake
1497
1498 13May09
1499 - update
1500 - Turn on lockmanager when using DEVELOPER flag
1501
1502 10May09
1503 - note that vtape is not ready for production
1504 - remove unused file
1505 - More scripting stuff
1506
1507 09May09
1508 - More scripting parameterization
1509 - More parameterization of scripts
1510 - First cut parameterize better regression tests
1511
1512 07May09
1513 - fix mysql problem with the restore query
1514 - rename JobHistory to JobHisto
1515
1516 06May09
1517 - update os table
1518 - ebl update german version
1519 - update supported os table
1520 - change the ugly grey background on symbole and images to white
1521 - small fix
1522
1523 05May09
1524 - ebl Make working the "compute with directories" option --This line, and those 
1525   below, will be ignored--
1526
1527 04May09
1528 - Updates
1529 - add screenshots
1530 - Add screenshot and update french main page
1531 - add screenshots
1532 - update
1533 - Add new images
1534 - Fix ldconfig problem in client only build.
1535 - don't display copies like in bconsole
1536 - Added extra logging to determine the exchange server in use
1537
1538 03May09
1539 - Fixes for client build.
1540 - Update main page
1541 - Update
1542 - update
1543 - Only define winapi's for 32 bit build. Already defined for 64 bit apparently...
1544 - Change GetComputerName to GetComputerNameEx so that in a cluster we get the 
1545   name of the vserver instead of the local machine. Added prototypes for 
1546   GetComputerNameEx which appear to be missing.
1547
1548 02May09
1549 - 3.0.1
1550 - Don't run backup at same time as restore to avoid deadlock in concurrent 
1551   test
1552
1553 01May09
1554 - update
1555 - Update documentation
1556
1557 30Apr09
1558 - Ran into a problem deleting a volume. This fixes it.
1559 - Update News
1560 - Fix purged restore prompting
1561 - Final changes
1562
1563 29Apr09
1564 - update
1565 - Add bypool option
1566 - add bypool option
1567 - Fix error message
1568 - Fix bug #1282 Setting job.Priority in python crashes director by checking if 
1569   string addr is NULL. Not tested.
1570 - Fix bug #1281 allow all on restore command line to restore pruned JobIds 
1571   without prompting.
1572 - Add vectorized bat image
1573
1574 28Apr09
1575 - Check for job_canceled() in fd_plugin code
1576 - Update Win32/64 table creation to have new DB version 11 format
1577 - Remove illegal Options in Exclude of default Win32/64 bacula-dir.conf
1578 - This is the fix to http://bugs.bacula.org/view.php?id=1276. The select class 
1579   was just not working with the new requirements of setting and clearing the 
1580   notify.
1581
1582 27Apr09
1583 - Fix bug #1274 where a migration job can be canceled like the original job by 
1584   the MaxRunTime directive.
1585 - Added fix for bug #1275 where acl or xattr data is saved for virtual filenames 
1586   generated by filed plugins.
1587
1588 26Apr09
1589 - Set slot max to 60
1590 - Permits to eject Used tape
1591 - update ScriptAlias
1592 - Remove Reposition info message
1593 - Fix platform scripts not to clean configured files during 'make clean' use 
1594   'make distclean' to clean everything.
1595
1596 25Apr09
1597 - Add build tag for distribution name.
1598
1599 21Apr09
1600 - Fix copyright + trademark name
1601 - add doc for new VerId option
1602
1603 20Apr09
1604 - Fix suggested in bug 1273
1605
1606 16Apr09
1607 - Add additional mysql connection debug code
1608 - Fix bug #1246 Sometimes access denied with VSS enabled. UCS conversion cache 
1609   was not properly flushed at the end of a Job
1610
1611 15Apr09
1612 - Update
1613 - add missing BACULA define
1614
1615 14Apr09
1616 - update
1617 - Fix bug #1268 Full Max Run Time cancels jobs (when Max Run Time = 0).
1618 - Ignore scripts/bacula-dir.conf.maxruntime
1619 - revert pool changes and correct the problem
1620
1621 13Apr09
1622 - Add new maxruntime test -- not yet working
1623 - more fixes about pool=defaults
1624 - more fixes
1625 - fix more pool problem
1626 - fix pool problem
1627
1628 12Apr09
1629 - specify pool in label process to avoid problem
1630 - use scripts/bacula-dir.conf instead of bin/bacula-dir.conf
1631 - Add debug message when checking database encoding
1632 - Test postgresql encoding at the start of the test
1633
1634 11Apr09
1635 - Modify insertion of read Volumes in SD to be done before the drive reservation. 
1636   This ensures that a Volume to be read will not be reserved for writing.
1637 - Clean old patchnotes
1638 - Turn developer back on
1639
1640 13Oct09
1641 Release Version 3.0.3:
1642 16Jul09
1643 Release Version 3.0.2:
1644 29Apr09
1645 Release Version 3.0.1:
1646 05Apr09
1647 Release Version 3.0.0:
1648 28Dec08
1649 Release Version 2.4.4
1650 27Oct08
1651 Release Version 2.4.3
1652 26Jul08
1653 Release Version 2.4.2
1654 07Jul08
1655 Release Version 2.4.1
1656 04Jun08
1657 Release Version 2.4.0
1658 25Jan08
1659 Release Version 2.2.8
1660