]> git.sur5r.net Git - bacula/bacula/blob - bacula/ChangeLog
Update release date, ChangeLog and ReleaseNotes
[bacula/bacula] / bacula / ChangeLog
1               Changelog on version 9.0.0
2
3
4
5 02Jul17
6  - Skip verify-data-test if not running Linux
7  - Skip lzo-test if lzo not in Bacula
8  - Remove double define HAVE_LZO in config.h
9
10 01Jul17
11  - Add documentation on baculabackupreport to delete_catalog_backup.in
12  - Install baculabackupreport and ignore script without .in
13  - Recompile configure.in
14  - Add Bill's baculabackupreport script
15
16 30Jun17
17  - Update po files
18
19 29Jun17
20  - Fix error in FreeBSD during maxtime-test
21
22 27Jun17
23  - Fix #2853 About character substitution for "virtual full" job level in 
24   RunAfterJob
25
26 26Jun17
27  - Attempt to fix timing problem with console-dotcmd-test on FreeBSD
28  - Ensure we have a DIR connection in dequeue_messages
29
30 25Jun17
31  - Add more debug to regress for FreeBSD failures
32
33 23Jun17
34  - Fix #2940 Allow specific Director job code in WriteBootstrap directive
35
36 21Jun17
37  - Fix pragma pack to allow lz4.c work on Solaris and other machines
38
39 19Jun17
40  - baculum: Fix working logout button
41  - A more correct fix for lz4.c on Solaris 10
42
43 18Jun17
44  - Remove use of #pragma pack in lib/lz4.c for Solaris 10
45  - Recompile configure from configure.in
46  - Detect Solaris 10
47
48
49 17Jun17
50  - Fix bug #2289 version 7.9 not compatible with old FDs -- comm compression
51
52 10Jun17
53  - Make getmsg.c compatible with old FDs
54
55 09Jun17
56  - Use one MAX_BLOCK_SIZE and set to 20M
57
58 08Jun17
59  - rpm: Add Fedora 25 build platform
60
61 07Jun17
62  - Remove vestiges of crc32_bad -- fixes Solaris build
63  - Fix #2890 about segfault in .status command on Redhat 5 32bit
64  - Add missing semi-colon in bsys.c
65
66 06Jun17
67  - baculum: Fix incorrect table name error during restore start
68
69 30May17
70  - Display the correct address in lockdump for db_lock()
71
72 05Jun17
73  - Fix getmsg to handle additional forms of Progress messages
74
75 04Jun17
76  - baculum: Fix double assets and runtime symbolic links in baculum-web deb 
77   package
78
79 03Jun17
80  - baculum: Fix missing php-xml dependency in deb metafile
81  - baculum: Improve errors handling in API restore pages
82
83 29May17
84  - rpm: Remove libbacsd.la for both Red Hat and Suse
85  - rpm: Add missing libs bbconsjson, bdirjson and bsdjson
86  - rpm: Fix libstdc++ version in BAT spec file
87
88 28May17
89  - Fix some problems noted by clang
90  - baculum: Reorganize run job code
91  - baculum: Reorganize estimate job code
92  - baculum: Make get method definition not obligatory
93  - Make file-span-vol-test portable
94  - Attempt to fix deadlock in FreeBSD maxtime-test
95
96 27May17
97  - Do not produce error if MySQL database exists in create_mysql_database
98
99 26May17
100  - rpm: Add missing tapealert script
101  - rpm: Add missing libbacsd
102  - rpm: Remove dvd-handler script
103
104 24May17
105  - Fix bvfs queries
106  - Use FileId in place of Filename
107  - Revert "Put FilenameId in .bvfs_lsfiles output"
108  - Put FilenameId in .bvfs_lsfiles output
109  - Add more debug in src/cats/bvfs.c
110  - Fix bvfs_lsdirs and bvfs_lsfiles
111  - baculum: Add Japanese language support in deb and rpm packages
112  - Add DirectoryACL directive
113  - baculum: New Baculum API and Baculum Web
114  - Add forking info to LICENSE and LICENSE-FAQ
115  - Minor improvement to error message
116  - Fix race in steal_device_lock shown in truncate-concurrent-test
117  - Apply Marcin's fix for 6th week of the month
118  - Add new truncate test
119  - Retab Makefile.in in platforms/systemd.in
120  - Fix compiler warning
121  - Add FD backwards compatibility
122  - Fix regression minor scripting problems
123  - Fix #2807 about an issue with the show command when using incorrectly JobToVerify 
124    directive
125  - Fix #2806 about the director service started before the database with systemd
126  - Update Dart control files
127  - Massive (70,000+ lines) backport of code from Bacula Enterprise 8.8.
128    See next line ...
129  - Adapt update_bacula_tables scripts for catalog version 15
130  - Allow to use Base directive in a JobDefs
131  - Add more debug to the bpipe plugin
132  - Enhance error message when packets are too big
133  - Add '.storage unique' bconsole command
134  - Allow to use ".jobs type=!B" to display specific job type
135  - Add lockdump storage daemon information
136
137  - Fix #2698 Display loaded driver list in status storage output
138  - Fix autochanger unload message that contains sometime an incorrect volume name
139  - Fix issue with open_bpipe() function that may flush stdio buffer if the 
140    command is incorrect
141  - Fix unload tape messages to print correct volume + improve output format
142  - Fix unload/re-load same volume
143  - Fix DIR get unexpected "Connection reset by peer" for FD
144  - Fix #2548 about SQL connection leak with RunScript::Console commands
145  - Fix #2588 about segfault in bdirjson with JobDefs/Base directive
146  - Fix #2593 about incomplete jobs incorrectly rescheduled
147  - Fix #2629 about pool argument not listed in the "help cloud" output
148  - Fix #2632 about VolType not set correctly for Cloud volumes after a label problem
149  - Fix #2640 about a reference to the source directory in query.sql file
150  - Fix bug #2271 where poll interval causes tape mount message to repeat
151  - Fix segfault in bdirjson with incorrect configuration files
152
153 Bugs fixed/closed since last release:
154 2271 2548 2563 2567 2588 2593 2602 2624 2625 2627 2629 2632 2638 2640 2646
155 2698 2520 2559 2561 2582 2806 2807 2890 2289 2890 2853 2940
156
157
158 ==============================================================
159
160 Release Version 7.4.7
161
162 15Mar17
163  - Permit specifying query item number on bconsole query command line
164  - Fix Solaris 10 problems reported by Phil Stracchino
165  - Fix EPROTO on OpenBSD
166
167 ==========================================================================
168
169 Release Version 7.4.6
170
171 10Mar17
172  - Fix bug #2271 where poll interval causes tape mount message to repeat
173  - Attempt to fix IPV6 not configured
174
175 09Mar17
176  - Possible fix for acl seg fault on OpenBSD where no acl code defined
177  - Change release digest from SHA1 to SHA256
178
179 14Feb17
180  - Fix getnameinfo() for FreeBSD fixes bug #2083
181
182 Bugs fixed/closed since last release:
183 2083 2271
184
185 ==========================================================================
186
187 Release version 7.4.5
188
189 07Feb17
190  - Correct wrong word in message
191
192 28Jan17
193  - Remove restriction on using the scratch pool that can cause restore failures
194  - Remove debug code that breaks btape fill
195
196 25Dec16
197  - Initialize freespace_mutex fixes bug 2207
198
199 11Dec16
200  - baculum: Update AUTHORS file
201
202 08Dec16
203  - baculum: Enable Japanese language on web interface
204  - baculum: Implement Japanese language support
205
206 19Nov16
207  - XACL - refactoring an ACL and XATTR codes.
208  - Revert "Warn of Storage Daemon version incompatibility if label fails. Bug 
209   #2193"
210
211 02Oct16
212  - Make another attempt to resolve bug #2176
213  - Warn of Storage Daemon version incompatibility if label fails. Bug #2193
214  - Apply patch to list more pool info from bug #2202
215
216 21Sep16
217  - Fix status alignment output reported by Wanderlei Huttel
218
219 ==========================================================================
220
221 Release version 7.4.4 
222
223 20Sep16
224  - Fix broken backport commit
225
226 12Sep16
227  - Fix #2085 About director segfault in cram-md5 function
228  - Attempt to fix bug #2237
229
230 11Sep16
231  - Recompile configure.in
232  - Fix systemd installation
233  - If using readline reset terminal at bconsole exit
234
235 08Sep16
236  - Fix compilation without SMARTALLOC
237
238 02Sep16
239  - Fix #2060 about SQL false error message with "update volume fromallpools" 
240   command
241
242 29Aug16
243  - Fix spurious MD5 update errors when nothing changed should fix bug #2237 and 
244   others
245
246 23Aug16
247  - Fix small memory leak with the restart command
248
249 14Aug16
250  - baculum: Update language files
251
252 11Aug16
253  - Fix #335 Avoid backups going to the scratch pool
254
255 08Aug16
256  - systemd: Give 3mins to the bacula-sd service to stop and close the dde
257
258 31Jul16
259  - Minor modifications to Ubuntu packaging
260
261 22Jul16
262  - Check if the ScratchPool points to the current Pool and print a warning 
263   message in such case
264
265 21Jul16
266  - Fix #1968 print the ScratchPool name instead of just 'Scratch'
267
268 20Jul16
269  - Display PrefixLinks in "show job" output
270  - Add explicit LL to big integers to appease older compilers
271
272 18Jul16
273  - Enable the plugin directory for the FileDaemon by default
274  - Allow multiple mailcommand+operatorcommand in Messages. Fixes bug #2222
275
276 14Jul16
277  - Handle NULL pointers in smartdump() and asciidump()
278
279 12Jul16
280  - Modify status to include Admin and Restore in Level field -- clearer
281
282 11Jul16
283  - Ensure that zero JobMedias are written for labelling
284
285 07Jul16
286  - Fix error message about the stream 26 (PLUGIN_NAME) in bextract
287
288 Bugs fixed/closed since last release:
289 1968 2060 2085 2222 2237 335
290
291
292 ====================================================================
293
294 Release version 7.4.3
295
296 17Jul16
297  - Add shortcut to RunScript console commands. Submitted by Wanderlei Huttel. 
298    Fixes bug #2224
299  - Fail when multiple mailcommand and other strings are specified in .conf. Fixes 
300    bug #2222
301  - Add support for terabytes in sizes. Submitted by Wanderlei Huttel. Fixes bug 
302    #2223
303  - Add error message for truncate command when actiononpurge not set. Fixes bug 
304    #2221
305 14Jul16
306  - Fix optimization error with GCC 6.1
307  - Fix compilation warnings with GCC 6.1
308 13Jul16
309  - Explicitly create MySQL user in grant_mysql_privileges.in
310
311 Bugs fixed/closed since last release:
312 2221 2222 2223 2224
313
314 =====================================================================
315
316 Release version 7.4.2
317
318 06Jul16
319  - Fix #1926 about wrong duplicate job detection with Copy/Migration and Backup 
320   jobs
321
322 03Jul16
323  - Recompile configure after db.m4 change
324  - Fix batch insert for MySQL 5.7
325
326 02Jul16
327  - Fix zero level debug output -- now at 100
328
329 29Jun16
330  - Fix #766 about Job logs displayed with unneeded linefeed
331
332 27Jun16
333  - Fix #1902 about a segfault with the "cancel inactive" command
334
335 14Jun16
336  - Fix bug where MySQL 5.7 is improperly linked on Ubuntu 16.04
337
338 Bugs fixed/closed since last release:
339 1902 1926 766
340
341
342 ==============================================
343
344 Release version 7.4.1
345
346 31May16
347  - Fix bug #1849 MySQL does not accept 0 for DATETIME default
348
349 12May16
350  - Modify the alist object to be reused after a destroy()
351
352 24Apr16
353  - baculum: Fix setting invalid timezone value for PHP
354
355 18Apr16
356  - Fix compilation for AIX
357
358 07Apr16
359  - Fix the restore termination string in the job report to take in account 
360   JobErrors and SDErrors
361
362 12Mar16
363  - baculum: Show jobs for client
364
365 04Mar16
366  - Fix bconsole "llist job=<xxxx>" output
367
368 01Mar16
369  - Fix #146 about update volume command line usage
370
371 29Feb16
372  - bat: Fix #1066 about bad update pool command
373  - Fix #1653 about make_catalog_backup default user name
374
375 28Feb16
376  - baculum: Show jobs stored on volume
377
378 15Feb16
379  - Fix update Volume=x Slot=nn when Slot > MaxVols
380  - Set exit code for create_postgresql_database.in
381
382 09Feb16
383  - Fix bug #2197 -- build failure with --disable-libtool
384  - Fix bug #2204 -- superfluous END-OF-DATA in update_mysql_tables.in
385
386 02Feb16
387  - Convert a Migration job with errors into a Copy job
388
389 31Jan16
390  - Remove exporting add_mtab_item -- fixes bug #2198
391
392 23Jan16
393  - Fix possible problem of show multiple resources
394
395 18Jan16
396  - Comment out tools/smtp-orig.c as it is for reference only
397
398 Bugs fixed/closed since last release:
399 1066 146 1653 1849 2197 2198 2204
400
401 =================
402
403 Release Version 7.4.0
404
405 14Jan16
406  - Put back missing line in copyright
407  - Update date
408  - Implement MaxVirtualFullInterval
409  - Update AUTHORS
410
411 13Jan16
412  - Ensure relabel has latest vol info may fix bug #1412
413  - Update AUTHORS
414
415 12Jan16
416  - Change license as per agreement with FSFE
417  - Apply Carsten's patch that fixes bug #2192 builds on kfreebsd
418  - Update AUTHORS file
419  - Add some additional tape slot debug code
420
421 11Jan16
422  - baculum: Add Wanderlei Huttel to AUTHORS
423  - baculum: Enable Portuguese language on web interface
424  - baculum: Implement Portuguese language support
425  - baculum: Assign Baculum copyright to Kern Sibbald
426  - Add more debug to recycle-test
427  - More debug info when aborting
428
429 10Jan16
430  - baculum: Fix sorting in restore by group most recent backups
431  - Change copyright as per agreement with FSFE
432  - Update po files
433  - Change copyright as per agreement with FSFE
434
435 09Jan16
436  - baculum: Fix restore group most recent backups for MySQL
437
438 06Jan16
439  - Fix FD DisableCommands
440
441 05Jan16
442  - baculum: Fix to change user password
443
444 04Jan16
445  - Add ExpiresIn field in list and llist media output
446  - Fix #1548 about Solaris SIGBUS with accurate mode backup
447
448 02Jan16
449  - Change copyright as per agreement with FSFE + update copyright year
450  - Finish revert of patch
451  - Revert commit 1157f172ea1c3b3
452  - Update year to 2016
453  - Backport some Enterprise code to sql_list.c
454
455 01Jan16
456  - Change copyright as per agreement with FSFE
457  - Add info message of #jobs consolidated in Virtual Full
458  - baculum: Unify user validation
459  - baculum: Fix showing bconsole test result in configuration wizard
460  - baculum: Fix auto-login after finishing wizard
461  - baculum: Check if auth data exists before log in try
462  - Add HasBase+Comment to llist Jobs
463  - Fix a few debug outputs that should be unsigned
464
465 31Dec15
466  - baculum: Add php-xml to requirements
467  - Fix seg fault in btape fixes bug #2180
468  - Fix slight error in autoprune -- should fix bug #2151
469  - Change copyright as per agreement with FSFE
470  - baculum: Add first unit tests
471
472 30Dec15
473  - Fix #1545 about fix in manual_prune.pl script with large number of volumes
474  - Fix false status output. Fixes bug #2103
475  - Integrate patch into latest version, which fixes bug #1882
476  - Fix bug #2090 correct detection of GCC
477  - baculum: Add support for terminated with warnings job status
478  - baculum: Hide users input on ESC key press
479  - baculum: Fix logout action on Apache web server
480  - baculum: Implement users management from web interface
481  - baculum: Prevent opening new sessions for each request
482
483 27Dec15
484  - Fix CLANG warning messages -- fixes bug #2090
485  - Add new chio-changer-freebase from bug #2115
486  - Applied modified patch from bug#2117 to fix bpipe end of stream
487  - Apply patch from bug #2165 to fix the update sqlite3 script
488  - baculum: Rework access by restricted consoles
489
490 26Dec15
491  - Fix update MD5 failure bug reported by Peter Keller
492
493 25Dec15
494  - baculum: Add dashboard panel
495
496 23Dec15
497  - Patch to add MySQL ssl access
498
499 21Dec15
500  - Change copyright as per agreement with FSFE
501
502 20Dec15
503  - Manually apply patch in bug #2156 to allow building on KFreeBSD
504  - Fix bug #2153 with patch submitted by Ana Arruda
505  - Prevent possible seg fault
506  - Fix possible seg fault if debug mode set
507  - baculum: Close console on press ESC key
508  - Change copyright as per agreement with FSFE
509  - baculum: Switch to started job status just after job start
510
511 19Dec15
512  - baculum: Add possibility to open configuration windows from URL
513  - Fix restore when storage specified on command line
514  - baculum: Add jobbytes and media type to volumes list
515  - Set jcr in heartbeat thread of FD
516  - Remove not yet implemented from UA Verify Volume Data message
517
518 18Dec15
519  - Fix restore of Windows streams to non-Windows machines
520  - Add new verify data test
521  - Implement level=Data to the Verify job
522  - baculum: Fix requirements path
523
524 16Dec15
525  - Fix #1524 about bextract trace file location
526  - Partial modification of copyrights as per agreement with FSFE
527  - Fix truncate bug free_volume problem
528
529 14Dec15
530  - baculum: Fix showing table header
531  - baculum: Search field works with all table cells
532
533 13Dec15
534  - baculum: Do not refresh window lists if toolbar is open or elements are 
535   checked
536  - baculum: Remember sort order for data grids
537  - baculum: Add example Nginx config
538  - baculum: Fix working with php-fpm
539  - baculum: Fix sorting formatted values in tables
540  - baculum: Improve size formatter precision
541  - baculum: Fix jobs count in job list
542  - baculum: Show jobid in job configuration window
543  - baculum: Add jobbytes and jobfiles columns in job list
544
545 12Dec15
546  - baculum: Get system timezone for PHP if possible
547  - baculum: Fix restore when a lot of jobids given
548  - baculum: Remove temporary Bvfs table when restore starts
549  - baculum: Show copy job label in job list
550  - baculum: Set default job attributes (level, client, fileset, pool, storage, 
551   priority) in Run job panel
552  - baculum: Get job show result by job name or jobid
553
554 11Dec15
555  - baculum: Set half size window as default window size
556  - baculum: Not remember controls state in jobs window
557  - baculum: Add session cache
558  - Fix truncate race bug #1382
559  - Fix some low level messages to display correctly
560
561 28Nov15
562  - baculum: Remove deprecated message in initial wizard
563  - baculum: Update SELinux policy module
564  - baculum: Fix update pool action when no volumes in pool
565  - baculum: Split configuration windows into two tabs: actions and console
566  - baculum: Change default elements limit to 500 elements
567  - baculum: Add drive parameter to bconsole release command execution
568  - baculum: Switch interface from performance mode to normal mode due to no 
569   cache checking in performance mode
570
571 27Nov15
572  - Fix #1470 Fix setdebug command when all components are selected
573  - baculum: Set default elements limit in window to 1000 elements
574
575 25Nov15
576  - baculum: Fix expectation failed error during restore
577  - baculum: Switch to debug mode only when debug is enabled in config
578  - baculum: Switch interface to performance mode
579  - baculum: Add JSMin from framework for complete switch interface to performance 
580   mode
581  - baculum: Add Ulrich Leodolter to AUTHORS
582  - baculum: Fix end-of-file warning in bconsole calls. Patch from Ulrich Leodolter
583
584 22Nov15
585  - baculum: Fix remove users file during upgrade deb packages
586
587 21Nov15
588  - Add new JOB_DBR field
589  - #ifdef out bpluginfo since it does not compile
590
591 20Nov15
592  - Fix #1449 about a FileDaemon segfault with the fstype option
593
594 17Nov15
595  - Remove vestiges of rechdr_queue hopefully fixes bug #2180
596  - Apply bconsole manpage patch from bug #2182
597  - Apply ppc64el configure detection patch from bug #2183
598
599 12Nov15
600  - Fix #1414 When the FD is down, status dir now prints "is waiting for Client 
601   xx-fd"
602
603 11Nov15
604  - Ensure that JOB_DBR is properly initialized before a db_list_job_records()
605
606 10Nov15
607  - Implement new options in list command
608  - Add @tall command to log both input/output in a log file
609
610 31Oct15
611  - Fix #1360 about bextract -t not documented in the man page
612
613 30Oct15
614  - Update spec file for latest OSX versions
615  - Fix compilation on MacOS
616
617 28Oct15
618  - fix syntax error
619
620 27Oct15
621  - Improve Jmsg in response(), display SIGNAL number when appropriate
622  - Avoid segfault in dump_block() when the block_len is invalid
623
624 23Oct15
625  - Fix #1368 about xattr error not displayed correctly at restore time
626
627 22Oct15
628  - If we swapped a Volume, clear in_use bit on Volume
629
630 19Oct15
631  - Fix #1362 about libgcc dependency in sles12 bat package
632  - Remove installation of manpage for bplugininfo
633  - Fix bug 2171 cannot build tray-monitor
634
635 18Oct15
636  - Enhance bvfs performance .bvfs_update for MySQL
637  - Do some sanity checks on user inputs
638  - Enhance bvfs performance .bvfs_update for MySQL
639  - Enhance bvfs performance .bvfs_update for MySQL
640  - Recompile configure.in
641  - Fix bug 2173 QT tray monitor can not be built due to missing files in configure
642
643 16Oct15
644  - dedup fix bextract bug
645
646 15Oct15
647  - Move plugin_free() in free_jcr()
648  - Fix bug #2083 -- Fix sockaddr_to_ascii for FreeBSD
649
650 10Oct15
651  - Fix fadvise bug found by Robert Heinzmann
652
653 22Sep15
654  - Fix compilation without zlib and lzo
655  - Fix compilation error with new fstype_cmp() function
656  - Fix compilation problem with AFS
657
658 19Sep15
659  - Fix compilation on Solaris/FreeBSD
660
661 18Sep15
662  - Fix segfault in open_bpipe() when the program is empty
663
664 17Sep15
665  - Modify find_next_volume_for_append() to not send the same volume twice
666
667 15Sep15
668  - Avoid <NULL> string displayed in restore menu
669  - Do not update state file after a bacula-xxx -t
670
671 10Sep15
672  - Fix #804 about misleading message with the purge command
673  - Fix automount feature after a label command
674
675 20Aug15
676  - rpms: Add Fedora22 and Systemd support for redhat rpms
677
678 19Aug15
679  - Add missing required packages versions
680
681 18Aug15
682  - Reinsert tabs in systemd Makefile.in
683
684 17Aug15
685  - Remove old DVD.conf in examples
686
687 16Aug15
688  - baculum: Fix default values in Makefile
689  - baculum: Split deb result package into baculum, baculum-lighttpd and baculum-apache2 
690   packages
691  - baculum: Provide LICENSE-FOSS file content in Baculum deb packages (copyright 
692   file)
693  - baculum: Add deb template files and deb configs examples
694  - baculum: Change Makefile to using also for deb packages template
695
696 11Aug15
697  - Use Client Catalog resource in get_catalog_resource() if "client" is specified 
698   in command line
699
700 07Jul15
701  - Fix #1131 about Job::Next Pool resource precedence over the Pool::Next pool 
702   directive
703
704 11Feb15
705  - Fix #898 truncate volumes larger than 200 bytes
706
707 Bugs fixed/closed since last release:
708 1131 1360 1362 1368 1382 1412 1414 1449 1470 1524 1545 1548 1882 2083 2090
709 2103 2115 2117 2151 2153 2156 2165 2180 2182 2183 2192 804 898
710
711 ==========================================================
712
713 Release Version 7.2.0
714
715 12Aug15
716  - Put back missing close_msg(NULL) to flush daemon messages at job end
717  - Add LICENSE-FOSS and update LICENSE for baculum
718  - Backport from Bacula Enterprise
719
720 29Jul15
721  - Put back old pruning
722  - Fix max vol size test accidently deleted
723  - Remove gigaslam and grow on uninstall -- from bug report
724  - Revert to Branch-8.3 fd_snapshot.c
725  - Pull more recent changes from Branch-8.2
726  - Fix bvfs_lsdir pattern parameter setting
727  - Remove CheckList nolonger used
728  - Revert "Use db_lock()/unlock() around JobMedia creation transaction"
729  - Fix #1099 about director crash with rescheduled jobs
730  - Fix #1209 about bat segfault when clicking on Media
731  - Qmsg(M_FATAL) set jcr->JobStatus to JS_FatalError immediately
732  - snapshot: Abort the job by default if a snapshot creation fails
733  - Revert to old SD-FD close session protocol
734  - Remove drive reservation if no Jobs running
735  - Remove filename patch
736  - snapshot: Try to detect LVM when the filesystem is ext3 or XFS
737  - Fix bad debug message in mac_sql.c
738  - Fix restore-multi-session test by incrementing found files only on next 
739    file
740  - Add -T description in man pages
741  - Correct incorrect Fatal error message text in bsock
742  - mysql: Add support for multiple instances binary backup in the same fileset
743  - Fix compilation with new debug hook
744  - mysql: Avoid warning with abort_on_job plugin option
745  - Fix compilation after patch "prune volume yes"
746  - Do not print message about retention when using "prune volume yes" command
747  - Fix #536 about Copy/Migration/VF that should not use Client "Maximum Concurrent 
748    Jobs"
749  - Fix potential segfault with unused ConfigFile objects
750  - Fix #1108 Enhance setdebug help command and console completion
751  - Add more JCR variables in lockdump procedure
752  - Fix error in update_postgresql_tables.in caused by bad search and replace
753  - Fix #1127 about the repositioning enhancement during restore
754  - Correct try_reposition() return code after a seek()
755  - Add position information in the block structure
756  - Fix a number of acl and xattr bugs + give more understandable variable 
757    names
758  - Make btraceback.dbx and .gdb use new sql engine name
759  - Revert most of patch ef57e6c4 and replace with old cats code
760  - Revert useless parts of patch 08d8e2d29
761  - Revert patch d7f71d2c94a and rewrite it using simpler public domain example
762  - Fix batch mode detection for SQLite3
763  - Revert d9aa76fa and simplify
764  - Revert patch 30388e447fa3 + fix bug #1948
765  - Use a more appropriate name for the acl context
766  - Use class pointer rather than jcr in src/lib/jcr.c
767  - Revert patch f294b276
768  - Change B_DB to BDB to correspond to naming convention
769  - Add -T option in bacula-sd to use trace file
770  - Force use of newer TLS protocols
771  - Avoid problem with db_get_job_record() when SchedTime or RealEndTime is 
772    NULL
773  - Update our regexec() to support NULL argument
774  - Add function to copy a file in bsys.c
775  - Fix bug 2141 fork before TLS initialization
776  - Update LICENSE-FOSS
777  - Change license on src/lib/crc32.c as agreed with the author, Joakim Tjernlund
778  - Update po
779  - More license updates
780  - Fix compilation
781  - Add read_control command between Plugin/FD and Storage Daemon
782  - Add .bvfs_get_jobs and .bvfs_get_bootstrap functions
783  - Fix compilation for Solaris9
784  - Fix Makefile.in tabs
785  - Update Windows .def files
786  - More copyright notices
787  - Fix Windows plugin licenses
788  - Change license copyright for updatedb and qt-console/tray-monitor
789  - Change copyright for logwatch
790  - Update more copyrights
791  - Update copyrights in pebuilder
792  - Update plugin licenses
793  - Add copyrights + license to platforms
794  - Update copyrights in po
795  - More license clarifications
796  - One more copyright in src/cats
797  - Update src/cats .in file copyrights
798  - Compute Job "Compression Ratio" using SDJobBytes instead of JobBytes
799  - Get correct attributions for bsmtp.c
800  - Switch from LGPLv3 for scripts to BSD 2-Clause
801  - Fix segfault on dot commands used in RunScript::Console directive
802  - Fix patch c0f0e6c01c7 to optimize retries only for autochangers
803  - Fix #876 about SD reads too far with complex bootstrap
804  - Correct unmount test in dev.c
805  - Add debug JobId in next-vol-test script
806  - Fix patch c59e5da29 to not orphan buffers
807  - Fix bad implementation of enable/disable job,client,schedules + implement 
808    enable/disable storage devices
809  - Implement enable/disable schedule and client
810  - Optimize Volume protocol when Volume not InChanger
811  - Do not trash existing record during label of new volume
812  - During accurate restore unstrip as soon as possible
813  - Better handline of no storage device found
814  - Fix #1075 The replace=never flag was not properly handled when combined with 
815    database= option in mysql/postgresql plugin
816  - display timestamp in X_msg() in one single pass to avoid double flush()
817  - Update copyrights in scripts directory
818  - Fix bug #1083 RT14512
819  - configure.in: new HAVE_FCNTL_LOCK detect fcntl() locking capability
820  - Fix #1008 about status storage that displays "Writing" and "Reading" information 
821    for the same DCR
822  - Add new %E job code to use non fatal job errors in scripts
823  - Revert to old htable, but add 64 bit hash
824  - Fix possible race condition in smartalloc
825  - Refactor + optimize fstype.c + revert mntent_cache.c/h
826  - snap: Fix small initialization problem with LVM backend
827  - Fix compilation warning in bextract
828  - lock the pid file using fcntl(F_SETLK)
829  - bat: Fix segfault in client view when the Uname field is empty
830  - bat: Fix #1047 about segfaults in Client, Media and Pool view
831  - Revert patch 62ab7eb5 for filed/backup.c
832  - Revert patch 62ab7eb5 for filed/verify.c
833  - Refactor mount/unmount to use class calls
834  - Add return status to DEVICE:close and report error at end of Job
835  - Fix seg fault
836  - fix a Dmsg in match_bsr.c:match_volume()
837  - Fix #861 about bad help command on status schedule
838  - Add new cats header file
839  - Refactor DB engine to be class based
840  - Remove regression cancel_test from do_all
841  - Fix invalid .mod command in BAT during restore (bugfix #858)
842  - Use B_ISXDIGIT() in rangescanner
843  - Handle hex numbers in str_to_uint64()
844  - Fix prune-migration-test -- wait in wrong place
845  - fix MA 987 cannot copy/migrate jobs with a Level=VF in the job resource
846  - Fix basejob error caused by patch on bug #965
847  - Allow to list restore jobs in llist jobid= command
848  - Fix #940 about segfault in bat when doing an "update slots"
849  - Fix #983 about segfault on win32 filedaemon when using bat to monitor the 
850    status
851  - Fix #969 about a segfault while doing a cancel of a copy job
852  - Fill errmsg after an error with FETCH query in db_big_sql_query()
853  - Fix #965 about an empty error message after a problem when sending accurate 
854    file list
855  - Fix #972 about segfault in show command used with multiple resources
856  - Work bsnapshot for SLES12 and fix issue with ZFS
857  - Fix small memory leak in cancel command with ujobid and job parameters
858  - Ensure that client resource is not freed during setbandwidth command
859  - fix errors in the use of a Mmsg()
860  - Use a specific mutex for auth instead of jcr->mutex
861  - update po
862  - Add missing call to free_jcr() in previous patch
863  - Lock the jcr when using sd_calls_client_bsock variable
864  - Ensure that only one thread can use the auth code in the Storage
865  - Fix #951 about SDCallsClient not used during restore jobs
866  - snapshot: Get the creation date from the zfs list snapshot command
867  - snapshot: Fix small issue with Name parameter in list snapshot
868  - Fix bsnapshot to return status=0 on error
869  - fix a mempool error at SD shutdown
870  - snapshot: Call support() only if the device is in the fileset
871  - snapshot: Avoid double / in path and files when volume is /
872  - Fix segfault with Console runscript introduced by "Stop ua commands if comm 
873    line drops"
874  - handle ctrl-C and SIGTERM the same way in SD
875  - Startup scripts return proper exitcode for service restart action
876  - Implement tables configuration
877  - Add ReadBytes to FD status output
878  - Accept 0/1 for @BOOL@ type in ConfigFile module
879  - Set cmd_plugin only in pluginCreateFile if not SKIP/ERROR/CORE
880  - Fix #13680 about systemd message "unknown lvalue"
881  - Stop ua commands if comm line drops
882  - Fix weird compilation problem on rhel5
883  - Display TLS information in status client/storage
884 25Feb15
885  - Fix rpms where unix user were not properly defined
886  - update extrajs package in debs/rpm package
887  - Fix segfault with new filesetcmd
888  - snapshot: Reset JobId in Snapshot table when deleting a job
889  - snapshot: Add ability to list snapshots from the FD
890  - snapshot: Add a confirmation message when pruning snapshots
891  - Add RunScript AfterSnapshot event
892  - Fix #431 About upon upgrade, RPMs resets group membership
893  - snapshot: Display bsnapshot error message if possible
894  - Fix jobmedia-bug3
895  - Set error code in return from run regress script
896  - snapshot: More work on LVM backend and on list/sync commands
897  - snapshot: Add EnableSnapshot directive in fileset
898  - snapshot: Add errmsg and status to SNAPSHOT_DBR
899  - snapshot: Send SnapshotRetention parameter to the Client and work on the 
900    prune command
901  - Add bacula-snapshot.spec
902  - Add disabled=yes/no in bsnapshot.conf
903  - Fix #875 about bvfs repeats the same output many times
904  - Revert "Storing the result in a local variable from sql_num_fields saves us a 
905    lot of callbacks."
906  - Remove passing args to cats driver class initialization
907  - Simplify cats by eliminating the B_DB_PRIV class
908  - Convert more db funcs to class calls
909  - Add Snapshot Engine to bacula core
910  - Change more db calls into class calls
911  - Add files missed in last commit
912  - Convert db_lock/unlock to be called via class
913  - Fix small memory leak
914  - Remove more vestages of Ingres
915  - Fix #843 about "show storage" option missing in the help command output
916  - Use bzip2 for sles dependency
917  - Avoid warning with uninitialized variables
918  - update "help status"
919  - Revert "Small fix to Eric great patch for readline commandcompletion so it 
920    also compiles on non gcc compilers."
921  - Separate out definitions into new header
922  - Remove bad restore.h
923  - Revert "Move restore struct defintions to seperate include file. Small change 
924    to acl.h and xattr.h to use define inline with other header files."
925  - Revert "Fix MediaView::getSelection"
926  - Bat: ensure sufficient rows to display drives in storage display
927  - new MmsgDx() macro that combine Mmsg(errmsg, fmt, ...) and Dmsg in once
928  - add a ASEERTD() for DEVELOPPER
929  - Fix wrong KiB value
930  - Revert "Fix bug #1934 Wrong values at media list in BAT"
931  - Change bplugin_list to b_plugin_list which is more appropriate
932  - Remove Ingres related unused files
933  - Simplify rwlock coding
934  - Make subroutine names clearer
935  - Back out useless patches
936  - Put back old code prior to excessive edits
937  - Remove over complicated acl/xattr code
938  - Add license to files without any
939  - Fix #805 about nextpool command line argument not properly used
940  - Remove recursion from free_bsr() and free_bsr_item() to handle very large 
941    BSR
942  - Avoid segfault in connect_to_file_daemon() when jcr->client is NULL
943  - #776 Volume created in the catalog but not on disk and #464 SD can't read an 
944    existing volume
945  - Add schedule to show command tab completion
946  - Make global my_name hold 127 chars
947  - Mark file volumes that are not accessible in Error in mount_next_vol
948  - Fix #743 about bat permission conflict on /opt/bacula/etc
949  - Add copyright to Makefiles
950  - change in lockmgr.c to avoid the report of a memory leak in testls
951  - lib: integrate SHA2 into bacula
952  - Fix #747 about restore problem failing on "Unexpected cryptographic session 
953    data stream
954  - Revert previous copyright accidentally changed
955  - Fix btape fill command by removing some debug code in empty_block()
956  - Add Accurate Fileset option "M" to compare ctime/mtime with the save_time 
957    like with normal Incremental
958  - Add index on Job(JobTDate) to mysql catalog
959  - Fix bad check on bopen_rsrc return status. bug #2106
960  - Do not stop the storage daemon startup if the File device is not yet accessible
961  - Fix double free in btape
962  - Fix failed mount request in btape fill test
963  - Avoid ASSERT() when using btape with vtape driver
964  - Possible fix for NULL client bug #2105
965  - Fix compilation of Nagios check_bacula
966  - Add test for restict c99 in autoconf
967  - Allow to use device= option in release/mount/unmount command
968  - Fix #699 about duplicated job name when starting two jobs at the same time
969  - Fix #701 about status schedule missing from tab completion and correct job 
970    filter
971  - remove autoconf/configre
972  - Fix #346 Add ipv6 support for Solaris
973  - Fix #692 about compatibility issue with community FD
974  - Fix new match_bsr patch
975  - Fix #588 Improve SD bsr read performance
976  - Fix ownership bug in html-manuals package
977  - Add EFS in the client status flag list
978  - Implement Win EFS Support
979  - Fix QT windows build for 32bit
980  - Add SLES113 to spec files
981  - Add @encode and sp_decode functions for plugins
982  - Fix tls-duplicate-job seg fault + harden pthread_kill() code
983  - Update plugin version to ensure 8.0 will not load 6.6 plugins
984  - Add JobBytes and ReadBytes to llist jobid= output
985  - Rewrite store_drivetype and store_fstype to allow a comma separated list of 
986    items
987  - Fix #633 about JobDefs MaximumBandwidth Job inheritance
988  - Fix possible editing truncation due to 32 bit calculations
989  - Remove non-portable -ne in echo
990  - update po
991  - Add Makefile for mssql-fd plugin
992  - Improve error message of open_bpipe() on win32
993  - Add jobid= parameter in .status dir running command
994  - Add worker states
995  - Pull latest worker files from development branch
996  - Add comment about incorrect scripting
997  - Put Dsm_check() on reasonable debug level
998  - Remove auto-generated tray-monitor.pro.mingwxx file
999  - Display message about MaximumBlockSize default value only if a value was 
1000    specified
1001  - fix solaris : replace be64toh() by unserial_uint64()
1002  - update SD <-> SD capabilities exchange
1003  - Handle RestoreObjects with Copy/Migration jobs
1004  - Add free list to worker class
1005  - Fix bad caps with SDcallsClient + debug + fix seg fault on connection error
1006  - Implement blowup=nn for FD and hangup+blowup for SD
1007  - Correct bat copyright
1008  - Change sizeof expressions to be more standard
1009  - Remove regress trap that causes sd-sd-test to fail
1010  - Dmsg was not handling tag anymore
1011  - Fix for SD seg fault while swapping volumes
1012  - Make bextract able to handle dedup streams
1013  - Remove unused file
1014  - Make sure mount_next_read_volume() will cancel the current job
1015  - Forbid llist command in runscript
1016  - Fix #295 about query file message
1017  - Add no_mount_request to DCR
1018  - Update Windows .def file
1019  - Add spec file for redhat/suse html manual package
1020  - Fix bug #2091 bad vtape device definitions
1021  - Fix bug #2089 compiler warning
1022  - Make sure level is tag free when printing debug message
1023  - fix tags in Dmsg
1024  - Regenerated configure script
1025  - Remove spaces at the end of lines in Bat file
1026  - Revert bat.pro.in file
1027  - Fix recursive echo bug #2088
1028  - Add new fifo class flist.h/c
1029  - Allow to create temp DEVICE from DEVRES
1030  - For bat always use g++
1031  - Make selection by Volume Name or MediaId a bit clearer
1032  - Optimize Dmsg() with tags by keeping current tags into a separate variable
1033  - Make message more understandable
1034
1035
1036 Release version 7.0.5
1037
1038 28Jul14
1039  - Fix #547 by adding .schedule command
1040
1041 27Jul14
1042  - Update AUTHORS
1043  - Fix bug #2079 with patch from Robert Oschwald
1044
1045 26Jul14
1046  - Fix orphaned file descriptors during errors
1047  - Yet another client==NULL
1048  - Improve FD and SD cancel
1049  - Jim Raney's TLS patch
1050  - Update AUTHORS
1051  - Fix bug #1679 pool overrides not shown in manual run display
1052  - Attempt to avoid client==NULL
1053
1054 23Jul14
1055  - Fix for bug #2082 (hopefully)
1056
1057 22Jul14
1058  - Fix seg fault in jobq.c
1059
1060 14Jul14
1061  - make stop after first error
1062
1063 12Jul14
1064  - Increase status schedule days from 500 to 3000
1065  - Remove bad cherry-pick
1066  - Fix compiler warning
1067  - Allow options create_postgresql_database from patch in bug #2075 by roos
1068  - Fix bug #2074 crashes when no conf file present
1069
1070 10Jul14
1071  - Set pthread id in jcr at beginning so the job can be canceled.
1072  - Fix possible heartbeat interval timing problems
1073
1074 08Jul14
1075  - Fix some errors reported by valgrind. May fix the problem with bsmtp command.
1076  - Ensure b_sterror() is using the correct size of input buffer
1077
1078 07Jul14
1079  - Fix possible seg fault
1080
1081 04Jul14
1082  - Fix segfault when trying to stop the bnet_server thread in terminate_stored()
1083
1084 03Jul14
1085  - Fix bad link bug #2076
1086
1087 02Jul14
1088  - Fix compilation of bsock.c when TLS is not available
1089
1090 27Jun14
1091  - Correct L suffix to be LL
1092  - Fix bad copy/migrate data header
1093
1094 26Jun14
1095  - On termination shutdown thread server
1096
1097 23Jun14
1098  - baculum: Updated README file
1099  - baculum: Update English language texts
1100  - baculum: Saving auth file for web server HTTP Basic auth
1101  - baculum: Added directory for web server logs
1102  - baculum: Added example Lighttpd configuration for Baculum and sample web 
1103   server auth file
1104  - Expanded auth error message
1105  - baculum: Support for web servers which do not provide direct info about HTTP 
1106   Basic auth
1107
1108 15Jun14
1109  - Fix limit bandwidth calculation
1110  - Eliminate strcpy() from bsmtp
1111
1112 12Jun14
1113  - Fix for configuring sudo option for bconsole access
1114  - Display correct NextPool overrides + use Job NextPool in restore if available
1115
1116 09Jun14
1117  - Fix Bacula to work with newer Windows pthreads library
1118
1119 17May14
1120  - Fix bug #180 ERR=success in btape when tape error
1121
1122 Bugs fixed/closed since last release:
1123 1679 180 2074 2075 2076 2079 2082 547
1124
1125 ====
1126
1127 Release version 7.0.4
1128 02Jun14
1129  - Better error handling for cancel command
1130
1131 01Jun14
1132  - Fix compiler warning + simplify some #ifdefs
1133
1134 22May14
1135  - Fix copy/migration to second SD
1136
1137 19May14
1138  - Fix calls to sl.set_string()
1139  - Improve sellist code
1140
1141 =====
1142
1143 Release version 7.0.3
1144 12May14
1145  - Fix error handling in do_alist_prompt
1146  - Tighten error condition handling in sellist
1147  - Add new cancel test
1148
1149 06May14
1150  - Update LICENSE and LICENSE-FAQ
1151
1152 03May14
1153  - Also update autoconf/aclocal.m4
1154  - Reschedule on error caused EndTime to be incorrect -- fixes bug #2029
1155  - Flush console queued job messages -- should fix bug #2054
1156  - Attempt to fix FreeBSD echo/printf, bug #2048
1157  - Update to newer libtool + config.guess
1158  - Recompile configure
1159  - Apply fix supplied for acl.c in bug #2050
1160
1161 01May14
1162  - Fix a SD seg fault that occurs with over committed drives
1163
1164 28Apr14
1165  - Clear bvfs cache and set debug options available only for admin
1166  - Moved auth params to curl opts
1167  - Filtred single results for restricted consoles
1168
1169 27Apr14
1170  - Removed unnecessary debug
1171  - Changed e-mail address in gettext file
1172  - Support for customized and restricted consoles
1173
1174 15Apr14
1175  - Misc changes for rpm building (made by Louis)
1176
1177 13Apr14
1178  - Updated requirements for Baculum
1179
1180 12Apr14
1181  - Apply fix for bug 2049: wrong drive selected
1182
1183 11Apr14
1184  - Fix #2047 about bthread_cond_wait_p not declared
1185
1186 09Apr14
1187  - Fix Bacula bug #2044 -- fix Makefile for bplugininfo linking
1188  - Fix Bacula bug #2046 -- sellist limited to 10000
1189  - Fix Bacula bug #2045 -- multiply defined daemon_event
1190  - Fix Bacula bug #2020 overflow in btape -- Andreas Koch
1191
1192 Bugs fixed/closed since last release:
1193 2020 2029 2044 2045 2046 2047 2048 2050 2054
1194
1195
1196 Release version 7.0.2
1197 02Apr14
1198  - Remove more vestiges of libbacpy
1199  - Put back @PYTHON@ path in configure
1200  - Fix improper string in parser
1201  - Remove libbacpy from rpm spec files
1202  - Fix linking check_bacula
1203  - Fix new SD login in check_bacula
1204  - Tweek docs build process
1205
1206 Release version 7.0.1
1207 31Mar14
1208  - Remove old plugin-test
1209  - Update po files
1210  - Enable installation of the bpluginfo utility
1211  - More tray-monitor updates
1212  - Add Simone Caronii to AUTHORS
1213  - Align command line switches in manpages.
1214  - Apply upgrade to config.guess
1215  - Remove bgnome-console and bwx-console leftovers.
1216  - Update tray-monitor header also for new bsock calls
1217  - Attempt to fix nagios to use new bsock calls
1218  - Update tray-monitor to new bsock calls
1219
1220 ==========
1221 Release version 7.0.0
1222
1223 24Mar14
1224  - Add Josip Almasi to AUTHORS
1225  - [PATCH] Support for restricted consoles in BAT config
1226  - [PATCH] Fix for free director directive
1227  - [PATCH] Fix auto-select restricted console for director in bconsole
1228  - Realign output display
1229  - Update ua_output.c from Branch-6.7
1230  - Add some missing Branch-6.7 updates
1231  - Added needed empty directories to Baculum
1232  - Fix for support PostgreSQL, MySQL and SQLite
1233  - Framework adjusting to Baculum database connections
1234  - Framework fix for lower case tables names in MySQL
1235  - Fix for Baculum SQLite support
1236  - Initial commit Baculum
1237  - Add Marcin to AUTHORS file
1238  - Strip trailing blanks
1239  - Update copyright year
1240  - Update LICENSE and header files
1241  - Remove old file
1242  - Add new header in misc files
1243  - Remove tray-monitor bwx-console manual installation
1244  - Remove FD python and examples
1245  - Fixup spec files
1246  - Remove pythonlib from lib
1247  - Update package-list
1248  - Fix SDCallsClient daemon synchronization
1249  - Add debug code + make 127.0.0.1 same as localhost for tls tests
1250  - Fix multiple DIRs in console
1251  - Make failure for bat to connect to DIR non-fatal
1252  - Fix bat style to one that works
1253  - Take disk-changer from Branch-6.7
1254  - Simplify Version output
1255  - Fix FDVersion for SD Calls Client test
1256  - Update accurate test
1257  - Update differential test
1258  - Add new regress timing scripts
1259  - Improve plugin make clean
1260  - Implement regress FORCE_SDCALLS
1261  - Remove win32 tray-monitor and wx-console directories
1262  - Remove regress-config need only regress-config.in
1263  - Add configure archivedir
1264  - Improve SQL failure reporting
1265  - Major backport from BEE to community
1266  - Add copyright to mtx-changer.in
1267
1268 Release version 5.2.13
1269
1270 19Feb13
1271  - Fix build/configure problems with bpluginfo.c
1272  - Add missing vol_mgr.h file
1273  - Add timer to run_multiple
1274
1275 18Feb13
1276  - Refactor lock_volumes so most lock a vol rather than globally
1277  - Add virtualfull-extreme test
1278
1279 17Feb13
1280  - Apply patch for chio-changer-openbsd from bug #1984 -- Implements listall
1281  - Add bat Mac patch from bug #1953
1282
1283 16Feb13
1284  - Fix bug #1812 cannot run Copy/Migrate jobs from bat
1285  - Fix loading of bat translations. Patch from bug #1890
1286  - Fix text input in bat. Fixe bug #1965
1287  - Remove Device from show command as it is not used or updated
1288
1289 13Feb13
1290  - Fix #1982 update enabled keyword in help command
1291
1292 08Feb13
1293  - Fix update_postgresql_tables 10 to 11
1294
1295 30Jan13
1296  - Clean after building doc binaries requested by Willem vd Akker for Debian
1297   build
1298
1299 29Jan13
1300  - Remove unused method
1301  - Require Qt version 4.8.4
1302  - Fix bug #1955 that OK to run? does not retry on bad response
1303  - Backport new lock calls + debug for SD
1304
1305 26Jan13
1306  - Remove old todo
1307
1308 09Jan13
1309  - Fix bug #1975 new label ignored when first is duplicate.
1310
1311 31Dec12
1312  - Require Qt 4.8.1 to build bat
1313
1314 27Dec12
1315  - Make compile of timelimit a bit more portable
1316
1317 26Dec12
1318  - Tweek turn off prune-test
1319  - Pull src/lib changes from master
1320  - Pull SD files from master
1321
1322 25Dec12
1323  - Turn off prune-test
1324  - Add logdir and bsrdir to regression config
1325  - Add bsrdir and logdir to regress-config
1326  - Rebuild configure
1327  - Changed default directories from /var/bacula to /opt/bacula
1328  - Fix patches from master
1329  - Make spool size max message more explicit
1330  - Display more info when maximum spool size is reached
1331
1332 23Dec12
1333  - Fix TERM defs for Solaris 11 in conio.c
1334
1335 21Dec12
1336  - Force DEVELOPER on during regression setup
1337
1338 14Dec12
1339  - Allow group to cd to sysconfdir
1340
1341 09Dec12
1342  - Make sysconfdir belong to Bacula user/group and exclude others
1343
1344 07Dec12
1345  - Fix Virtual Full file close bug -- race condition
1346  - Enhance mount message to include read/append
1347
1348 06Dec12
1349  - Improve vol_mgr swap messages
1350  - Add Jmsg7 and Jmsg8
1351  - Enhance output of Using Device to include for read/write
1352
1353 04Dec12
1354  - Add jobid to Pmsg output
1355
1356 29Nov12
1357  - Fix bug #1959 input validation on delete of jobs.
1358
1359 24Nov12
1360  - Fix bug #1956 Authorization Errors false
1361
1362 23Nov12
1363  - Add workaround for #5507 where autoprune and reload are in deadlock
1364
1365 21Nov12
1366  - Allow conf file quoted strings to be used in a list
1367  - Make bfgets handle very long lines
1368  - Backport from Enterprise
1369
1370 17Nov12
1371  - Avoid seg fault by checking for NULL client -- reported by Arno
1372
1373 10Nov12
1374  - Final fix of bug #1943
1375
1376 08Nov12
1377  - Fix bug #1948 MailOnSuccess get executed on error.
1378
1379 07Nov12
1380  - Fix missing index on Media table
1381
1382 06Nov12
1383  - Fix bug #1943 no message storage on closed database connection.
1384  - Fix bug #1946 Fix problem with MySQL with big Base jobs.
1385
1386 02Nov12
1387  - Reduce wait time in regression RunScripts
1388  - Attempt to indicate timed out tests
1389  - Implement a timeout on regression tests of 15 minutes
1390  - Fix #5346 .bvfs_lsfiles and .bvfs_restore to handle deleted files
1391
1392 01Nov12
1393  - Fix spooldata, accurate and ingnoreduplicate run argument
1394
1395 21Oct12
1396  - Add remote regress test script
1397
1398 16Oct12
1399  - Fix messages segfault
1400
1401 10Oct12
1402  - Recompile configure.in
1403  - Implement feature request #1939
1404
1405 07Oct12
1406  - fix #1938 about PATH_MAX on hurd
1407  - fix #1938 about MAXPATHLEN on hurd
1408
1409 05Oct12
1410  - Fix bug #1937 OpenBSD autochanger example script
1411
1412 25Sep12
1413  - Fix #4996 about MaxRunTime canceling the job too early
1414
1415 19Sep12
1416  - Fix bug #1934 Wrong values at media list in BAT
1417
1418 18Sep12
1419  - Fix race condition in close_msg that causes seg fault
1420
1421 16Sep12
1422  - Fix double unlink
1423  - More tests for freeing NULL pointers
1424
1425 14Sep12
1426  - Add MaximumConcurrentReadJobs directive to Storage resource
1427
1428 03Sep12
1429  - Add ujobid to .bvfs_get_jobids
1430
1431 28Aug12
1432  - Do not try to strip RestoreObject during attribute encoding
1433  - Avoid problem when stripping a relative path
1434
1435 16Jul12
1436  - Fix #4513 about HIDDEN attribute set to parent directory during restore
1437
1438 Bugs fixed/closed since last release:
1439 1812 1890 1934 1937 1938 1939 1943 1946 1948 1953 1955 1956 1959 1965 1975 1982 1984 4513 4996 5346 5507
1440
1441
1442 Version 5.2.12
1443
1444 13Sep12
1445  - Fix accurate option in the estimate command
1446   - Fix bug #1932 director crash.
1447
1448 Version 5.2.11
1449
1450 10Sep12
1451  - Add JobId to SD debug output
1452  - Commit batch session every 800,000 files
1453  - Simplify safer delete code using a single regex
1454
1455 08Sep12
1456  - Clean up error message generation during update attributes -- should fix bug
1457   #1823
1458  - Eliminate heartbeat error messages. Fixes bug #1925
1459
1460 07Sep12
1461  - Set bsrdir default to workingdir
1462  - Recompile configure.in
1463  - Apply patch from bug #1911 to implement --with-logdir
1464
1465 06Sep12
1466  - Add chio-changer-openbsd submitted in bug #1903
1467  - mysql database install/update scripts patch. Fixes bug #1901
1468  - Delegate uid/gid changing to systemd. Fixes bug #1905
1469
1470 05Sep12
1471  - Fix bug #1906
1472  - Fix manpage errors, fixes bug #1907
1473  - Final fix for #1859 missed one query.
1474
1475 30Aug12
1476  - bpluginfo - Utility tool display various information
1477
1478 19Aug12
1479  - Backport more master code
1480  - Fix Makefile.in so that testfind builds with acl dependency
1481
1482 18Aug12
1483  - Make dump_resource respect console ACL's
1484  - Backport more from master
1485
1486 17Aug12
1487  - backport code from master
1488
1489 16Aug12
1490  - Fix #1923 about MySQL 4 support for BVFS
1491
1492 05Jul12
1493  - Fix #1902 about bad status slots output
1494  - Fix Sigma Copy bug #4377
1495
1496 03Jul12
1497  - Fix bsmtp
1498  - Reset bsmtp to only send to IPv4 mailhosts.
1499
1500 Bugs fixed/closed since last release:
1501 1823 1859 1901 1902 1903 1905 1906 1907 1911 1923 1925 4377
1502
1503
1504 Version 5.2.10
1505
1506 27Jun12
1507  - Add extra test for unsupported Protocol Families.
1508
1509 26Jun12
1510  - Fix inet_pton call.
1511  - Real fix of bug #1897 5.2.9 breaks IPv6 connectivity
1512  - Fix bug #1891 wrong daemon name printed with -? option
1513  - Fix bug #1859 INSERT INTO Counters fails
1514
1515 25Jun12
1516  - First try at fixing bug #1897 5.2.9 breaks IPv6 connectivity
1517
1518 23Jun12
1519  - Convert write_rec_to_block() to a state machine
1520
1521 18Jun12
1522  - Fix bat from eating all Dir connections -- fixes bug #1872
1523  - Back port fixes from BEE to fix Windows bug #1892
1524
1525 15Jun12
1526  - Add block checksum flag to version.h
1527  - Add block checksum debug code
1528  - Fix bug #1893 dbcheck -B gives rwl_writelock error.
1529
1530 13Jun12
1531  - Remove restriction of network buffer size being multiple of a tape block
1532
1533 11Jun12
1534  - Recompile configure.in
1535  - Add rudimentary support for saving AFS acls.
1536
1537 04Jun12
1538  - Send level before the fileset in estimate_cmd() like in backup()
1539
1540 Bugs fixed/closed since last release:
1541 1859 1872 1891 1892 1893 1897
1542
1543
1544 Version 5.2.9
1545 11Jun12
1546  - Remove patch: Apply readline without TERM_LIB dependency patch from bug #1871
1547
1548 Version 5.2.8
1549
1550 10Jun12
1551  - Apply readline without TERM_LIB dependency patch from bug #1871
1552  - Ensure cancel status is set for canceled duplicate jobs -- partial fix for
1553    bug #1851
1554  - Enhance Win32 error messages -- fixes bug #1879
1555
1556 09Jun12
1557  - Apply patch from bug 1876 to permit dot commands in a runscript
1558  - Remove config variables from examples/devices fixes bug #1884
1559  - Add more debug code for bug 1885
1560  - Add more debug to block.c when read rejected
1561  - Fail job that attempts to read from closed device -- reported in bug 1885 but
1562    not fixed
1563  - Detect Python 2.7 fixes bug #1888
1564  - Recompile configure
1565  - Apply systemd patch from bug #1886
1566
1567 08Jun12
1568  - Rewrite some SD subroutines as class members
1569
1570 05Jun12
1571  - New overhaul of xattr code.
1572
1573 03Jun12
1574  - Use IPPROTO_TCP for SOL_TCP if SOL_TCP isn't defined.
1575  - Fix compiler warning.
1576
1577 Bugs fixed/closed since last release:
1578 1851 1871 1879 1884 1886 1888
1579
1580
1581 Version 5.2.7
1582
1583 02Jun12
1584  - Correct Qt version needed for bat
1585
1586 01Jun12
1587  - Turn on SD deadlock detection by default
1588  - Fix bug #1880 ltdl.m4 missing for new feature.
1589  - Fix bug #1870 GNU binutils-gold build failure.
1590  - Fix bug #1874 crash with xattr support on a BTRFS filesystem
1591
1592 31May12
1593  - Add new empty netinet/tcp.h so Windows compile works
1594  - Eliminate compiler warning in stored/dircmd.c
1595
1596 30May12
1597  - Fix TCP Heartbeat code
1598
1599 28May12
1600  - Align conio.c struct at 8 bytes to fix Sparc bus error.
1601
1602 18May12
1603  - Fix get_basename() -- rewrite
1604
1605 15May12
1606  - Apply James' exchange-fd.c regression fix
1607
1608 05May12
1609  - Add first Dutch translation
1610
1611 30Apr12
1612  - Ensure that StorageId is updated after write
1613  - Fix updating of cached slots + error message numbering
1614
1615 29Apr12
1616  - Remove old shared objects before install
1617
1618 22Apr12
1619  - Add missing dummy bVarPrefixLinks variable retrieval.
1620  - Rebuild configure.
1621  - Fix mysql config for older versions of mysql+config.
1622
1623 20Apr12
1624  - Fix problem in BVFS with concurrent queries
1625  - Add more checks to bvfs
1626
1627 19Apr12
1628  - Try to use multi-row insert statements for mysql.
1629  - On some platforms intptr_t is in an other include file.
1630  - Add support for fcntl(fd, F_CLOSEM) to close filedescriptors.
1631  - Use closefrom if available instead of trying to close fds ourself.
1632  - Fix class member shadowing.
1633  - Move storages tls initialization to proper place.
1634  - Fix Copyright on init scripts suse, add specific daemon user & group
1635  - Add support for new POSIX getaddrinfo interface.
1636  - Recompile configure.in
1637  - Apply MSQL detection fixes from bug #1829
1638  - Recompile configure.in
1639  - Fix bug #1805 cannot specify hostname in ./configure
1640  - Require latest Qtlibs
1641  - Fix restore_job restore keyword
1642
1643 18Apr12
1644  - Allow plugin to backup a directory
1645  - Print seconds in schedule time as noted in bug #1854
1646  - Change dev->open() to return bool
1647
1648 17Apr12
1649  - Fix #1857 about restore cd command that blocks on empty directory
1650
1651 15Apr12
1652  - Backport new StorageId code
1653
1654 14Apr12
1655  - More definitive fix for update slots bug
1656
1657 13Apr12
1658  - Fix old update slots bug
1659
1660 12Apr12
1661  - Fix #4062 on make_catalog_backup.pl script when user/password are empty
1662
1663 28Mar12
1664  - Fix bug #1853: bacula-sd dead but pid file exists.
1665
1666 23Mar12
1667  - Fix bug #1841 estimate command level=differential goes wrong in accurate
1668   mode.
1669
1670 22Mar12
1671  - Fix bug #1842 Incorrect port number reported
1672  - Fix bug #1848 bsock.c:335 Socket has errors=1 on call to client
1673
1674 10Mar12
1675  - Force the re-initialization of BaseJobOpts, AccurateOpts and VerifyOpts
1676   between two Include{}
1677
1678 08Mar12
1679  - Add test-deltaseq source
1680  - Rename delta-test plugin to test-deltaseq
1681
1682 Bugs fixed/closed since last release:
1683 1805 1829 1841 1842 1848 1853 1854 1857 1870 1874 1880 4062
1684
1685
1686 Version 5.2.6
1687
1688 17Feb12
1689  - Fix old exchange-fd plugin Accurate checkFile code.
1690
1691 16Feb12
1692  - Insert the slot field as a numeric field.
1693  - Update Change log and Release notes
1694
1695 15Feb12
1696  - Fix #1831 by dropping the table before creating it
1697
1698 14Feb12
1699  - Make cd accept wildcards
1700
1701 13Feb12
1702  - First cut wild card in restore cd command -- works in one component only
1703
1704 10Feb12
1705  - Remove bad optimization from Accurate code
1706
1707 04Feb12
1708  - Lock read acquire in SD to prevent to read jobs getting the same thing
1709
1710 03Feb12
1711  - Complicate the prune-migration regression by adding one more job
1712  - Implement more robust check in other drives for tape slot wanted
1713  - Add more debug to failing test
1714  - Fix lost dcr point -- memory loss in Copy/Migration + possible confusion
1715  - Make copy-job test handle one more job
1716
1717 02Feb12
1718  - Ensure that bvfs SQL link is not shared
1719
1720 31Jan12
1721  - Fix error printing in acl and xattr code.
1722
1723 29Jan12
1724  - Backport better error debug output for sd plugins.
1725
1726 28Jan12
1727  - Add wait on bad connection for security
1728  - Make mtx-changer more fault tolerant
1729  - Fix 32/64 bit problems in SD sscanf commands
1730  - Fix 32/64 bit problems in scanning commands in SD
1731
1732 26Jan12
1733  - Skip certain filesystem types on some platforms.
1734  - Allow BVFS to browse and restore Base jobs
1735  - Add error message to .bvfs_clear_cache command
1736
1737 20Jan12
1738  - Fix plugin bug with multiple simultaneous jobs
1739
1740 Bugs fixed/closed since last release:
1741 1831
1742
1743 Version 5.2.5
1744
1745 25Jan12
1746  - Disable usage of JS_Warning waiting for a more complete implementation
1747
1748 24Jan12
1749  - Removed old sd plugins which doesn't work anymore.
1750
1751 23Jan12
1752  - Adapt sample-query.sql for Warning job status
1753
1754 20Jan12
1755  - Fix location of Qt dlls for Win64 build
1756
1757 18Jan12
1758  - Fix MediaView::getSelection
1759
1760 Bugs fixed/closed since last release:
1761 1824 (1814 1806 1818 non-bugs)
1762
1763 Version 5.2.4
1764
1765 18Jan12
1766  - Prepare for adding IPv6 to Windows in the future
1767  - Fix bug #1822 Schedule run line parsing fails if value is keyword
1768  - Revert to 5.0 size computation in accurate elements, may fix #1821
1769  - Mark that a file was found in the accurate list in the ff_pkt with a
1770    variable
1771
1772 17Jan12
1773  - Fix Windows build
1774  - Update po files
1775  - Definitive fix for MySQL MaxValue problem
1776  - Fix python module compilation
1777
1778 15Jan12
1779  - Initialize delta_seq to -1 because 0 means that we have already a version
1780  - Back out bad MinValue patch
1781
1782 14Jan12
1783  - Fix bug #1810 use single quotes instead of double quotes for MinValue and
1784   MaxValue in catalog
1785
1786 11Jan12
1787  - Adapt bfileview for bvfs tables
1788  - Set job status to running when restore job really starts
1789
1790 10Jan12
1791  - Remove ifdeffing that turned off JS_Warning status -- must have been missed
1792   test code
1793  - Add support for soname setting in libtool.
1794
1795 09Jan12
1796  - Make error somewhat more understandable.
1797  - Fix bug #1815
1798  - Fix systemd pid files.
1799
1800 08Jan12
1801  - Fix const char compiler warning
1802
1803 07Jan12
1804  - Limit migration/copy jobs to starting 100 at a time
1805  - Avoid conflict with PAGE_SIZE define
1806
1807 06Jan12
1808  - Fix warning reported by clang
1809  - Send previous Job name during Incremental/Differential to the FD
1810  - Fix bug #1811 Filed fails to backup more then one xattr.
1811  - system.posix_acl_default is also an acl stored as xattr
1812  - Don't copy xattr and acl streams.
1813  - Fix bug #1807
1814  - Recompile configure
1815  - Add configure for new redhat spec files
1816  - Backport Enterprise spec files
1817  - Remove unnecessary break and unused variable
1818  - Fix xattr/acl regression script.
1819
1820 05Jan12
1821  - Fix bad memset() reported by clang
1822
1823 04Jan12
1824  - Move ini.c to libbaccfg from libbac
1825  - Test new plugin function in bpipe and test plugin
1826  - Try to fix openssl problem with signal
1827  - Add BSOCK::set_killable()
1828  - Set directory attributes when using Replace=Never when Bacula creates them
1829  - Use RestoreObject type in Catalog
1830  - Add new features in plugin
1831  - Add helper for ini files
1832  - Implement run accurate=yes/no
1833  - Add .bvfs_clear_cache
1834  - Add Accurate and MaxRunSchedTime in Schedule resource
1835  - fix warning
1836  - Fix xattr/acl regression.
1837
1838 03Jan12
1839  - Recompile configure
1840  - Fix bug #1802 configure code to detect LZO is broken
1841  - Fix bug #1806 failure to save second and more xattr.
1842  - Add second xattr to show bug 1806
1843
1844 02Jan12
1845  - Enhance sellist to allow rescanning the list
1846  - Fix lib/sellist.c
1847
1848 01Jan12
1849  - Remove double include of sellist.h
1850  - First cut selection list
1851
1852 31Dec11
1853  - Fix seg fault in plugin event loop
1854
1855 18Dec11
1856  - Implement slow regression for manual testing things like cancel/stop
1857  - Fix slow regress setups
1858
1859 16Dec11
1860  - Fix #3210 about slow restore with bvfs
1861
1862 Bugs fixed/closed since last release:
1863 1802 1806 1807 1810 1811 1815 3210
1864
1865
1866 Version 5.2.3
1867
1868 15Dec11
1869  - Revert patch from Ben to not compress man pages on Solaris fix #1801
1870
1871 14Dec11
1872  - Fix bug #3322 don't poll when operator is labeling tapes
1873
1874 13Dec11
1875  - bvfs: Fix mysql REGEXP operator
1876
1877 12Dec11
1878  - Fix Mysql 5.5.18 symbol lookup
1879
1880 08Dec11
1881  - fix utf8/iso8859 problems
1882
1883 06Dec11
1884  - Fix #3419, update stats problem
1885
1886 05Dec11
1887  - Fix cats_test to use the new method names.
1888  - Update accurate code to use 1 byte instead of 3
1889  - Fix segfault in accurate code
1890
1891 03Dec11
1892  - Fix compilation warning on FreeBSD
1893
1894 Bugs fixed/closed since last release:
1895 1801 3322 3419
1896
1897 Version 5.2.2
1898 23Nov11
1899  - Implement -t option for Bat
1900  - Require correct Qt version to build bat
1901  - Get new lib/plugins.h
1902  - Pull files from Master
1903  - Add systemd files
1904  - Update po files
1905  - Fix script to set mode of cats scripts
1906  - Create systemd dir if not already exists
1907  - Add Systemd configure options
1908
1909 17Nov11
1910  - Split messages line by line before sending it to syslog() fix #3325
1911
1912 16Nov11
1913  - Fix bvfs_restore on MySQL
1914  - Fix #3308 where a SMTP problem can block the director
1915
1916 12Nov11
1917  - Change locking scheme of the mountpoint cache.
1918
1919 11Nov11
1920  - Enhance mountcache with rescan option after interval.
1921
1922 10Nov11
1923  - Add %D option to edit_job_code, simplify callbacks on director side
1924
1925 09Nov11
1926  - Move Zdeflate and Zinflate to seperate file.
1927  - Put libraries in the correct order for non shared libs.
1928
1929 07Nov11
1930  - Remove last traces of @SQL_BINDIR@ and @DB_TYPE@
1931  - Fix bug #1774
1932  - Move batch insert detection into db.m4
1933
1934 06Nov11
1935  - Free jcr in btape before other pointers
1936
1937 04Nov11
1938  - bat: try to fix offset button problem when clicking too much on previous
1939  - bvfs: Use single transaction for each job during update
1940
1941 02Nov11
1942  - Add missing bwild & bregex man8 pages
1943  - Fix compilation issue of wx-console #1778
1944
1945 31Oct11
1946  - bvfs: fix filter for pattern= bvfs parameter
1947  - Improve speed of BVFS with SQLite, Thanks to J.Starek
1948
1949 30May11
1950  - bvfs: add clear_cache function
1951  - bvfs: Handle windows drive when building path hierarchy
1952
1953 Bug fixes
1954 1774 1778 3308 3325
1955
1956
1957 Version 5.2.1
1958
1959 30Oct11
1960  - Don't define HAVE_POSTGRESQL twice
1961  - Don't use the -R (runtime link path) when not using libtool for the linking.
1962
1963 29Oct11
1964  - Fix detection of batch insert enabler functions.
1965
1966 29Oct11
1967  - Add script to list authors
1968  - Update AUTHORS
1969  - Add new updatedb files
1970  - Make PurgeMigrationJob directive name correspond to doc
1971  - Put Win exchange plugin debug code on level 100
1972  - Remove old gnome console files
1973  - Update po files
1974
1975 28Oct11
1976  - Fix bug #1771 BAT crashes.
1977
1978 27Oct11
1979  - Fix regression on Solaris.
1980
1981 25Oct11
1982  - Prohibit multiple Jobs from writing state file at same time
1983  - Apply autochanger temp file security fix to examples files
1984  - Update date
1985
1986 23Oct11
1987  - Fix to Windows socket error detection -- should fix bug #1770
1988
1989 20Oct11
1990  - Fix regression in keyword of migrate pool patch
1991
1992 19Oct11
1993  - Try to eliminate multiple blank lines output in bat
1994  - Remove Version browser from bat (broken) -- use brestore panel instead
1995
1996 16Oct11
1997  - Update Specs and ReleaseNotes
1998  - Update po files
1999  - Eliminate complier warning
2000  - Pull files from master
2001  - Fix small things in Windows depkgs build scripts
2002  - Update autoconf conf file for Win32
2003  - Fix Win32 build after new debug patch in smartall.c
2004  - Ensure log files in first backup are restored
2005
2006 11Oct11
2007  - allow to use ./sign alone
2008  - Modify ./release/sign to be able to use an other gpgkey (idea from Bruno)
2009  - Send level command before fileset as sugested by Bastian. Fix #1768
2010  - Enhance smartalloc abort
2011
2012 10Oct11
2013  - First attempt to fix vtape-autoselect-test bug
2014  - Add more info to tape error msgs
2015
2016 26Sep11
2017  - Fix lurking bug in match when db_driver is not set (everything but DBI).
2018
2019 23Sep11
2020  - Fix bug #1764 plugin_list shadows global variable of mysql 5.5
2021
2022 19Sep11
2023  - Update auth troubleshooting URL to use MANUAL_AUTH_URL macro
2024  - Define MANUAL_AUTH_URL in baconfig.h
2025
2026 17Sep11
2027  - Fix #1762 about bat version browser performance problem
2028
2029 16Sep11
2030  - On restore we don't have a full FF_PKT so we lstat the file.
2031  - Add XATTR and ACL flags for backup and restore.
2032  - Lower some messages from level M_ERROR to M_WARNING in acl/xatttr.
2033
2034 07Sep11
2035  - Fix spooldata and ignoreduplicates run command options to use JCR instead of
2036   the Job resource.
2037
2038 30Aug11
2039  - Fix #1761 about create_postgresql_database
2040
2041 22Aug11
2042  - Apply htmldir fix provided by Philipp
2043
2044 20Aug11
2045  - Fix possible buffer overrun in exchange plugin
2046
2047 17Aug11
2048  - Add help for "use" command as suggested by Thomas Mueller
2049  - Fix error message with bad dot commands
2050
2051 16Aug11
2052  - Drop unused sqlite_dump function from make_catalog_backup.pl
2053  - Adapt make_catalog_backup.pl for backend
2054
2055 09Aug11
2056  - Fix backtrace detection in configure
2057
2058 06Aug11
2059  - Make bat run dialog present only allowed levels
2060
2061 05Aug11
2062  - Fix bat seg fault in FileSet view
2063
2064 Bug fixes
2065 1389 1444 1448 1466 1467 1468 1476 1481 1486 1488 1493 1494 1497 1499 1501
2066 1502 1504 1509 1511 1513 1516 1524 1526 1527 1532 1536 1538 1541 1542 1549
2067 1551 1553 1554 1558 1559 1560 1564 1567 1568 1569 1571 1574 1577 1581 1582
2068 1584 1587 1594 1595 1600 1601 1602 1603 1604 1606 1608 1610 1612 1623 1624
2069 1633 1643 1648 1655 1661 1664 1666 1669 1672 1675 1684 1685 1695 1696 1699
2070 1700 1703 1735 1741 1749 1751 1761 1762 1764 1768 1770 1771 2710
2071
2072 Version 5.2.0rc1
2073
2074 08Jul11
2075  - Fix libtool definition and make the helper script executable.
2076  - Use a helper script to link the correct database backend.
2077  - Sync libtool to 2.4 version.
2078  - Fix #1741 about possible problems with fnmatch
2079
2080 07Jul11
2081  - Add missing stream in bscan, fix #1749
2082  - Change intmax_t to int64_t to fix #1664
2083  - Fix compilation with gcc 4.6.1
2084
2085 06Jul11
2086 - Add mutex priority check for changer mutex
2087 - Fix deadlock with autochanger
2088 - Fix #1602 about Uninstall /S that should not prompt for user interaction
2089
2090 05Jul11
2091 - Change JobFiles display from %f to %F in RunScript because %f was already
2092   affected to Fileset name
2093
2094 28Jun11
2095 - Update config.h.in for LZO flags
2096 - Fix brestore compilation from previous patch
2097
2098 21Jun11
2099 - Solaris make doesn't like comments in make rules.
2100 - Fix OSX acl regression test.
2101 - Storing the result in a local variable from sql_num_fields saves us a lot of
2102   callbacks.
2103
2104 15Jun11
2105 - Add extra check for pInfo size when loading plugin
2106
2107 14Jun11
2108 - Fix [bs #2710] about Storage combo that is too small
2109 - Make bad Storage check in is_on_same_storage non-fatal
2110
2111 04Jun11
2112 - Alter the manpages install target to handle optional compression
2113 - Add barcodes help to label command
2114 - Remove class member shadowing.
2115 - Eliminate some old bnet code
2116
2117 03Jun11
2118 - Fix small memory leak when job get canceled.
2119
2120 01Jun11
2121 - Fix small memory leak in dbcheck not calling free_pool_memory for name
2122   variable.
2123 - Remove global variable shadowing by local variable.
2124
2125 31May11
2126 - Fix the lockmgr test tool
2127 - Fix dbcheck to use the new runtime checks for mysql and not compile time.
2128 - Restore db_type printing to dbcheck -B
2129
2130 30May11
2131 - Fix unitialized DeltaSeq during Verify jobs
2132 - Make delta_seq same size as in other places
2133 - Remove broken code
2134
2135 18May11
2136 - Add LZO compression support in bacula-fd.
2137 - Add COMPRESS_MANPAGES substituted variable to autoconf
2138
2139 17May11
2140 - Allow va_arg in Dmsg/Jmsg director plugin functions
2141
2142 16May11
2143 - Add db_strtime_handler to get DATE fields from database
2144 - Drop AFS detection.
2145 - AC_CHECK_DECL doesn't seem to work so lets do it somewhat differently.
2146
2147 13May11
2148 - First attempt at fixing bug #1735 where acls on OSX doesn't seem to reach the
2149   backup.
2150
2151 10May11
2152 - Drop old unused protypes from before backend refactoring.
2153
2154 04May11
2155 - Don't force job duplicate checking on copy and migration jobs.
2156 - Simplify the code path in migration and copy jobs
2157 - Allow duplicate job check override from run cmdline for migrate and copy
2158   jobs.
2159 - Initialize spool_data_set as boolean.
2160 - Add stat packet size to encode/decode_ routines to detect compile differences
2161
2162 29Apr11
2163 - Drop unused variable.
2164 - Make the solaris init scripts user/group aware
2165
2166 30Apr11
2167 - Correct fix for bat brestore crash
2168 - Kludge fix to bat brestore crash
2169
2170 29Apr11
2171 - bat: Call parent constructor in all pages
2172 - Add debug to bat label seg fault bug
2173
2174 21Apr11
2175 - Use user arguments when upgrading catalog
2176 - Change all sm_checks into Dsm_check for performance reasons
2177 - Free database results on class destruction (e.g. when reference count ==
2178   0)
2179
2180 20Apr11
2181 - Allow custom variables and checks from debian/ubuntu startup scripts
2182
2183 19Apr11
2184 - Fix couple of g++ warnings
2185
2186 15Apr11
2187 - Ensure the directories for solaris init scripts are created
2188 - Honour DESTDIR in Solaris install-autostart targets
2189 - Collapse Solaris install-autostart targets
2190
2191 13Apr11
2192 - Update AC_INIT use to make configure handle docdir properly
2193
2194 19Apr11
2195 - Some more use DeltaSeq instead of MarkId
2196
2197 16Apr11
2198 - Update Catalog version and use DeltaSeq instead of MarkId
2199 - Fix Sqlite driver seg fault
2200
2201 13Apr11
2202 - Fix #1612 about checksum for hardlinks
2203
2204 02Apr11
2205 - Some more code sniplets of no need to call thr_setconcurrency anymore.
2206 - For Solaris 9 and higher there is no need to call thr_setconcurrency anymore.
2207 - Execute the Index creation for mysql in bvfs.c
2208 - Use B_ISSPACE in scan.c and reformat comments a bit.
2209
2210 06Apr11
2211 - Fix nanosleep for Windows
2212 - Use %s when displaying bandwidth limits in FD status
2213
2214 03Apr11
2215 - Fix reference to uninitialized stack variable
2216 - Remove FATAL error for ignored events in old Exchange plugin
2217
2218 02Apr11
2219 - Fix uninitialized stack variable in bextract
2220 - Remove temp index on start and term of dbcheck
2221
2222 28Mar11
2223 - Fix brestore that should have miscDebug enabled to start a restore job
2224
2225 10Mar11
2226 - Fix kb/s to kB/s in FD output
2227 - bacula-web: Sync with Davide repos
2228
2229 07Mar11
2230 - Fix for duplicate jobmedia records bug #1666
2231 - Fix bug #1703 unable to bextract compressed files
2232
2233 06Mar11
2234 - Fix some esc_obj handling in DBI and wrong free in postgresql.c
2235
2236 05Mar11
2237 - Get full Windows Version display string
2238 - Fix seg fault in PostgreSQL driver code
2239 - Remove _ in restore_job
2240 - Attempt to disactivate old exchange-fd.dll if no plugin= line in FileSet
2241
2242 03Mar11
2243 - Add tray monitor to windows installer
2244 - Fix QT tray monitor compilation on windows
2245
2246 02Mar11
2247 - Fix tray-monitor qmake project file
2248
2249 01Mar11
2250 - Add extra Bacula plugin variables
2251
2252 26Feb11
2253 - Fix Windows build entrypoints
2254
2255 25Feb11
2256 - Add new maxuseduration-test
2257 - Fix bug #1389 MaxUseDuration uses job start instead of first write time
2258 - Better fix for bug #1603 restart of Virtual Full
2259
2260 22Feb11
2261 - Use system malloc in strack_trace() instead of smartalloc
2262
2263 24Feb11
2264 - Fix bug #1603 restart of Virtual Full becomes a Full
2265 - Use jcr->is_xxx instead of direct tests
2266 - Fix bug #1608 btape test failure when block size too big
2267 - Fix week of year schduling bug #1699
2268 - Comment out unused variables in tray-monitor
2269 - Fix uninitialized variable in bat
2270 - Fix lock race conditions in bug #1675
2271 - Rename incomplete to rerunning for clarity
2272
2273 23Feb11
2274 - Fix bug #1700 no timestamp with -dt on Windows
2275 - Use jcr->setJobStatus() in favor of set_jcr_job_status(jcr...)
2276 - replace set_Jobxxx by setJobxxx
2277
2278 21Feb11
2279 - Add more debug to restart regress scripts
2280 - Add stack_trace() function to print current thread backtrace
2281 - Add HAVE_BACKTRACE in configure.in
2282
2283 16Feb11
2284 - Add %h option in runscript to get client address
2285
2286 21Feb11
2287 - Fix seg fault during cancel in SD
2288
2289 19Feb11
2290 - Discard old messages in beginning of maxtime-test
2291
2292 18Feb11
2293 - Fix #1696 about an error when displaying "Base" level keyword.
2294
2295 14Feb11
2296 - Fix #1695 about bacula-sd crash in detach_dcr_from_dev()
2297
2298 08Feb11
2299 - Rename ua->err to ua->errmsg
2300
2301 07Feb11
2302 - B_DB is a class now not a struct lets fix the include files.
2303 - Check some user inputs in purge and restore commands
2304 - Check if resource name is valid in acl_access_ok()
2305 - Avoid extra strlen() in is_name_valid()
2306 - Add negative numbers to bsscanf
2307 - Apply get_basename to printed filenames to reduce unnecessarily long paths
2308
2309 06Feb11
2310 - Add MAKEOPT to conf for regression
2311 - Fix double query in db_list_basefiles()
2312 - Fix chgrp on bacula-x.conf
2313 - Allow using sql_fetch_field() in db_sql_query() callback for SQLite
2314
2315 05Feb11
2316 - Use old list_result() in db_list_xxx for good formating
2317
2318 04Feb11
2319 - Increase Windows backup/restore privileges possible fix to Virtual Disk
2320   ticket
2321
2322 05Feb11
2323 - Use db_escape_string() in all db_xxx functions
2324 - Pull src/lib/Makefile.in from master
2325
2326 03Feb11
2327 - Add configure magic for detecting getpagesize
2328 - Implement mntent_cache on top of the new htable code using a small htable big
2329   buffer of 128 Kb to start with.
2330 - Added support to htable for giving a hint on the number of pages to allocate
2331   for the buffer used for hash_mallocs so we can have htables without the
2332   previous default of 10 Mb.
2333
2334 05Feb11
2335 - Implement chgrp on bacula-x.conf if user configs a Dir/SD/FD group
2336 - Rebuild configure
2337 - Remove old scripts no longer used
2338 - Add patch from bug #1574 for Scientific Linux spec
2339 - Apply patches from bug #1672 to clean up configuration
2340 - Check if volume name is valid in select_media_dbr()
2341 - Small change to exporting functions not found in include files on some
2342   platforms. Wrap it as one extern "C" block just like its done on most platforms
2343   in the proper include files.
2344 - Fixed some compile errors in IRIX and TRU64 xattr code which is kind of hard
2345   to test without a proper platform. Compiled it now using some tricks on an
2346   other platform defining it is the given platform and fix the compile errors
2347   that way using a fake header file.
2348
2349 04Feb11
2350 - Improve bat stability by checking if page valid
2351 - Fix segfault with print_memory_pool_stats()
2352 - Drop last SQL_INC leftovers. Due to backend abstraction there is no need to
2353   include backend specific include files anywhere then in the backend driver
2354   which use now per backend specific include directives. SQL_INC is not set by
2355   configure anymore and should not be used anymore.
2356
2357 03Feb11
2358 - Remove reference to @SQL_INC@ in tools Makefile.in
2359 - Pull in lib.h from master so new htable code compiles
2360 - Use C99 __VA_ARGS__ instead of GCC extention ##__VA_ARGS__
2361 - Adapt bvfs for SQLite3
2362 - Adapt htable code to 64 bit keys
2363 - Rename db_list_ctx.cat() to db_list_ctx.add()
2364 - Fix bvfs for mysql
2365
2366 01Feb11
2367 - Add simple way to add string elements to db_list_ctx
2368
2369 03Feb11
2370 - Add code to trim heap after big mallocs
2371
2372 01Feb11
2373 - Close cursor in big sql query
2374
2375 30Jan11
2376 - Fix bad character in cats/sql_cmds.c
2377
2378 31Jan11
2379 - Removed old queries from sql_cmds.[ch] which are no longer referenced and
2380   thus polluting the namespace for no obvious reason.
2381 - Fix possible core-dump as seen in regression testing
2382
2383 28Jan11
2384 - Ensure that we always close the transaction in db_big_sql_query()
2385 - Implement db_big_sql_query() that uses cursor on PostgreSQL and limit memory
2386   usage in db_list_xxx
2387 - Detect mount/junction points and ignore junctions in Windows
2388
2389 25Jan11
2390 - Added set_db_type function to set global debug symbol removed when doing
2391   class based catalog backends. Coding is a bit different as we need get_db_type
2392   which needs a bdb class so we have to set it as part of the loop over all
2393   catalogs. This way we may set the global variable a couple of times but the
2394   code frees the global variable if needed so other then being somewhat overkill
2395   no harm is done.
2396 - Drop removed catalog function prototype.
2397 - Fix logic inversion.
2398 - Add more ingres code
2399 - Adapt bbatch and cats_test tool to new cats
2400
2401 18Jan11
2402 - Backport changes for Windows compiling
2403 - Backport one more patch into master from class based catalog backend code.
2404 - Backport of class based catalog backends into Branch-5.1.
2405
2406 25Jan11
2407 - Fix #1684 Use --with-db-password option in grant_bacula_privileges scripts
2408
2409 23Jan11
2410 - Free unused pool memory after restore
2411 - Add pool memory debug output
2412
2413 13Jan11
2414 - Fix build of Windows bat -- Qt depends on libgcc_s_dw2-1.dll
2415
2416 23Jan11
2417 - Change accurate CurFile allocation size
2418
2419 19Jan11
2420 - Add more tests on cats_test
2421 - Add cats_test unit tests
2422
2423 15Jan11
2424 - Fix #1685 about JobBytes counter when using Accurate/BaseJobs with checksum
2425
2426 12Jan11
2427 - Ignore replace=xx for directories. Corrects (not total solution) ticket 2317
2428   and bug #1444
2429 - Add restore replace=never test ticket 2317
2430 - Add replace=xxx on restore command line
2431
2432 10Jan11
2433 - Add restore_job= option to restore command
2434
2435 06Jan11
2436 - Add windows tray monitor to bat make-win32 script
2437 - Adapt traymonitor qmake project file for win32
2438 - Add cross-win32 target to qmake template
2439 - Add new QT traymonitor
2440 - Add qt traymonitor files to configure.in
2441 - Add transparent icon with tape
2442
2443 05Jan11
2444 - Fix #1661 about verify differences with VERIFY_VOLUME_TO_CATALOG
2445
2446 02Jan11
2447 - Remove tray-monitor from Win32 build
2448 - Fix some double Win32 #ifdefs
2449 - Fix missing HAVE_LITTLE_ENDIAN for Win32 build
2450
2451 30Dec10
2452 - Add helpers to add drives in VSS snapshot from plugins
2453 - Make new crc32.c work on FreeBSD
2454 - Fixes some problems in update_sqlite3_tables.in
2455
2456 29Dec10
2457 - Handle all FD version in check_bacula
2458 - Fix compilation warning in check_bacula
2459
2460 21Dec10
2461 - Make new bat progress view compatible with previous FD
2462 - Keep the same keywords as in previous version
2463
2464 20Dec10
2465 - Modify Job view to follow backup progress in real-time
2466 - Update ".status client running" output for new Bat screen
2467
2468 25Dec10
2469 - Ensure that Job duration is not negative
2470 - Add Slot to Media View table
2471
2472 20Dec10
2473 - Fix compiler warning.
2474
2475 19Dec10
2476 - Set proper status of autochanger slots with 0 on startup -- no volume rather
2477   than unknown
2478
2479 14Dec10
2480 - Add indentation in lsmark command output
2481
2482 17Dec10
2483 - Change SELECT count(*) to SELECT 1 .. LIMIT 1 to speed up PostgreSQL and
2484   Innodb in is_volume_purged()
2485
2486 01Dec10
2487 - Fix #define when using --disable-smartalloc
2488
2489 17Dec10
2490 - Track unbalanced start/end plugin stream
2491
2492 12Dec10
2493 - Try to bug where we stop reading before the plugin end is returned
2494 - Fix end plugin stream index
2495
2496 16Dec10
2497 - Add missing switch values although the code works this is cleaner. Give
2498   better error when trying to restore a particular type of acl on a filesystem
2499   without support for those types of acls.
2500
2501 15Dec10
2502 - Added support for NFSv4 ACLs added to FreeBSD 8.1. Some small updates to some
2503   comments of other ACL implementations.
2504 - Added additional extended attributes used under FreeBSD for the storage of
2505   ACLs.
2506
2507 14Dec10
2508 - Allow closing of all tabs + close tab clicked
2509
2510 13Dec10
2511 - Add short-incremental regression test
2512
2513 12Dec10
2514 - Print plugin end records in bls
2515 - Center bat run window on screen
2516
2517 03Dec10
2518 - Fix #1669 making director's address required in traymonitor.conf
2519
2520 27Nov10
2521 - Update bat console display only if new text comes in
2522 - xPut debug code on test + fix focus on Volume in label dialog box
2523
2524 12Nov10
2525 - Improved error message when drive busy
2526 - Ensure that bat.conf is updated when bconsole.conf is
2527
2528 09Nov10
2529 - Make Win32 service name include the word Backup
2530
2531 25Nov10
2532 - Add PurgeMigrateJob Job resource option to purge job on successful migration
2533
2534 24Nov10
2535 - Move accurate test in BackupCommand for delta and delta-test plugins
2536
2537 25Nov10
2538 - Add delta_seq available for plugin restore
2539
2540 24Nov10
2541 - Prepare for adding high bits to Stream
2542 - Use new FO_xxx bits in backup/restore and plugins
2543 - Define new stream bits
2544 - Separate definitions of streams, filetypes, and fileoptions to separate
2545   files
2546 - Rename bEventVssSnapshotLetters to bEventPrepareSnapshot
2547 - rename plugin->len to plugin->file_len
2548
2549 23Nov10
2550 - Handle all kind of plugins when computing plugin name length
2551 - Allow plugins to add drives to vss snapshot
2552 - Ensure that two plugins starting with the same name won't share events
2553 - Don't define DLL_IMP_EXP twice in fd_common.h
2554
2555 22Nov10
2556 - Add execute bit to systemstate test
2557
2558 21Nov10
2559 - Update delta plugin to raise error if we get delta back melted
2560 - Insert Delta in bootstrap by JobTDate
2561 - Modify MySQL accurate query with Delta
2562 - Add missing MarkId in mysql accurate query
2563 - Add delta option to db_get_file_list()
2564
2565 20Nov10
2566 - Support restore with Delta in Director
2567 - Add delta_seq to restore tree code
2568 - Add db_get_file_list_with_delta() for restore
2569 - Fix delta-test-fd
2570 - Ensure that sparse stream is set when delta enabled
2571 - Make non accurate fatal for delta-test plugin
2572 - Update bfile.offset when with plugin offset
2573 - Update delta plugin
2574 - Add delta-test plugin
2575 - Pass Delta Sequence to save_pkt and restore_pkt
2576 - Clear delta sequence when not using in plugin
2577 - Remove spaces, try to stop FD faster on cancel
2578 - Implement incrementation of delta_seq (I think)
2579 - First cut Delta code in FD
2580
2581 19Nov10
2582 - Don't compute accurate list with MD5 if not used
2583 - Use JobTDate instead of StartTime, and sort by JobTDate instead of JobId
2584
2585 05Nov10
2586 - Avoid warning for win64
2587
2588 19Nov10
2589 - Fix tray-monitor compilation
2590
2591 04Nov10
2592 - Fix check_nagios compilation
2593
2594 18Nov10
2595 - Add delta sequence to batch mode, accurate query and file daemon ff_pkt
2596
2597 17Nov10
2598 - Start adding DeltaSeq
2599
2600 15Nov10
2601 - bvfs: support basejobs and migration for PostgreSQL
2602 - bvfs: support for bweb user acl
2603
2604 13Nov10
2605 - Fix win32 build
2606 - More porting from Branch-4.0
2607
2608 06Nov10
2609 - Add check_changes to bacula def
2610
2611 27Oct10
2612 - Add -l and -a options to drivetype tool
2613
2614 19Jul10
2615 - Add debug info to smartall.c for buffer overrun
2616
2617 30Aug10
2618 - Make RestoreObject compatible with older FDs
2619
2620 15Jul10
2621 - Make VSS snapshot failures fatal
2622
2623 12Jul10
2624 - Add bEventVssBeforeCloseRestore per James
2625
2626 24Jul10
2627 - Call plugin bEventEndxxxJob even if Job canceled
2628
2629 06Nov10
2630 - Fix Windows build to know about exepath
2631
2632 07Nov10
2633 - Allow some plugin variables to be available during loadPlugin()
2634
2635 06Nov10
2636 - Add bVarExePath to let plugins know about exepath
2637
2638 02Nov10
2639 - Fix compilation warning about void* to int cast
2640
2641 24Oct10
2642 - Remove extra EndTime displayed on the first line of the Job status report
2643
2644 12Nov10
2645 - Prevent timer recursion in bat
2646
2647 07Nov10
2648 - Implement close button in bat tabs
2649
2650 24Oct10
2651 - Set daemon name and host name to zero
2652
2653 05Nov10
2654 - Permit to get Where/RegexWhere from Plugin and give access to Accurate
2655   data
2656 - Allow Plugin command without argument
2657 - Fix compilation problem on win64
2658
2659 03Nov10
2660 - Stop restore if job is canceled
2661 - Make sure JobErrors is always nonzero on fatal error
2662
2663 02Nov10
2664 - Fix bug #1655 Quitting bconsole with ctrl+d doesn't save history
2665
2666 31Oct10
2667 - Fix bad handling of c: during restore in bat
2668 - Ignore unknown dot commands in restore tree code
2669
2670 20Oct10
2671 - Fix ubuntu/debian startup scripts
2672
2673 13Oct10
2674 - Fix bug #1643 about orphan records with delete volume= command
2675
2676 07Oct10
2677 - bvfs: fix mysql query, restore seems to be ok
2678 - bvfs: Restore should be ok with MySQL
2679
2680 06Oct10
2681 - Use start-stop-daemon handler to run daemons as bacula:bacula
2682
2683 26Sep10
2684 - Reverted the change of TRU64 to OSF1 for the OS detection rules. Although
2685   Compaq/HP renamed OSF1 to TRU64 lets leave it for now.
2686 - Fix new IRIX xattr code. Be a bit smarter when freeing data and do it in the
2687   exception handler (e.g. after the goto label)
2688 - Fix some trivial errors and implemented the restore of IRIX xattrs.
2689 - Added first try at supporting IRIX extended attributes.
2690
2691 25Sep10
2692 - Added configure logic for detecting the TRU64 extended attributes interface.
2693   Also made the acl and xattr configure logic use the HAVE_XXX_OS_TRUE variable
2694   which is set by BA_CHECK_OPSYS macro so we only check for a certain interface
2695   that we know only exist on a certain platform when we are running on that
2696   platform. This should make the configure output much cleaner.
2697
2698 24Sep10
2699 - Added support for TRU64 Extended Attributes interface.
2700
2701 06Oct10
2702 - Remove SQL lib dependency from btape
2703
2704 05Oct10
2705 - Fix bad copyright in new src/lib/crc32.c
2706
2707 04Oct10
2708 - bat: Add pattern filter and make restore to start from brestore
2709 - Adapt bvfs for BaseJobs (path is ok)
2710
2711 03Oct10
2712 - bat: more work on brestore panel
2713 - Add .bvfs_restore command
2714 - Add .bvfs_get_path to traduce a pathid into a path
2715
2716 02Oct10
2717 - bat: Add new form to run a restore
2718 - bat: Add restore job list in console
2719 - bat: Add restore option box for brestore
2720 - bat: Add runrestore.ui to bat project file
2721 - bat: Use current set of jobids for directories
2722 - bat: fix drag&drop for new brestore screen
2723
2724 01Oct10
2725 - bat: Try to implement drag&drop for file selection
2726 - bat: Add checkbox to allow automatic fileset merging
2727 - Add "all" option to .bvfs_get_jobids dot command.
2728 - bat: get a simple working brestore file browser using bvfs API
2729 - bat: Implement a Date and FileType helper in ItemFormatter
2730 - Implement .bvfs_versions command to display all file versions for a client
2731 - Update BVFS file versions browser
2732 - Add .bvfs_get_jobids to return jobids needed by a job to restore
2733
2734 30Sep10
2735 - bat: Use BVFS on bRestore view
2736
2737 05Oct10
2738 - Fix #1648 about make_catalog_backup.pl with multiple catalog
2739
2740 01Oct10
2741 - Rebuild configure
2742 - Fix batch insert detection for MySQL and no .a libraries
2743
2744 30Sep10
2745 - Fix pt_out() that can loose a message if the trace file can't be opened.
2746
2747 23Sep10
2748 - Add missing new stream definitions.
2749 - Added xattr interface found in AIX 6.x and higher which mimics the Linux/OSF
2750   interface but has just a bit different named functions and the error codes
2751   are somewhat different so its not a perfect match to extend the generic
2752   interface (which is named generic now instead of the linux interface as it
2753   used by Linux and OSX).
2754 - Added configure support for the AIX extended attributes interface.
2755 - Added extra check for Solaris xattr support so we don't get false positives
2756   on other os-es (AIX) etc.
2757
2758 22Sep10
2759 - First compiling version of AIX 5.3 and later acl code using the new aclx_get
2760   and aclx_put interface.
2761 - AIX also supports setmntent/getmntent so use that instead of much more
2762   complicated other interface which is left for AIX systems that might not
2763   support the setmntent/getmntent interface.
2764
2765 17Sep10
2766 - Handle the old stream using the old system call just to be safe for now.
2767
2768 16Sep10
2769 - First steps for adding new interface for acls added to AIX 5.3 and later.
2770   Added 2 new streams and basic code to handle these streams. Next step is the
2771   actual implementation.
2772 - Rewrote ACL configure logic to be somewhat better readable in the same style
2773   as the new xattr configure logic.
2774
2775 22Sep10
2776 - Add debug to next_vol.c + shorten retention for recycle-test
2777 - Fix seg fault introduced during restore cut and paste
2778
2779 21Sep10
2780 - Fix bat browser to ignore copy jobs. Fix bug #1604
2781 - Create dummy to create test data
2782 - patch 96793e fixes bug #1584
2783
2784 20Sep10
2785 - Fix bconsole bug with new BNET signals
2786 - Add skeleton of new bat run dialogs
2787
2788 18Sep10
2789 - Fix getmntinfo handling on FreeBSD as it seems its the same as OSX (no real
2790   surprise).
2791
2792 10Sep10
2793 - Add TODO on AIX acl code
2794 - Detect acl_get() on AIX to enable ACL code
2795
2796 08Sep10
2797 - Tweack project file to mark Item 7 done
2798
2799 30Aug10
2800 - Fix the insert_autokey_record functions to be 64bit compliant. This fixes a
2801   long standing bug in the postgresql code where the id was converted using
2802   atoi which is now changed into a str_to_int64.
2803
2804 17Aug10
2805 - When moving zlib into its seperate ZLIBS variable forgot to update the stored
2806   Makefile.in which still uses FDLIBS. But as FDLIBS now only contains libraries
2807   explicitly needed for building the filed this doesn't work. This should fix
2808   that. This is mostly a problem on Solaris like operating system as the linker
2809   doesn't load all dependency libs and gives unresolved symbols.
2810
2811 20Sep10
2812 - Fix bug #1623 about indexes that are already created or deleted in postgresql
2813   upgrade process.
2814 - First cut of bat rerun a Job from Jobs Run
2815 - Allow sorting of more bat media columns
2816 - Suppress superfluous warning messages if SD polling
2817
2818 19Sep10
2819 - Add comm error output when cram-md5 fails with comm error
2820
2821 18Sep10
2822 - Quote device name in SD and implement releasing message
2823 - Massive bat notifier rewrite + fix seg fault + implement text input dialog
2824
2825 15Sep10
2826 - Fix postgresql version detection in database creation script
2827
2828 13Sep10
2829 - Make Ubuntu autostart scripts LSB compliant
2830
2831 12Sep10
2832 - Fix restore browser to permit checking first item and to start in focus
2833 - Fix another bat seg fault
2834 - Fix bat seg fault
2835
2836 11Sep10
2837 - Backport 5.0.3 rpm changes.
2838
2839 04Sep10
2840 - Display job information on jobid in Verify screen
2841 - Allow to verify any job specified in argument
2842
2843 03Sep10
2844 - Send back updated jobs status from FD
2845 - Allow plugin to skip restore if problem
2846 - Attempt to eliminate waiting on Storage message during restore
2847 - Add quotes around resource name in status output
2848 - Change FD protocol version to avoid error message when sending RestoreObjects
2849
2850 22Aug10
2851 - Allow limit= for all list sub commands
2852
2853 12Aug10
2854 - Make third argument of DEVICE::d_ioctl optionnal to emulate varg
2855 - Use SMARTALLOC+memset instead of overload new/delete that doesn't work in
2856   bat
2857
2858 02Sep10
2859 - Fix bug #1601 where prune client pool=xx apply pool retention for all volumes.
2860
2861 31Aug10
2862 - Add level option to estimate help command
2863 - Fix #1633 Windows service is not removed if still running
2864
2865 30Aug10
2866 - Fix #1624 about segfault in dvd driver when calling rewind(NULL)
2867
2868 29Aug10
2869 - Rebuild configure
2870 - Add scripts/reload
2871
2872 12Aug10
2873 - Fix batch insert detection on SLES 11
2874 - Add crc32sum in makefile
2875
2876 11Aug10
2877 - Add ENDIAN detection in config.h/configure.in
2878 - Use HAVE_LITTLE_ENDIAN in crc32 code
2879
2880 08Aug10
2881 - crc32 optimization
2882 - Add crc32 test program
2883
2884 10Aug10
2885 - Update spec files
2886 - Modify DEVICE class to use subclass for each driver implementation.
2887 - Add USE_FTP in version.h
2888 - Add new/delete operators with memset(0) on smartalloc
2889
2890 08Aug10
2891 - Fix bug #1504 -- Error when creating tables in MySQL 5.5
2892
2893 03Aug10
2894 - Remove patches directory
2895
2896 02Aug10
2897 - Fix prune sql handler
2898 - Allow sorting of MeditView table columns
2899
2900 01Aug10
2901 - Make Win32 no filesystem change more explicit
2902
2903 31Jul10
2904 - Revert to old block.c to fix recycling
2905
2906 29Jul10
2907 - Remove some old files
2908
2909 28Jul10
2910 - Fix #1606 about OpenSSLv1 detection using non-standard location
2911
2912 27Jul10
2913 - Update the license template files
2914
2915 26Jul10
2916 - Fix postgresql catalog creation when version is not on the first line
2917
2918 25Jul10
2919 - More changes from GPLv2 to AGPLv3
2920 - Fix some missed copyright changes
2921 - Switch from GPLv2 to AGPLv3
2922
2923 21Jul10
2924 - Implement %f %b to get JobFiles, JobBytes in a RunScript
2925 - Fix bug #1610 handle empty xattr values on Linux and xBSD.
2926 - Really free free pool memory before sm_dump
2927 - Garbage collect memory pool at end of job and before sm_dump
2928 - Ignore STREAM_RESTORE_OBJECTS returned by SD to FD
2929
2930 19Jul10
2931 - Add xattr seg fault protection suggested by Marco for bug #1610
2932
2933 17Jul10
2934 - Add archlinux to os.m4
2935
2936 14Jul10
2937 - More fixes for 32/64 bit problems in smartall
2938 - Fix 32/64 bit problem in smartalloc dump routine
2939
2940 11Jul10
2941 - Fix .dump, .die, .exit when DEVELOPER turned off
2942
2943 10Jul10
2944 - Make SD automatically fix the Volume size in the Catalog when out of sync
2945 - Add bigger print buffer for sm_dump
2946 - Add .dump and .exit commands for daemons
2947
2948 09Jul10
2949 - Use Pmsg in smartall.c rather than printf for tracing Windows
2950
2951 07Jul10
2952 - Up maximum block size to 20M
2953 - Fix for TLS bugs #1568 and #1599
2954
2955 02Jul10
2956 - Improve comm line error handling for TLS, may fix bug #1568 and #1599
2957
2958 04Jul10
2959 - Add new tls-duplicate-job test
2960
2961 02Jul10
2962 - Fix SD crash due to mismatched lock/unlock in error condition
2963
2964 29Jun10
2965 - add comments
2966 - Fix #1600 about problems with Accurate code on MySQL
2967
2968 26Jun10
2969 - Fix bug #1587 if you have clients with different catalogs configured, both
2970   catalogs contains all clients after a reload or restart of the dir
2971 - Fix bug #1577 During migration: ERROR in block.c:950 Failed ASSERT: dev->is_open()
2972   by moving and commenting out the ASSERT()
2973
2974 24Jun10
2975 - Fix new killsafe code
2976 - Add USE_LOCKMGR_SAFEKILL in version.h
2977 - Add wrapper for pthread_kill() to check if thread exists before using kill
2978
2979 23Jun10
2980 - Skip HB kill in FD if HB thread terminated
2981
2982 21Jun10
2983 - update windows defs
2984
2985 20Jun10
2986 - Fix crash from unequal volume_lock/unlock calls
2987 - Fix pruning for migration jobs and do some optimization
2988 - Print TestName at beginning of dump
2989
2990 19Jun10
2991 - Remove prototypes of removed prune queries.
2992
2993 18Jun10
2994 - Adapt new prune code with old db_accurate_get_jobids()
2995
2996 17Jun10
2997 - update prune code
2998 - Fix db_get_base_jobid()
2999
3000 16Jun10
3001 - Make new prune algo to work with backup
3002
3003 19Jun10
3004 - Save any dumps during regression to dumps directory
3005 - Update LICENSE
3006 - Fix crash from rw_lock/unlock miss match
3007
3008 18Jun10
3009 - Attempt to fix duplicate job kill seg fault
3010 - Replace pthread_kill by my_thread_send_signal() in jcr.c
3011 - Fix postgresql error in grant script
3012 - fix #1595 about batch mode detection problem for postgresql with non standard
3013   install dir
3014 - Add TestName to gdb traceback
3015 - Fix accurate code
3016
3017 17Jun10
3018 - Remove bdb from configure
3019
3020 16Jun10
3021 - make new update tables executable
3022 - Improve the "update stats" sql command
3023 - Improve performance for MySQL with update stats command
3024 - Fix Makefile and build problems
3025
3026 14Jun10
3027 - Fix #1594 about prune copy jobs
3028 - Fix restore object compression flag -- James
3029
3030 11Jun10
3031 - Add new upgrade script from DB vers 12 to 13
3032 - Add BDB_VERSION for scripts + prepare update 11 to 12 + automate BDB_VERSION
3033   checking
3034
3035 09Jun10
3036 - Add first cut Volume names to disk-changer
3037
3038 07Jun10
3039 - Apply literal string fix in printf submitted by Luca Berra
3040
3041 05Jun10
3042 - Drop 2 unneeded AC_DEFINE statements from configure.in for AFS.
3043
3044 03Jun10
3045 - Fix bug #1582 Restore from multiple storage daemons breaks subsequent backups
3046
3047 01Jun10
3048 - Fix segfault on "cancel jobid=" command
3049 - Create table with jobids as a temporary table and move the sql definition to
3050   sql_cmds.c. We use a default query for all databases but Ingres.
3051 - Update makefiles for new libtool revision
3052 - Simplify libtool revision and use VERSION as default
3053 - Simplify libtool revision
3054
3055 28May10
3056 - Convert all Jmsg on the watchdog thread to Qmsg
3057
3058 30May10
3059 - Don't set socket buffer size unless explicite set by users. Suggested change
3060   from bug #1493
3061 - Fix bug #1554 Windows installer doesn't honor /S flag
3062
3063 29May10
3064 - Add z (size_t) prefix to bsnprintf
3065
3066 28May10
3067 - Fix #1571 and install libraries with 755 perms
3068
3069 27May10
3070 - Fix bug #1581 ASSERTs in src/dird/jobq.c can never trigger
3071 - Removed workaround for bug in Ingres with insert into tables with sequences
3072   from the batch insert temporary table. Added comment to the Ingres make table
3073   script to document the bug numbers which should be fixed in the Ingres
3074   version to be able to run batch inserts and currently known patch numbers for
3075   Solaris x86 and Linux x86_64.
3076
3077 25May10
3078 - Fix segfault in action on purge test
3079
3080 24May10
3081 - First cut Share Point plugin
3082 - Add more debug code for bactrace
3083
3084 23May10
3085 - Fix for bug #1569 deadlock/crash in Dir
3086
3087 20May10
3088 - Fix problem with BaseJob and Accurate FileSet options on client side
3089 - Do not use mtime with basejobs
3090
3091 18May10
3092 - Optimize the selection process for saving either AFS or Native ACLS by
3093   keeping track of the filesystem we are doing a backup of. This way we don't
3094   have to check if a filesystem is still either AFS or not as when we know if
3095   it is all files on the same filesystem are either AFS or not. We also clear
3096   the native save flag when a filesystem says it doesn't support acls so we
3097   don't keep on trying saving acls on filesystem that don't support them.
3098
3099 16May10
3100 - Added preliminary AFS acl support. The code may need some testing on a real
3101   AFS enabled server as most of the code was written using information available
3102   on the Internet. The code compiles and links on Linux using OpenAFS 1.4.
3103 - Added fstype rewrite code so we have a uniform way of retrieving the fstype
3104   on Linux and OSF1 without the need to add code for each new filesystem added
3105   to a OS.
3106
3107 14May10
3108 - First stab at a simple script to dump the content of the complete Ingres
3109   bacula database for disaster recovery purposes.
3110
3111 10May10
3112 - Add .dump command
3113 - update comments
3114
3115 08May10
3116 - remove pragma warnings
3117
3118 06May10
3119 - Fix problem when sending Cancel event to plugin
3120 - first attempt at making bacula set the backup level in VSS
3121 - Implement bEventPluginCommand event for systemstate plugin
3122 - MySQL compilation fix
3123
3124 05May10
3125 - stop Bacula aborting the job when one of the writers reports a problem
3126
3127 04May10
3128 - Fix #1567 about display of long volume names truncated during restore
3129
3130 03May10
3131 - Fix segfault when loading Plugins
3132
3133 02May10
3134 - Added new bacula-libs package.
3135 - Fix RestoreObject for PostgreSQL
3136
3137 01May10
3138 - Move some AC_MSG_RESULT macros around so the configure output looks somewhat
3139   cleaner.
3140 - Move libz out of FDLIBS into a seperate variable as we need it for libbac.so
3141   now too as it also has libz compiled functions. This way we keep the FDLIBS
3142   cleaner with only extra libs need for the Filed to compile.
3143 - Fix RestoreObject schema on PostgreSQL
3144 - Fix insertion of RestoreObject
3145 - Change Byline
3146 - Remove RestoreObjects when pruning Jobs
3147 - Fix bug #1538 Start Scripts return incorrect value
3148 - Fix bug #1564 init scripts not LSB compliant
3149 - Rework sql queries for update copies
3150
3151 30Apr10
3152 - Don't hardcode temporary table creation as some backend have a somewhat
3153   different SQL syntax.
3154 - Added missing column in Ingres database definition for new database object as
3155   reported by Stefan.
3156
3157 28Apr10
3158 - Patch from Martin to avoid error when single tape used
3159 - James' patch
3160 - Fix File and Job Retention in show pool command
3161
3162 27Apr10
3163 - Add Polish translation. This translation project is sponsored by Inteos Sp. z
3164   o.o. based in Warsaw, PL.
3165 - Change Ingres query filter to set a realy early timestamp instead of an empty
3166   string which doesn't seem to work on all Ingres versions.
3167 - Add new file I missed from James' plugin patch
3168
3169 26Apr10
3170 - Probable fix for SD crash bug #1553
3171 - Remove bad debug line
3172 - Add extra lock debug code but turned off
3173 - Reduce accurate test output when not debug
3174 - Add lmgr_is_locked() function to test if a thread own a mutex
3175
3176 25Apr10
3177 - Put attr.c debug on dbglvl
3178
3179 24Apr10
3180 - Use lwps cmd in dbx and no threads as it seems to give some strange side
3181   effects e.g. doesn't work and lwps seems to always work. So lwps it is
3182   then.
3183 - Fix #1559 problem when restoring pruned jobs with a regexp
3184 - Do some work on the btraceback on Solaris, we test to see what debugger is
3185   available and we prefer the debuggers in this order: dbx, gdb, mdb. Also
3186   enchanced the dbx bactrace somewhat that it always dumps all available
3187   threads (e.g. we also changed from lwp to threads for dbx). We also print
3188   some variables that the gdb script also dumps on a bactrace. Hopefully we get
3189   some better dumps using this. The mdb is used as a last resort as it should
3190   be always installed on a Solaris box (dbx and gdb may not) but at the moment
3191   I'm still trying to find out how to get some more understandable dumps from
3192   mdb as its rather rudimentary and more a crash debugger then a source code
3193   debugger.
3194 - Fix for bug #1560 bcopy cannot find Volume
3195 - Update autoconf scripts
3196 - Fix Windows build
3197
3198 23Apr10
3199 - Update Ingres RestoreObject table
3200 - Add compress/decompress of Object Record data
3201 - Fix #1558 about bscan that doesn't update PurgedFiles on Job records
3202 - Remove pool zap code that breaks 2drive-concurrent-test
3203 - Fix cancel crash bug #1551
3204
3205 21Apr10
3206 - A timestamp can only be assigned to a timestamp in Ingres unless we convert
3207   it inline. But why should we the code to get Timestamps is already there so
3208   change it and we are allright.
3209 - For Ingres always enable batch mode inserts.
3210 - reindent some Ingres DECLARE queries so they are better readable.
3211 - Lets not use the mdb->transaction bool but create a private one named mdb->explicit_commit
3212   as mdb->transaction is used by the bacula core and we need a private setting
3213   for Ingres.
3214 - Lets have a single exit from db_write_batch_file_records where we always drop
3215   the temporary batch table.
3216 - Fix job_metadata name problem
3217 - Allow traceback with gdb on Solaris
3218
3219 20Apr10
3220 - Implement IS_NUM for Ingres by using eqsqlda.h IISQ_ values for numeric types
3221   supported by Ingres.
3222 - Correct Pool display in SD status. Fixes bug #1541
3223 - Add performance notes in make_xxx_tables.in files
3224
3225 19Apr10
3226 - Fix Ingres problems with queries with have both an LIMIT and OFFSET clause as
3227   we need to reorder this query for Ingres to be understandable we need some
3228   more regexp magic for now. Lets make things exentsible and allow for multiple
3229   regexps all being fired on a query transforming it into the query to execute.
3230   Dropped the encoding check which is for postgresql but not interesting for
3231   Ingres now we use VARBYTE and not VARCHAR.
3232 - Fix cancel crash reported by Stephen Thompson
3233 - Check if sql backend is thread-safe
3234 - Fix error message with PostgreSQL on JobHisto sequence
3235
3236 18Apr10
3237 - Add RestoreObject postgresql privilege
3238 - Change plugin FileSet function names add NewOptions and NewIncludes
3239 - Second cut plugin filesets
3240 - Add exclude to test program
3241 - Correct new plugin names
3242 - First cut more complicated fileset options for plugins
3243 - Skip FT_RESTORE_FIRST in verify
3244 - Start adding plugin regex filesets
3245
3246 17Apr10
3247 - Reorganize regex code
3248
3249 18Apr10
3250 - Rewind on close to fix #1549
3251 - Add bVarWorkingDir to filed plugins
3252
3253 17Apr10
3254 - Update Ingres temporary table definitions with new datatypes and lengths.
3255 - Added extra check to scream when we encounter a database datatype which we
3256   don't support yet. This should never happen as we should implement new
3257   datatypes when we use them in the schema but some defensive programming
3258   doesn't hurt.
3259 - Some small indent changes.
3260 - Possible fix for big-files-test
3261 - Use a dedicated connexion when VirtualFull computes the file list.
3262 - Add back line accidentally deleted -- fixes verify-vol tests
3263 - Remove inappropriate comments and unused line
3264 - Fix badly named index
3265 - First stab at rewriting the ingres database schema to allow bigger path and
3266   filenames up to the current limit of 32000 bytes. Also reindented the database
3267   definitions to the Bacula standards which make it somewhat easier to read.
3268   Implemented the retrieval of some additional datatypes in the ingres backend
3269   now we switched some types from VARCHAR to VARBYTE.
3270
3271 16Apr10
3272 - Remove closelog() in bpipe fixes bug #1536
3273 - Convert restore object to use STREAM_RESTORE_OBJECT; cleaner code
3274 - For now the Ingres type is not TEXT but VARCHAR(256) so lets define the
3275   temporary table that way.
3276 - Seperate some basejob queries into sql_cmds.c so the code is cleaner and we
3277   can specify the Ingres specific definition of a temporary table.
3278 - Remove some strange includes halve way this file which seems to be some
3279   copied code from the top of the file.
3280 - Fix RestoreObject make_sqlite3_table.in syntax
3281
3282 15Apr10
3283 - DISTINCT ON postgresql queries won't work on Ingres so try if the MySQL
3284   queries do any better on Ingres.
3285 - Small changes to btraceback script so on solaris we don't get strange errors
3286   as PNAME is not a single binary name and that doesn't work to great for doing
3287   a gcore.
3288 - Add install and uninstall of btraceback.mdb script
3289
3290 14Apr10
3291 - Remove bad index tips on mysql creation script
3292 - Apply James' patch with my restore object changes
3293 - Add vss_close_backup_session after find_files + add object_name to restore
3294   object
3295
3296 13Apr10
3297 - Ingres doesn't understand a query string with ORDER BY LastWritten IS NULL,LastWritten
3298   DESC,MediaId and we must rewrite it to ORDER BY IFNULL(LastWritten, '')
3299   DESC,MediaId which we now do by using an array with the correct order statement
3300   per backend in sql_cmds just as some of the other database specific queries.
3301
3302 12Apr10
3303 - Add missing break. Pointed out by James
3304
3305 11Apr10
3306 - Pass restore object to plugin
3307 - Restore object now sent to FD
3308 - Drop old bdb catalog scripts
3309
3310 10Apr10
3311 - Extract restore object and send to FD first cut
3312 - Add Ingres RestoreObject SQL changes
3313 - Rename sql_insert_id into sql_insert_autokey_record so things are somewhat
3314   cleaner in name and things don't seem to imply we are just a mysql_insert_id
3315   replacement, which we are not.
3316
3317 09Apr10
3318 - Turn off plugin debug
3319 - Create and put data into RestoreObject table
3320 - Create db_create_restore_object_record and code to insert it
3321 - Drop all Ingres tables with one commit.
3322 - Fix Win32 build
3323 - Set level for debug code
3324
3325 08Apr10
3326 - Make build and install of test-plugin for regress automatic
3327 - Temp remvoe add exclude
3328
3329 07Apr10
3330 - First attempt to fix plugin excludes
3331 - Get binary objects working
3332 - Make test-plugin regression test work
3333 - Make test-plugin-test script
3334 - Create test-plugin-fd
3335 - Stuff object in extended attributes
3336 - Add FT_RESTORE and first cut handling it
3337
3338 06Apr10
3339 - Add more doc to example-plugin
3340
3341 05Apr10
3342 - Start RESTORE_OBJECT code
3343
3344 08Apr10
3345 - Fixed postgresql grant script which I seem to have updated while I thought I
3346   updated the Ingres one. Also added a missing entry as reported by Martin
3347   Simmons.
3348 - First attempt at using mdb on Solaris instead of dbx which isn't standard on
3349   most current Solaris versions.
3350 - fix grant_postgresql_privileges doesn t grant permissions on jobhisto_jobid_seq
3351 - Add back something that for whatever reason got lost on last big merge.
3352
3353 07Apr10
3354 - Fix stupid inverted logic
3355 - Make the batch insert functions return bool instead of int.
3356 - Add lock position info to volume manager
3357
3358 06Apr10
3359 - Permits to use lock manager with file/line from outside
3360
3361 05Apr10
3362 - Added empty db_check_backend_thread_safe to dbi backend.
3363 - Change cryptic aop name
3364 - Make sql_insert_id a atomic function which executes the insert query and when
3365   that succeeds retrieves the id the database used for storing the inserted
3366   record. Some databases want this to be atomic (e.g. without a COMMIT in
3367   between.) Coding wise this is also much cleaner.
3368 - Drop have_insert_id in mdb as its always true for all backends.
3369 - Lets call it COMMIT and not END as that seems to be the counterpart of BEGIN
3370   for transactions. Updated Ingres lock queries to only start a transaction as
3371   the current SQL is not valid Ingres SQL.
3372
3373 04Apr10
3374 - First attempt at making things multi-threaded and make it possible to have
3375   multiple connections to the database without having the dreaded ERR=E_LQ002E
3376   The 'execute immediate' query has been issued outside of a DBMS session. This
3377   compiles but seems to give some problems so into the debugger it is.
3378 - Use -lq.1 -lcompat.1 as shared libraries instead of linking with -lingres
3379   which is a static library. Also need to change generated code of esqlcc a bit
3380   to get things to link with the IIsqlca function.
3381 - As we have a multithreaded application let tell that to esqlcc so it can
3382   optimize for that.
3383 - Fix bscan segfault with new comment field
3384
3385 03Apr10
3386 - Creating a database as an other user and giving grants doesn't seem to work
3387   for Ingres. Strange so for now create everything using the -u${db_user}
3388   option. This is something that needs to be investigated as it should be
3389   possible to have an different owner of the database.
3390 - Create user in the right database for Ingres.
3391 - Do all Ingres operations as the user invoking the script just as for all the
3392   other databases. The grant script will make sure the db_user will have the
3393   proper access rights to the database tables and sequences.
3394 - Fix username argument to sql for Ingres grants.
3395 - Replace ASSERT in block.c with fail Job
3396 - Make the Ingres grant script work.
3397 - Use uint32_t for max_concurrent_jobs
3398 - Fix grant script to set grants on correct sequence names and not PostgreSQL
3399   names.
3400 - Add new item to projects
3401
3402 02Apr10
3403 - Fix bug #1542 File Daemon outputs usage message to stdout instead of stderr
3404 - Apply James' rename events patch
3405 - Apply James' plugin patch
3406 - Added limit_filter which rewrites queries which use the LIMIT functions into
3407   something Ingres can understand. Removed all static functions from the
3408   myingres.sh file as they are no longer an exported interface (we can always
3409   put that back when we have the need to export more functions). Some other
3410   rewrites of the code to make it somewhat cleaner.
3411
3412 01Apr10
3413 - Add make_def64
3414 - Fix win32/lib/bacula.defs as pointed out by James
3415 - Drop Ingres specific versions of queries with #ifdefs
3416 - fixed syntax LIMIT/NULL behavior/improved tests
3417
3418 31Mar10
3419 - Simplify db_check_max_connections code and ifdeffing
3420 - Fix SQL warning message about concurrency pointed out by Graham
3421 - Fix compiler warning
3422 - Add jobs running to status of daemons
3423
3424 29Mar10
3425 - Use file and line for rwlock and lmgr in db_lock()
3426 - Add File and Line info to rw_lock for lmgr
3427
3428 27Mar10
3429 - Fix compiler warning.
3430 - Fix database locking calling db_lock and returning from function without
3431   calling db_unlock.
3432 - Apply James' wide char patch
3433 - Patch from James
3434 - Add bVarVssDllHandle so that a plugin can get GetProcAddress
3435
3436 26Mar10
3437 - Add missing db_unlock to bvfs_update_cache.
3438
3439 22Mar10
3440 - Fix #1532 about permission on binaries
3441 - Propose shell replacement to perl code, fix #1516
3442 - Fix #1526 about verify jobs and runscript
3443
3444 20Mar10
3445 - Add 5 minute timout to alert directive -- fixes bug #1536
3446
3447 19Mar10
3448 - Add bEventInitializeVSS as requested by James
3449
3450 17Mar10
3451 - Reduce compiler warnings on Windows build
3452
3453 16Mar10
3454 - Add doc + make some compat subroutines static
3455 - Fix Win64 build
3456 - Correct mkdir in installer
3457 - System State plugin update
3458
3459 14Mar10
3460 - Allow users to build bat without static QT if desired.
3461 - Add bat=no make option on Win32
3462 - Fix for qt mkspecs location on Fedora 12.
3463 - Second plugin patch
3464 - System State plugin first cut
3465
3466 12Mar10
3467 - syntax fix, test improved, empty results fixed
3468 - Add read_vol_list mutex to lockmgr prio
3469 - Fix #1527 about deadlock during migration
3470 - When including term.h we don't need prototypes for tgetent, tgetnum and
3471   tgetstr as they are defined in term.h on Solaris.
3472
3473 10Mar10
3474 - Another fix for OpenSSLv1
3475 - Add -lrt to Solaris links
3476
3477 09Mar10
3478 - Fix tls.c for OpenSSLv1
3479 - Add plugin Exclude interface
3480
3481 08Mar10
3482 - Add TODO in bvfs
3483 - Fix #1511 when trying to insert more than 50.000 directories in bvfs
3484 - Fix plugin load not to stop if one plugin bad -- pointed out by James
3485
3486 07Mar10
3487 - Add Base and Copy to ua_dotcmds.c for Levels and Types for bat
3488 - More devlock work
3489 - Remove --without-qwt from configure statement.
3490 - First cut new device lock code
3491 - Fix bug in bvfs_update function, should work much better now
3492 - Uses a dedicated connection when running bvfs_update command
3493 - Add first cut at Win32 bpipe
3494
3495 06Mar10
3496 - Switch from termlib to ncurses
3497 - Second correct fix to bug #1524 verify fails after adding or removing files
3498 - Fix bug #1524 verify fails after adding or removing files
3499 - Fix bug 1523.
3500 - Apply fix suggested by Andreas in bug #1502 for mediaview column sort problem
3501 - Lets not generate the ingres code automatically when the .sc or .sh files
3502   changes as it seems these files get outdated on some systems and then this
3503   rule kicks in on systems that don't have the esqlcc ingres compiler installed.
3504
3505 04Mar10
3506 - Fix CentOS detection in regression get-os script
3507
3508 06Mar10
3509 - Cread subroutines to add exclusion for plugins
3510
3511 05Mar10
3512 - This adds sql debugging to these classes that Eric wrote.
3513 - This is a 1/2 fix of the issue. It allows for the sorting of the two non
3514   graphic columns, but still does not allow for sorting the graphic columns.
3515   The issue is with last. By setting the sort value, you are setting the value
3516   on the last. To experiment with what I mean, use the set background that I
3517   have commented out in this commit.
3518
3519 04Mar10
3520 - Create AddExclude entry point for plugins
3521
3522 03Mar10
3523 - Lets generate ingres code by calling esqlcc and not esqlc as we want c++
3524   code. Replaced some strncpy by bstrncpy calls. Add dependency in Makefile of
3525   generated code on it source file.
3526 - Another file to add James' code to get VssObject
3527 - Add James' code to get VssObject
3528 - Fix OpenSSL 1.x problem in crypto.c on Fedora 12
3529 - Display AllowCompress warning message only if compression used in FileSet
3530
3531 01Mar10
3532 - Added comment on dbi backend needing a recent version of libdbi from CVS as
3533   the version currently released 0.8.3 wont work for compiling the code.
3534 - Add Warning check to SQL
3535 - Fix readline to use TERM_LIB found for conio
3536
3537 27Feb10
3538 - Move bacula shared objects in separate bacula-libs package.
3539 - Fix for termcap lib on suse.
3540
3541 26Feb10
3542 - Fix for shared objects name convention change.
3543 - Pass jcr to VSS class + minor clean up of VSS code
3544 - update date
3545
3546 25Feb10
3547 - Fix compile link flags for gigaslam
3548 - Add missing defines for gccver.
3549
3550 24Feb10
3551 - bconsole: make problem in director selection fatal (exit=1)
3552
3553 23Feb10
3554 - Undelete bat help files
3555 - Use db_socket parameter in make_catalog_backup_.pl script
3556 - Add skeleton of system state plugin
3557 - Ensure SD asks for help when looping even if poll set. Fixes bug #1513
3558
3559 22Feb10
3560 - Fix compiler warnings in tools directory
3561 - Temp remove savecwd to make Win32 build
3562
3563 21Feb10
3564 - Fix three-pool regress bug
3565 - Replace MIN by code as recommended by Marco to avoid compiler warning
3566 - Add Fedora 11 and 12 build tags.
3567 - Make script more portable
3568
3569 20Feb10
3570 - Forgot one exit.
3571 - Fixes for client only build.
3572 - Fix seg fault in dup jobs regression test
3573 - Remove duplicate.
3574 - Possible fix for FreeBSD three-pool regress failure
3575 - Remove mysql version variable.
3576 - Enable readline support.
3577 - Added patch from Stefan Reddig -- improved ingres db test
3578 - Added patch from Stefan Reddig -- added some checks, db test prog
3579 - bug report 1505
3580 - This version fixes an issue where the console window would start out not
3581   docked. It is fixed by initiating the variables in the Pages class with a
3582   constructor.
3583
3584 19Feb10
3585 - fix bvfs that displays NULL from time to time
3586 - Add comments about lock priority
3587 - Fix make_catalog_backup.pl fails when catalog db is on other host
3588
3589 18Feb10
3590 - Discard prev regress test results
3591 - Make set_jcr_sd_job_status static
3592
3593 17Feb10
3594 - Apply MacOSX installer patch from bug #1509
3595 - Add debug code for FreeBSD regress failures
3596 - Reduce debug output
3597
3598 16Feb10
3599 - Regress test Branch-5.0 prior to release
3600 - Add more debug for three-pool regress failure
3601 - Make dup jobs regress test work
3602 - Eliminate error message in regress setup if get not present
3603 - Avoid error message if git not installed
3604
3605 15Feb10
3606 - Apply fix to previous fix of Copy problem. Fix proposed by reporter of bug
3607   #1476
3608 - Set default Allow Duplicate Jobs = yes
3609 - Better cancel + fix Allow Dups code
3610 - Remove all bacula.spec.in
3611
3612 14Feb10
3613 - Fix duplicate job bug
3614 - Fix infinite wait on error when restore started
3615 - Make undocking work
3616 - Add check for sqlite3_threadsafe() in configure
3617 - Add function to extract resource from config file
3618 - First cut cd to dir during save and restore
3619 - Add debug to testls
3620
3621 13Feb10
3622 - Updates for 5.0.1.
3623 - Clean up termcap requirements.
3624 - Add dependency information.
3625 - Changes to run bat as nonroot user.
3626 - Refix version.
3627 - Fix client only build.
3628 - Add code to check and prevent setting StorageId to zero
3629
3630 12Feb10
3631 - Lets call the Ingres version of the tables also version 12 as it already has
3632   all the new tables introduced in version 12 on the other backends.
3633 - First cut at fixing AllowDuplicateJobs bugs
3634 - Fix bug #1501 -t does not print errors
3635 - Add more doc in sample-query.sql
3636
3637 11Feb10
3638 - Apply SQLite3 update fix from bug #1497
3639 - Apply bashism fix for diskchanger.in script from bug #1499
3640 - Apply Philipp Storz fix on bconsole history file
3641 - Apply rpm fix for Sci Linux from bug #1494
3642 - Update po files
3643 - Take most recent Ukranian po from bug #1448
3644 - Fix pages not in focus
3645
3646 10Feb10
3647 - Work around SQLite3 bug in bat submitted by Andreas Piesk a.piesk@gmx.net
3648 - Move shared object numbers into version.h + use -release for libtool rather
3649   than -version-info
3650 - Make mtx-changer errors clearer
3651 - Check for existence of mtx-changer.conf in mtx-changer script
3652
3653 09Feb10
3654 - Probable fix for Copy/Migration bug #1476
3655 - Fix SQL that fails on SQLite3 in bat reported by Andreas Piesk a.piesk@gmx.net
3656 - Add "bbatch -r" option to test database performance
3657
3658 08Feb10
3659 - Make bsnprintf test program compile
3660 - Add deadlock option to .die command
3661 - Rename directory
3662 - Reorganize spec files
3663 - Fix bat bug that consumes connections + add braces on ifs + rename subroutines
3664 - Fix compiling gigaslam.c whith $(CFLAGS) for OpenSuse Build service
3665
3666 01Feb10
3667 - fixed segfault/reworked query execution
3668
3669 07Feb10
3670 - Fix Mysql database upgrade.
3671 - Fix bug #1488 -- create delivery_error() subroutine to avoid recursion and
3672   race conditions in messages.c
3673 - Upgrade cats lib also to 5.1.0
3674
3675 06Feb10
3676 - Fix missing console page in bat
3677 - Move msg trace into subroutine
3678 - Move bat help files into help subdirectory
3679 - Add bat help files to Win64 installer
3680 - Win -- add help files to installer + stop any running bacula-fd before
3681   install
3682 - Fix bug #1481 -- bat consumes all console file descriptors
3683 - Update date on win32 rc file
3684
3685 04Feb10
3686 - Fix bug #1486 -- bat doesn't show any errors on command-line
3687
3688 03Feb10
3689 - Correct .my.cnf umask in make_catalog_backup.pl
3690
3691 02Feb10
3692 - Apply Philipp's fix for dbcheck use by make_catalog_backup.pl
3693
3694 01Feb10
3695 - Free db_list when not used
3696 - Fix seg fault in bscan from new comment field
3697 - Implement new "purge volume action" command to trigg ActionOnPurge.
3698 - Disable action_on_purge message in Storage
3699 - Change db_get_media_ids() to use more MEDIA_DBR info in search
3700 - Remove qmake-qt4 code so tht alternate qt4 build works. Fixes build problems
3701   in bug #1468
3702 - Make configure.in changes recommended by Markus Elfring
3703 - Patch from checks multple CNs when using TLS
3704
3705 31Jan10
3706 - Commit spec+rpm build files from Scott
3707
3708 30Jan10
3709 - Fix seg fault in SQlite driver
3710
3711 29Jan10
3712 - - fixed the database/table scripts - db_user was missing - updated database
3713   schema - fixed missing statements in sql*.h - since there is a db_type for
3714   Ingres now, there have to be 5, not 4, members in the arrays - worked alot on
3715   myingres.c - queries seems to be working, but the first INSERT fails with a
3716   segfault
3717 - Remove old bdb files + change DQUEUE to use dlist
3718 - Change copyright date
3719 - Document the empty query file
3720
3721 28Jan10
3722 - Make versions of shared libs inline with the software version.
3723 - Fix ActionOnPurge with a relabel command
3724 - Remove file_index sequential check -- reported by Graham
3725 - Enhance marking volume Used messages
3726
3727 27Jan10
3728 - Disabled ActionOnPurge waiting for a fix
3729 - Check pool memory size for truncate op
3730
3731 26Jan10
3732 - Fix #1467 about ActionOnPurge with Devices having space
3733 - Update bacula.spec with tips from Mory Henderson
3734 - Add -D option to bconsole to choose between different directors
3735
3736 18Jan10
3737 - Add comment= option to restore and run commands
3738
3739 26Jan10
3740 - Fix #1466 about Bogus pruning message
3741
3742 25Jan10
3743 - Fix make_catalog_backup.pl warning
3744
3745 Release version 5.0.3
3746
3747 03Aug10
3748 - Fix Windows build
3749 - Remove patches directory
3750 - Fix compilation problem with zlib
3751
3752 02Aug10
3753 - Remove comments field from tls-duplicate-job-test -- add back next database
3754   upgrade
3755
3756 01Aug10
3757 - Make Win32 no filesystem change more explicit
3758
3759 31Jul10
3760 - Update askdir.c to Branch-5.1
3761 - Revert block.c to fix recycling
3762 - More backport from Branch-5.1 to Branch-5.0
3763 - Backport Branch-4.0 release to Branch-5.0
3764 - Massive backport from Branch-5.1 to Branch-5.0 -- a bit more to do
3765
3766 29Jul10
3767 - Remove some old files
3768
3769 28Jul10
3770 - Fix #1606 about OpenSSLv1 detection using non-standard location
3771 - Backport some 5.1 changes to 5.0
3772
3773 27Jul10
3774 - Update the license template files
3775
3776 26Jul10
3777 - Fix postgresql catalog creation when version is not on the first line
3778
3779 25Jul10
3780 - More changes from GPLv2 to AGPLv3
3781 - Fix some missed copyright changes
3782 - Change license from GPLv2 to AGPLv3
3783 - Define restore object stream
3784
3785 21Jul10
3786 - Fix bug #1610 handle empty xattr values on Linux and xBSD.
3787 - Really free free pool memory before sm_dump
3788 - Garbage collect memory pool at end of job and before sm_dump
3789 - Ignore STREAM_RESTORE_OBJECTS returned by SD to FD
3790
3791 19Jul10
3792 - Add xattr seg fault protection suggested by Marco for bug #1610
3793
3794 17Jul10
3795 - Add archlinux to os.m4
3796
3797 14Jul10
3798 - More fixes for 32/64 bit problems in smartall
3799 - Fix 32/64 bit problem in smartalloc dump routine
3800
3801 11Jul10
3802 - Fix bad copy/paste in commit c88dccb88 prably a seg fault
3803 - Fix .dump, .die, .exit when DEVELOPER turned off
3804
3805 10Jul10
3806 - Add .dump and .exit commands for daemons
3807
3808 10May10
3809 - Add .dump command
3810
3811 10Jul10
3812 - Make SD automatically fix the Volume size in the Catalog when out of sync
3813 - Add bigger print buffer for sm_dump
3814
3815 09Jul10
3816 - Use Pmsg in smartall.c rather than printf for tracing Windows
3817
3818 11Jul10
3819 - Update to master's bsnprintf.c
3820
3821 07Jul10
3822 - Up maximum block size to 20M
3823
3824 04Jul10
3825 - Add new tls-duplicate-job test
3826
3827 07Jul10
3828 - Fix for TLS bugs #1568 and #1599
3829
3830 02Jul10
3831 - Improve comm line error handling for TLS, may fix bug #1568 and #1599
3832
3833 03Jul10
3834 - Remove Linux dependency (seq) in regress script
3835
3836 06May10
3837 - Fix problem when sending Cancel event to plugin
3838
3839 01Jun10
3840 - Update makefiles for new libtool revision
3841 - Simplify libtool revision and use VERSION as default
3842 - Simplify libtool revision
3843
3844 28May10
3845 - Convert all Jmsg on the watchdog thread to Qmsg
3846
3847 20May10
3848 - Do not use mtime with basejobs
3849
3850 02Jul10
3851 - Fix SD crash due to mismatched lock/unlock in error condition
3852
3853 26Jun10
3854 - Fix bug #1587 if you have clients with different catalogs configured, both
3855   catalogs contains all clients after a reload or restart of the dir
3856 - Fix bug #1577 During migration: ERROR in block.c:950 Failed ASSERT: dev->is_open()
3857   by moving and commenting out the ASSERT()
3858
3859 23Jun10
3860 - Skip HB kill in FD if HB thread terminated
3861
3862 21Jun10
3863 - update windows defs
3864
3865 20Jun10
3866 - Fix crash from unequal volume_lock/unlock calls
3867 - Fix pruning for migration jobs and do some optimization
3868 - Print TestName at beginning of dump
3869
3870 19Jun10
3871 - Remove prototypes of removed prune queries.
3872
3873 18Jun10
3874 - Adapt new prune code with old db_accurate_get_jobids()
3875
3876 17Jun10
3877 - Remove bdb from configure
3878 - update prune code
3879
3880 16Jun10
3881 - Make new prune algo to work with backup
3882
3883 19Jun10
3884 - Save any dumps during regression to dumps directory
3885 - Update LICENSE
3886 - Fix crash from rw_lock/unlock miss match
3887
3888 18Jun10
3889 - Attempt to fix duplicate job kill seg fault
3890 - Replace pthread_kill by my_thread_send_signal() in jcr.c
3891 - fix #1595 about batch mode detection problem for postgresql with non standard
3892   install dir
3893 - Fix accurate code
3894 - Add TestName to gdb traceback
3895
3896 17Jun10
3897 - Fix db_get_base_jobid()
3898
3899 14Jun10
3900 - Fix #1594 about prune copy jobs
3901
3902 07Jun10
3903 - Apply literal string fix in printf submitted by Luca Berra
3904
3905 03Jun10
3906 - Fix bug #1582 Restore from multiple storage daemons breaks subsequent backups
3907
3908 01Jun10
3909 - Fix segfault on "cancel jobid=" command
3910 - Change libtool version
3911
3912 30May10
3913 - Fix bug #1554 Windows installer doesn't honor /S flag
3914
3915 23Apr10
3916 - Remove pool zap code that breaks 2drive-concurrent-test
3917
3918 28May10
3919 - Fix #1571 and install libraries with 755 perms
3920
3921 27May10
3922 - Fix bug #1581 ASSERTs in src/dird/jobq.c can never trigger
3923
3924 20May10
3925 - Fix problem with BaseJob and Accurate FileSet options on client side
3926
3927 24May10
3928 - Add more debug code for bactrace
3929
3930 23May10
3931 - Fix for bug #1569 deadlock/crash in Dir
3932
3933 03May10
3934 - Fix segfault when loading Plugins
3935
3936 04May10
3937 - Fix #1567 about display of long volume names truncated during restore
3938
3939 02May10
3940 - Added new bacula-libs package.
3941
3942 01May10
3943 - Fix bug #1538 Start Scripts return incorrect value
3944 - Fix bug #1564 init scripts not LSB compliant
3945
3946 28Apr10
3947 - Fix File and Job Retention in show pool command
3948
3949 Release Version 5.0.2
3950
3951 27Apr10
3952 - Add lmgr_is_locked() function to test if a thread own a mutex
3953 - Probable fix for SD crash bug #1553
3954
3955 24Apr10
3956 - Fix #1559 problem when restoring pruned jobs with a regexp
3957 - Fix for bug #1560 bcopy cannot find Volume
3958
3959 23Apr10
3960 - Remove comment field added in last patch
3961 - Fix cancel crash bug #1551
3962
3963 21Apr10
3964 - Check if sql backend is thread-safe
3965
3966 20Apr10
3967 - Correct Pool display in SD status. Fixes bug #1541
3968
3969 19Apr10
3970 - Fix cancel crash reported by Stephen Thompson
3971
3972 18Apr10
3973 - Rewind on close to fix #1549
3974
3975 16Apr10
3976 - Remove closelog() in bpipe fixes bug #1536
3977 - Fix #1517 about missing Base level in .level command
3978
3979 08Apr10
3980 - fix grant_postgresql_privileges doesn t grant permissions on jobhisto_jobid_seq
3981
3982 07Apr10
3983 - Add lock position info to volume manager
3984 - Permits to use lock manager with file/line from outside
3985
3986 03Apr10
3987 - Replace ASSERT in block.c with fail Job
3988 - Use uint32_t for max_concurrent_jobs
3989
3990 29Mar10
3991 - Use file and line for rwlock and lmgr in db_lock()
3992 - Add File and Line info to rw_lock for lmgr
3993
3994 27Mar10
3995 - Fix database locking calling db_lock and returning from function without
3996   calling db_unlock.
3997
3998 26Mar10
3999 - Add missing db_unlock to bvfs_update_cache.
4000
4001 22Mar10
4002 - Fix #1532 about permission on binaries
4003
4004 14Mar10
4005 - Allow users to build bat without static QT if desired.
4006 - Fix for qt mkspecs location on Fedora 12.
4007
4008 12Mar10
4009 - Fix #1527 about deadlock during migration
4010
4011 10Mar10
4012 - Another fix for OpenSSLv1
4013 - Add -lrt to Solaris links
4014
4015 09Mar10
4016 - Fix tls.c for OpenSSLv1
4017
4018 08Mar10
4019 - Fix #1511 when trying to insert more than 50.000 directories in bvfs
4020 - Fix plugin load not to stop if one plugin bad -- pointed out by James
4021
4022 07Mar10
4023 - Remove --without-qwt from configure statement.
4024 - Fix bug in bvfs_update function, should work much better now
4025
4026 06Mar10
4027 - Second correct fix to bug #1524 verify fails after adding or removing files
4028 - Fix bug #1524 verify fails after adding or removing files
4029 - Fix bug 1523.
4030 - Apply fix suggested by Andreas in bug #1502 for mediaview column sort problem
4031 - Lets not generate the ingres code automatically when the .sc or .sh files
4032   changes as it seems these files get outdated on some systems and then this
4033   rule kicks in on systems that don't have the esqlcc ingres compiler installed.
4034 - Fix CentOS detection in regression get-os script
4035
4036 05Mar10
4037 - Create subroutines to add exclusion for plugins
4038 - This adds sql debugging to these classes that Eric wrote.
4039 - This is a 1/2 fix of the issue. It allows for the sorting of the two non
4040   graphic columns, but still does not allow for sorting the graphic columns.
4041   The issue is with last. By setting the sort value, you are setting the value
4042   on the last. To experiment with what I mean, use the set background that I
4043   have commented out in this commit.
4044
4045 03Mar10
4046 - Fix OpenSSL 1.x problem in crypto.c on Fedora 12
4047 - Display AllowCompress warning message only if compression used in FileSet
4048
4049 01Mar10
4050 - Added comment on dbi backend needing a recent version of libdbi from CVS as
4051   the version currently released 0.8.3 wont work for compiling the code.
4052 - Add Warning check to SQL
4053 - Fix readline to use TERM_LIB found for conio
4054
4055 27Feb10
4056 - Move bacula shared objects in separate bacula-libs package.
4057 - Fix for termcap lib on suse.
4058
4059 26Feb10
4060 - Fix for shared objects name convention change.
4061 - Remove mandrive and suse bacula.spec from configure
4062
4063 25Feb10
4064 - Fix compile link flags for gigaslam
4065 - Add missing defines for gccver.
4066
4067 Release Version 4.0.4
4068
4069 03Sep10
4070 - Send back updated jobs status from FD
4071 - Allow plugin to skip restore if problem
4072 - Add comments to win32-systemstate-test
4073 - Attempt to eliminate waiting on Storage message during restore
4074 - Add quotes around resource name in status output
4075 - Change FD protocol version to avoid error message when sending RestoreObjects
4076 - Fix so .messages does not stop restore in bat (I think)
4077
4078
4079 Release Version 4.0.3
4080
4081 31Aug10
4082 - Fix bug #1633 Windows service is not removed if still running
4083
4084 30Aug10
4085 - Make RestoreObject compatible with older FDs
4086 - Apply #1624 properly
4087 - Use VERSION for libtool library version
4088 - Change branding to Bacula Enterprise
4089 - Fix #1624 about segfault in dvd driver when calling rewind(NULL)
4090 - Add registered trademark
4091
4092 17Aug10
4093 - Correct rpm .spec for putting hostname and password in bat.conf
4094
4095
4096 Release Version 4.0.2
4097
4098 12Aug10
4099 - Fix batch insert detection on SLES 11
4100
4101 10Aug10
4102 - Update Enterprise specs to work with 4.0
4103
4104 08Aug10
4105 - Fix bug #1504 -- Error when creating tables in MySQL 5.5
4106
4107 02Aug10
4108 - Allow sorting of MeditView table columns
4109
4110 01Aug10
4111 - Make Win32 no filesystem change message more explicit
4112
4113 27Jul10
4114 - Update the license template files
4115
4116 28Jul10
4117 - Fix #1606 about OpenSSLv1 detection using non-standard location
4118
4119 Bug fixes
4120 1504 1606
4121
4122
4123 Release Version 4.0.1
4124
4125 26Jul10
4126 - Fix pending_buf size calculation + malloc in big chunks
4127 - Optimize mallocs in vssapi_registry.c
4128 - Apply James' restore patch
4129
4130 25Jul10
4131 - More changes from GPLv2 to AGPLv3
4132 - Fix some missed copyright changes
4133 - Bring plugin license up to new version
4134
4135 24Jul10
4136 - Apply James' restore patch
4137 - Call plugin bEventEndxxxJob even if Job canceled
4138 - Check some plugin error conditions on restore to prevent seg fault
4139 - Switch to AGPLv3
4140
4141 22Jul10
4142 - Clear class buffer in operator new + add safe_free and correct some calls to
4143   use it
4144 - Really free free pool memory before sm_dump
4145 - Garbage collect memory pool at end of job and before sm_dump
4146 - Ignore STREAM_RESTORE_OBJECTS returned by SD to FD
4147 - Implement %f %b to get JobFiles, JobBytes in a RunScript
4148 - Fix some windows plugin crashes
4149
4150 20Jul10
4151 - Add exclude code + fix a few orphaned buffers
4152
4153 19Jul10
4154 - Fix malloc of wrong size causing buffer overrun on restore with Windows
4155   plugins
4156 - Fix free of unallocated buffer in win plugin code
4157 - Add debug info to smartall.c for buffer overrun
4158 - Add xattr seg fault protection suggested by Marco for bug #1610
4159
4160 18Jul10
4161 - Add archlinux to os.m4
4162 - Apply James' job_canceled fix
4163
4164 17Jul10
4165 - Add some of James' comments
4166 - Merge with previous KES changes
4167 - Apply James' leaks patch
4168 - Make VSS snapshot failures fatal
4169 - Fix Win FD crash at termination
4170 - Orphaned buffer fixes
4171 - Fix 64 bit p_CreateVssExamineWriterMetadata entrypoint
4172 - Apply James' backup orphaned buffer patch
4173 - Modify win32 config to handle James new vss plugin
4174 - Fix min compile problem + package vss-fd.dll instead of systemstate
4175 - First cut merging James
4176
4177 14Jul10
4178 - More fixes for 32/64 bit problems in smartall
4179 - Fix 32/64 bit problem in smartalloc dump routine
4180
4181 13Jul10
4182 - Make plugins ignore new event item
4183 - Put all Windows plugin code on non-zero debug level
4184 - Add bEventVssBeforeCloseRestore per James
4185
4186 11Jul10
4187 - Fix .dump, .die, .exit when DEVELOPER turned off
4188 - First cut systems state plugin cancel + release some of orphaned buffers
4189 - Add bigger print buffer for sm_dump
4190 - Add .dump and .exit commands for daemons
4191 - Use Pmsg in smartall.c rather than printf for tracing Windows
4192
4193 09Jul10
4194 - Add .dump command
4195 - Permit using sm_dump in Windows plugins
4196
4197 08Jul10
4198 - Add a make for winbmr directory
4199
4200 Bug fixes
4201 1610
4202
4203 Release Version 4.0.0
4204
4205 07Jul10
4206 - Fix for TLS bugs #1568 and #1599
4207 - Add new tls-duplicate-job test
4208 - Improve comm line error handling for TLS, may fix bug #1568 and #1599
4209
4210 06Jul10
4211 - Make Windows binaries follow similar naming convention to source release
4212 - Correct some of the Win64 compiler warnings
4213 - Fix Win32 systemstate crash (hopefully)
4214
4215 03Jul10
4216 - Remove Linux dependency (seq) in regress script
4217
4218 02Jul10
4219 - Do not use mtime with basejobs
4220 - Fix SD crash due to mismatched lock/unlock in error condition
4221
4222 29Jun10
4223 - Use send_restore_object() when using plugin
4224
4225 26Jun10
4226 - Fix bug #1587 if you have clients with different catalogs configured, both
4227   catalogs contains all clients after a reload or restart of the dir
4228 - Fix bug #1577 During migration: ERROR in block.c:950 Failed ASSERT: dev->is_open()
4229   by moving and commenting out the ASSERT()
4230
4231 Release Version 4.0.0-RC3
4232
4233 19Jun10
4234 - Move some AC_MSG_RESULT macros around so the configure output looks somewhat
4235   cleaner.
4236 - Save any dumps during regression to dumps directory
4237 - Fix crash from rw_lock/unlock miss match
4238 - Attempt to fix duplicate job kill seg fault
4239 - Replace pthread_kill by my_thread_send_signal() in jcr.c
4240 - Add systemstate plugin in windows installer
4241
4242 18Jun10
4243 - Fix postgresql error in grant script
4244 - fix #1595 about batch mode detection problem for postgresql with non standard
4245   install dir
4246 - Fix accurate code
4247
4248 17Jun10
4249 - Fix db_get_base_jobid()
4250
4251 16Jun10
4252 - Fix Solaris zlib link bug reported by Robert Garza
4253 - Improve the "update stats" sql command
4254 - Improve performance for MySQL with update stats command
4255
4256 14Jun10
4257 - Fix #1594 about prune copy jobs
4258 - Fix restore object compression flag -- James
4259
4260 11Jun10
4261 - Add BDB_VERSION for scripts + prepare update 11 to 12 + automate BDB_VERSION
4262   checking
4263
4264 07Jun10
4265 - Fix bug #1582 Restore from multiple storage daemons breaks subsequent backups
4266 - Fix #1567 about display of long volume names truncated during restore
4267 - Fix for bug #1569 deadlock/crash in Dir
4268 - Apply literal string fix in printf submitted by Luca Berra
4269
4270 03Jun10
4271 - Fix bug #1582 Restore from multiple storage daemons breaks subsequent backups
4272
4273 01Jun10
4274 - Fix segfault on "cancel jobid=" command
4275
4276 30May10
4277 - Fix bug #1554 Windows installer doesn't honor /S flag
4278
4279 28May10
4280 - Fix #1571 and install libraries with 755 perms
4281
4282 27May10
4283 - Fix bug #1581 ASSERTs in src/dird/jobq.c can never trigger
4284 - Fix segfault in action on purge test
4285 - Fix problem with BaseJob and Accurate FileSet options on client side
4286
4287 12May10
4288 - Adjusted path handling to make 'where' work. 'where' is basically ignored. a
4289   'regexwhere' that affects plugin paths will probably still break things
4290
4291 11May10
4292 - Don't activate plugin on restore if no RestoreObjects have been seen
4293 - Move "Including VSS Writer ..." so it only appears once
4294
4295 10May10
4296 - memory leak fixes
4297 - make tocharstring() report line and file correctly for sm_alloc
4298 - use free instead of delete to free memory allocated with wcsdup remove DOS
4299   EOLs
4300 - Free some memory allocated in find_filespec
4301 - plugin: Use smartalloc in find_filespec
4302 - update find_filespec to allocate it's own memory and not retain any pointers
4303   from the caller
4304
4305 08May10
4306 - remove GUID from the writer 'directory' name. Rely on the name of the instance_{GUID}
4307   dummy file instead
4308 - add some deletes back in now that find_filespec does the expected
4309 - Clean some stale code and superfluous debugging output
4310 - forgot to mark file as seen when it is seen but not newer
4311 - mark instance_{GUID} files as seen for incremental backups
4312 - plugin: replace new/delete/malloc/free by smartalloc
4313
4314 07May10
4315 - Remove bdb from cat makefile
4316
4317 06May10
4318 - Fix problem when sending Cancel event to plugin
4319 - Update plugin from James
4320 - Implement bEventPluginCommand event for systemstate plugin
4321 - MySQL compilation fix
4322
4323 05May10
4324 - plugin: use smartalloc
4325 - fix compilation for 64bit version
4326
4327 Release Version 4.0.0-RC1
4328
4329 04May10
4330 - Fix xml_name in plugin
4331
4332 03May10
4333 - Fix case order in vss_writer to resolve crash at the end of the writer
4334   backup
4335 - Fix segfault when loading Plugins
4336
4337 01May10
4338 - Fix insertion of RestoreObject
4339 - Fix RestoreObject schema on PostgreSQL
4340 - Use lwps cmd in dbx and no threads as it seems to give some strange side
4341   effects e.g. doesn't work and lwps seems to always work. So lwps it is
4342   then.
4343 - Do some work on the btraceback on Solaris, we test to see what debugger is
4344   available and we prefer the debuggers in this order: dbx, gdb, mdb. Also
4345   enchanced the dbx bactrace somewhat that it always dumps all available
4346   threads (e.g. we also changed from lwp to threads for dbx). We also print
4347   some variables that the gdb script also dumps on a bactrace. Hopefully we get
4348   some better dumps using this. The mdb is used as a last resort as it should
4349   be always installed on a Solaris box (dbx and gdb may not) but at the moment
4350   I'm still trying to find out how to get some more understandable dumps from
4351   mdb as its rather rudimentary and more a crash debugger then a source code
4352   debugger.
4353 - Remove RestoreObjects when pruning Jobs
4354 - Fix File and Job Retention in show pool command
4355 - Add Polish translation. This translation project is sponsored by Inteos Sp. z
4356   o.o. based in Warsaw, PL.
4357 - Fix bug #1538 Start Scripts return incorrect value
4358 - Fix bug #1564 init scripts not LSB compliant
4359
4360 28Apr10
4361 - Patch from Martin to avoid error when single tape used
4362
4363 27Apr10
4364 - Add lmgr_is_locked() function to test if a thread own a mutex
4365 - Add new file I missed from James' plugin patch
4366 - Probable fix for SD crash bug #1553
4367
4368 26Apr10
4369 - Fix #1558 about bscan that doesn't update PurgedFiles on Job records
4370 - Fix #1559 problem when restoring pruned jobs with a regexp
4371
4372 24Apr10
4373 - Fix for bug #1560 bcopy cannot find Volume
4374
4375 23Apr10
4376 - Add compress/decompress of Object Record data
4377 - Remove pool zap code that breaks 2drive-concurrent-test
4378 - Fix cancel crash bug #1551
4379
4380 21Apr10
4381 - Fix job_metadata name problem
4382 - Backport regress from Branch-5.0 and master
4383 - Check if sql backend is thread-safe
4384 - Update DartConfiguration
4385 - Add lock position info to volume manager
4386 - Backport lockmgr.h
4387 - Backport bbatch.c changes
4388 - Add install of mdb script
4389 - add mdb traceback + remove cats/bdb
4390 - Pull master changes
4391
4392 20Apr10
4393 - Big backport from master
4394 - Correct Pool display in SD status. Fixes bug #1541
4395
4396 05Apr10
4397 - Fix compiler warning
4398
4399 03Apr10
4400 - Replace ASSERT in block.c with fail Job
4401 - Use uint32_t for max_concurrent_jobs
4402
4403 29Mar10
4404 - Use file and line for rwlock and lmgr in db_lock()
4405 - Add File and Line info to rw_lock for lmgr
4406
4407 27Mar10
4408 - Fix database locking calling db_lock and returning from function without
4409   calling db_unlock.
4410
4411 26Mar10
4412 - Add missing db_unlock to bvfs_update_cache.
4413 - Fix array dimensions due to adding Ingres to certain sql arrays.
4414
4415 22Mar10
4416 - Update configure
4417 - Fix #1532 about permission on binaries
4418
4419 14Mar10
4420 - Allow users to build bat without static QT if desired.
4421 - Fix for qt mkspecs location on Fedora 12.
4422
4423 12Mar10
4424 - Run ingres template code through esqlcc.
4425 - another small fix
4426 - syntax fix, test improved, empty results fixed
4427 - Fix #1527 about deadlock during migration
4428
4429 10Mar10
4430 - Another fix for OpenSSLv1
4431 - Add -lrt to Solaris links
4432
4433 09Mar10
4434 - Fix tls.c for OpenSSLv1
4435
4436 08Mar10
4437 - Fix #1511 when trying to insert more than 50.000 directories in bvfs
4438 - Fix plugin load not to stop if one plugin bad -- pointed out by James
4439
4440 07Mar10
4441 - Remove --without-qwt from configure statement.
4442 - Fix bug in bvfs_update function, should work much better now
4443
4444 06Mar10
4445 - Second correct fix to bug #1524 verify fails after adding or removing files
4446 - Fix bug #1524 verify fails after adding or removing files
4447 - Fix bug 1523.
4448 - Apply fix suggested by Andreas in bug #1502 for mediaview column sort problem
4449 - Lets not generate the ingres code automatically when the .sc or .sh files
4450   changes as it seems these files get outdated on some systems and then this
4451   rule kicks in on systems that don't have the esqlcc ingres compiler installed.
4452 - Fix CentOS detection in regression get-os script
4453
4454 05Mar10
4455 - Create subroutines to add exclusion for plugins
4456 - This adds sql debugging to these classes that Eric wrote.
4457 - This is a 1/2 fix of the issue. It allows for the sorting of the two non
4458   graphic columns, but still does not allow for sorting the graphic columns.
4459   The issue is with last. By setting the sort value, you are setting the value
4460   on the last. To experiment with what I mean, use the set background that I
4461   have commented out in this commit.
4462
4463 03Mar10
4464 - Fix configure.in
4465 - Lets generate ingres code by calling esqlcc and not esqlc as we want c++
4466   code. Replaced some strncpy by bstrncpy calls. Add dependency in Makefile of
4467   generated code on it source file.
4468 - Fix OpenSSL 1.x problem in crypto.c on Fedora 12
4469 - Display AllowCompress warning message only if compression used in FileSet
4470
4471 01Mar10
4472 - Added comment on dbi backend needing a recent version of libdbi from CVS as
4473   the version currently released 0.8.3 wont work for compiling the code.
4474 - Add Warning check to SQL
4475 - Fix readline to use TERM_LIB found for conio
4476
4477 27Feb10
4478 - Move bacula shared objects in separate bacula-libs package.
4479 - Fix for termcap lib on suse.
4480
4481 26Feb10
4482 - Fix for shared objects name convention change.
4483 - Remove mandrive and suse bacula.spec from configure
4484
4485 25Feb10
4486 - Fix compile link flags for gigaslam
4487 - Add missing defines for gccver.
4488
4489 24Feb10
4490 - Final po changes for Release-5.0.1
4491 - Remove qt-console from POFILES
4492
4493 23Feb10
4494 - Undelete bat help files
4495 - Fix problem with MySQL with big Base jobs (temporary fix for 5.0.1)
4496 - Fix compiler warnings in tools directory
4497 - Ensure SD asks for help when looping even if poll set. Fixes bug #1513
4498
4499 21Feb10
4500 - Fix three-pool regress bug
4501 - Replace MIN by code as recommended by Marco to avoid compiler warning
4502 - Make script more portable
4503 - Add Fedora 11 and 12 build tags.
4504 - Lets close the Ingres cursor otherwise the code complains the cursor is still
4505   open when we try to reuse it.
4506 - Fix segv when indicator field is null. Also added some extra checks around
4507   free calls so we don't try to free null pointers.
4508 - Changed strcpy to bstrncpy and sprintf to bsnprintf and changed the bsnprintf
4509   format.
4510 - Small indent changes
4511
4512 20Feb10
4513 - Sync between master and this branch as some ingres changes did go into master
4514   but not into this branch.
4515 - Remove include file that makes the compile complain and doesn't seem to be
4516   used as removing makes the code compile ok.
4517 - Some small indent changes.
4518 - Reindented myingres.sc to Bacula "style" and regenerated myingres.c
4519 - Merged in rejects from previous patch and regenerated new myingres.c from
4520   myingres.sc using esqlc. Changed sprintf into snprintf.
4521 - Added patch from Stefan Reddig -- fixed date types, errmsg
4522 - Added patch from Stefan Reddig -- improved ingres db test
4523 - Added patch from Stefan Reddig -- added some checks, db test prog
4524 - Forgot one exit.
4525 - Fixes for client only build.
4526 - Fix seg fault in dup jobs regression test
4527 - Possible fix for FreeBSD three-pool regress failure
4528 - Remove duplicate.
4529 - Remove mysql version variable.
4530 - Enable readline support.
4531 - bug report 1505
4532 - This version fixes an issue where the console window would start out not
4533   docked. It is fixed by initiating the variables in the Pages class with a
4534   constructor.
4535
4536 19Feb10
4537 - fix bvfs that displays NULL from time to time
4538
4539 23Feb10
4540 - Ensure SD asks for help when looping even if poll set. Fixes bug #1513
4541
4542 21Feb10
4543 - Fix three-pool regress bug
4544 - Replace MIN by code as recommended by Marco to avoid compiler warning
4545 - Make script more portable
4546 - Add Fedora 11 and 12 build tags.
4547 - Lets close the Ingres cursor otherwise the code complains the cursor is still
4548   open when we try to reuse it.
4549 - Fix segv when indicator field is null. Also added some extra checks around
4550   free calls so we don't try to free null pointers.
4551 - Changed strcpy to bstrncpy and sprintf to bsnprintf and changed the bsnprintf
4552   format.
4553 - Small indent changes
4554
4555 20Feb10
4556 - Sync between master and this branch as some ingres changes did go into master
4557   but not into this branch.
4558 - Remove include file that makes the compile complain and doesn't seem to be
4559   used as removing makes the code compile ok.
4560 - Some small indent changes.
4561 - Reindented myingres.sc to Bacula "style" and regenerated myingres.c
4562 - Merged in rejects from previous patch and regenerated new myingres.c from
4563   myingres.sc using esqlc. Changed sprintf into snprintf.
4564 - Added patch from Stefan Reddig -- fixed date types, errmsg
4565 - Added patch from Stefan Reddig -- improved ingres db test
4566 - Added patch from Stefan Reddig -- added some checks, db test prog
4567 - Forgot one exit.
4568 - Fixes for client only build.
4569 - Fix seg fault in dup jobs regression test
4570 - Possible fix for FreeBSD three-pool regress failure
4571 - Remove duplicate.
4572 - Remove mysql version variable.
4573 - Enable readline support.
4574 - bug report 1505
4575 - This version fixes an issue where the console window would start out not
4576   docked. It is fixed by initiating the variables in the Pages class with a
4577   constructor.
4578
4579 19Feb10
4580  - Fix make_catalog_backup.pl fails when catalog db is on other host
4581
4582 17Feb10
4583 - Apply MacOSX installer patch from bug #1509
4584 - Add debug code for FreeBSD regress failures
4585 - Reduce debug output
4586
4587 16Feb10
4588 - Regress test Branch-4.0 prior to release
4589 - Add more debug for three-pool regress failure
4590 - Backport duplicate-job-test
4591 - Make dup jobs regress test work
4592 - Eliminate error message in regress setup if get not present
4593 - Avoid error message if git not installed
4594
4595 15Feb10
4596 - Apply fix to previous fix of Copy problem. Fix proposed by reporter o
4597   #1476
4598 - Set default Allow Duplicate Jobs = yes
4599 - Fix Allow Duplicates bug
4600
4601 14Feb10
4602 - Fix duplicate job bug
4603 - Update date
4604 - Fix infinite wait on error when restore started
4605 - Make undocking work
4606 - update configure
4607 - Add check for sqlite3_threadsafe() in configure
4608 - Add debug to testls
4609
4610 13Feb10
4611 - Updates for 5.0.1.
4612 - Clean up termcap requirements.
4613 - Add dependency information.
4614 - Changes to run bat as nonroot user.
4615 - Refix version.
4616 - Fix client only build.
4617 - Add code to check and prevent setting StorageId to zero
4618
4619 12Feb10
4620 - Lets call the Ingres version of the tables also version 12 as it alre
4621   all the new tables introduced in version 12 on the other backends.
4622 - Fix library versions from 5.1.0 to 4.0.1 so things are inline with th
4623   numbering scheme
4624 - First cut at fixing AllowDuplicateJobs bugs
4625 - Fix bug #1501 -t does not print errors
4626 - Add more doc in sample-query.sql
4627
4628 12Feb10
4629 - Lets call the Ingres version of the tables also version 12 as it alre
4630   all the new tables introduced in version 12 on the other backends.
4631 - Fix library versions from 5.1.0 to 5.0.1 so things are inline with th
4632   numbering scheme
4633 - First cut at fixing AllowDuplicateJobs bugs
4634 - Fix bug #1501 -t does not print errors
4635 - Add more doc in sample-query.sql
4636
4637 11Feb10
4638 - Apply SQLite3 update fix from bug #1497
4639 - Apply bashism fix for diskchanger.in script from bug #1499
4640 - Apply Philipp Storz fix on bconsole history file
4641 - Apply rpm fix for Sci Linux from bug #1494
4642 - Update po files
4643 - Take most recent Ukranian po from bug #1448
4644 - Fix pages not in focus
4645
4646 10Feb10
4647 - Work around SQLite3 bug in bat submitted by Andreas Piesk a.piesk@gmx
4648 - Move shared object numbers into version.h + use -release for libtool
4649   than -version-info
4650 - Make mtx-changer errors clearer
4651 - Check for existence of mtx-changer.conf in mtx-changer script
4652
4653 09Feb10
4654 - Probable fix for Copy/Migration bug #1476
4655 - Fix SQL that fails on SQLite3 in bat reported by Andreas Piesk a.pies
4656 - Make master run with DEVELOPER set
4657
4658 08Feb10
4659 - Make bsnprintf test program compile
4660 - Rename directory
4661 - Reorganize spec files
4662 - Fix bat bug that consumes connections + add braces on ifs + rename su
4663 - Fix compiling gigaslam.c whith $(CFLAGS) for OpenSuse Build service
4664 - Fix Mysql database upgrade.
4665
4666 07Feb10
4667 - Fix bug #1488 -- create delivery_error() subroutine to avoid recursio
4668   race conditions in messages.c
4669 - Upgrade cats library also to 5.0.0
4670
4671 06Feb10
4672 - Fix missing console page in bat
4673 - Move msg trace into subroutine
4674 - Move bat help files into help subdirectory
4675 - Add bat help files to Win64 installer
4676 - Win -- add help files to installer + stop any running bacula-fd befor
4677   install
4678 - Fix bug #1481 -- bat consumes all console file descriptors
4679 - Update date on win32 rc file
4680
4681 04Feb10
4682 - Backport truncate on purge from 5.1.x
4683 - Fix bug #1486 -- bat doesn't show any errors on command-line
4684 - Update the bsock error url
4685
4686 03Feb10
4687 - Correct .my.cnf umask in make_catalog_backup.pl
4688
4689 02Feb10
4690 - Apply Philipp's fix for dbcheck use by make_catalog_backup.pl
4691
4692 01Feb10
4693 - Backout patch that should not be in Branch-5.0
4694 - Backup patch that should not be in Branch-5.0
4695 - Free db_list when not used
4696 - Fix seg fault in bscan from new comment field
4697 - Remove qmake-qt4 code so tht alternate qt4 build works. Fixes build p
4698   in bug #1468
4699 - Patch from checks multple CNs when using TLS
4700
4701 31Jan10
4702 - Commit spec+rpm build files from Scott
4703
4704 30Jan10
4705 - Fix seg fault in SQlite driver
4706
4707 28Jan10
4708 - Make versions of shared libs inline with the software version.
4709 - Remove file_index sequential check -- reported by Graham
4710
4711 27Jan10
4712 - Disabled ActionOnPurge waiting for a fix
4713 - Check pool memory size for truncate op
4714
4715 26Jan10
4716 - Fix #1467 about ActionOnPurge with Devices having space
4717 - Fix #1466 about Bogus pruning message
4718
4719 25Jan10
4720 - update configure
4721 - Fix make_catalog_backup.pl warning
4722
4723
4724
4725
4726
4727 Release Version 5.0.0
4728
4729 21Jan10
4730 - Remove double secs in pruning output
4731
4732 20Jan10
4733 - Fix priority mgnt in lock manager
4734 - Fix FD crash when plugin running and cancel given
4735 - Stop backup sooner after cancel
4736 - Make a missing plugin during backup fatal
4737 - Update sample-query.sql
4738 - Use make_catalog_backup.pl by default
4739
4740 19Jan10
4741 - Update makeall and add README to release directory
4742 - Remove debug code
4743 - Add more authors
4744 - Fix possible memory leak
4745 - Fix bscan bug introduced with serialization change
4746 - Add a few status client commands
4747 - Make Ukraine po to compile
4748 - Update po files
4749 - More spec improvements from bug #1455
4750 - Enhance FD status to have level
4751
4752 18Jan10
4753 - Fix logwatch install in bacula.spec. Patch from bug #1454
4754 - Remove /etc/logwatch directories from spec file. Patch supplied by bug
4755   #1456
4756 - Don't remove spec files -- fixes bug #1458
4757 - Remove FI sanity check code that does not apply after a VirtualFull
4758 - Make Attr/record FI non-fatal if different -- possibly temp + add new session
4759   record types
4760 - Keep serial from overruning with bad data
4761
4762 17Jan10
4763 - Add info message on how to stop the file relocation test
4764
4765 15Jan10
4766 - Add new Path tables to grant and drop scripts
4767 - Fix #1450 about FirstWritten not updated with bscan
4768 - Fix error message in grant_postgresql_privileges
4769
4770 12Jan10
4771 - Fix SQLite table creation script
4772
4773 11Jan10
4774 - Add Job.Reviewed field
4775 - Enable priority checks in lockmanager
4776 - Change DB version from 11 to 12
4777 - Fix Win64 build
4778 - Fix Win32 build
4779
4780 10Jan10
4781 - Fix the subject to something easy to delete
4782 - Turn off messages test -- it creates tons of emails
4783
4784 09Jan10
4785 - Optimize strtok usage in ua_cmds
4786
4787 08Jan10
4788 - Remove old code requiring different storages for migration
4789 - More checking for OpenSSL in configure
4790
4791 06Jan10
4792 - Add make_catalog_backup.pl script that uses env variables and disk file to
4793   pass database password for backup
4794 - Modify the sql query to get alphabetical order of clients when selecting the
4795   most recent backup for a client
4796
4797 05Jan10
4798 - Remove warning about make_catalog_backup.pl
4799
4800 04Jan10
4801 - Add Ingres configuration
4802 - Fix Ingres ID definition that caused seg fault
4803 - Add commit from Stefan Reddig
4804
4805 03Jan10
4806 - Simplify initgroups definition for AIX
4807 - initgroups definition is ok on aix >= 5
4808
4809 31Dec09
4810 - Ignore scripts/bacula_config
4811 - Remove QWT from configure -- not used
4812
4813 28Dec09
4814 - Revert to configure with C due to old prototypes on some systems
4815 - Make ioctl_req_t test less g++ dependent
4816 - Make ioctl test more exact
4817 - Try to force configure compiles to be more exact
4818 - Rebuild configure to handle Marco's changes
4819 - Clean old configure
4820
4821 27Dec09
4822 - Let --enable-libtool and --disable-libtool determine if we build plugins and
4823   drop the extra configure option
4824
4825 26Dec09
4826 - Lets use a xattr specific constant and not the stdio BUFSIZ which is kind of
4827   platform dependend.
4828 - Attempt to autoconfigure ioctl_req_t
4829 - Lets not mix initialized stack variable with uninitialized ones in the same
4830   definition.
4831 - Added some handling of EPERM and EOPNOTSUPP which seem to be returned when
4832   you try to retrieve the system extended attributes a non root user.
4833 - Lets not orphan the buffer returned by extattr_namespace_to_string as it
4834   seems by looking at the code it strdups the string it returns so no need to
4835   bstrdup it ourself.
4836
4837 25Dec09
4838 - Show that plugins are enabled or not in configure output.
4839
4840 24Dec09
4841 - Plugins are dependable on libtool now so cleaned the Makefiles and the fd
4842   plugins are only build when --enable-plugins is set and libtool is used.
4843 - Clarify catalog grant permissions message
4844
4845 23Dec09
4846 - Fix depend for changes to SRC variables.
4847 - Drop the usage of macros within macros as it seems some platforms native
4848   makes don't support that. While converting the Makefiles also made things
4849   somewhat more uniform in naming the lib objects.
4850
4851 22Dec09
4852 - Add scripts/bacula_config script that displays configure options and results
4853 - Continue to support Batch Mode with PostgreSQL < 8.2
4854
4855 21Dec09
4856 - M_ABORT Bacula If batch insert is turned on when we try to open a connection
4857   and thread safe is not enabled
4858 - Try to fix problem on FreeBSD with unsupported extended attributes which
4859   gives lots of orphaned buffers as seen in regression testing.
4860
4861 20Dec09
4862 - Fix thread safe detection in ./configure
4863
4864 19Dec09
4865 - Update bweb deb
4866 - Fix breload make_catalog_backup.pl rights
4867
4868 17Dec09
4869 - LSBize Debian init scripts
4870
4871 15Dec09
4872 - Fix #undef of lock manager
4873
4874 13Dec09
4875 - Remove checkout master
4876 - Add more debug for Solaris regression timeouts
4877 - Make SUN C++ compiler stop complaining about enum definition.
4878 - Use %c and %n in bootstrap in default bacula-dir.conf
4879
4880 11Dec09
4881 - remove a ref to sqlite
4882 - Remove ua_prune.c debug code
4883 - Print any traceback or bactrace
4884 - Fix old stuff in Makefile
4885 - Allow deadlock manager on FreeBSD, MacOSX and SunOs
4886 - Add allowcompress-test
4887 - Add test for AllowCompress option
4888
4889 10Dec09
4890 - Eliminate compiler warning
4891 - Rework Mac OS 10.6 mtio.h fix
4892 - Attempt to fix mtio.h problem on Mac 10.6
4893 - Allow mount to wake job waiting for op
4894 - Make wait longer for better recycling
4895 - Fix another volume_lock dlock order problem
4896 - Fix and add ASSERT debug
4897 - Fix compilation problem with lockmgr
4898
4899 09Dec09
4900 - Fix misnamed variable
4901 - Reorder lock_volumes and dlock in SD to avoid race conditions
4902 - - five more updates to manpages options I had forgotten in a corner, - a
4903   reformated and edited page for bsmtp - a brand new one for btraceback, based
4904   on the Problem Resolution Guide and discussions (to be continued?) on this
4905   list.
4906 - Fix compilation pb
4907 - Add mutex some priority info for SD
4908 - Add info in dump about lock priority
4909 - Fix CentOS/RHEL detection
4910 - Fix #defines when lock manager turned off
4911 - Add USE_LOCKMGR_PRIORITY switch to enable new priority management
4912 - Add Macro BTHREAD_MUTEX_PRIORITY(p) and lib/mutex_list.h to manage locks
4913 - Make pthread_mutex_init/destroy compatible with bthread_mutex_t
4914 - Fix SD Vol+dev lock race bug
4915
4916 08Dec09
4917 - Add init/destroy function for both p/bthread_mutex_t object
4918 - Add new bthread_mutex_t object that check mutex priority order
4919 - Add test for reload command
4920 - More bstrncat doc
4921 - Add bstrncat comments
4922 - Fix bug #1431 about bad reload command. Still an object to free in this
4923   case.
4924 - Fix bug in bstrncat
4925 - Temp fix for prune crash
4926
4927 07Dec09
4928 - Update win32 testing
4929 - Add new test for win32
4930 - Add cleandir option
4931 - Add tool to edit configuration file remotely
4932 - Add more sm_check debug
4933 - Add memory corruption checks
4934
4935 06Dec09
4936 - Fix CentOS/RedHat test in regress
4937 - Add win32 regress helper
4938 - Attempt to fix SQLite seg fault when listing fields
4939 - Allow Dir to come up before use
4940 - Fix python plugin to use the new get functions instead of the get_ functions.
4941 - Fix seg fault in new AllowCompression code
4942 - Use restore count from write_bsr
4943 - Add some doc of Win32 stuff
4944 - Update prototype.conf to have latest stuff
4945 - Update techdoc + notes
4946 - Add AllowCompression feature
4947
4948 05Dec09
4949 - Remove debug
4950 - Fix #1403 about windows directory attributes not well restored
4951 - Change old get_Jobxxx to getJobxxx
4952 - Fix Win32 build after adding Base Job code
4953 - Fix backup-bacula-test
4954 - Add new idea to kernstodo
4955 - Improved database warning message
4956
4957 04Dec09
4958 - Init lmgr in btape
4959
4960 03Dec09
4961 - Disable SQLite2 code in cats.h
4962 - Remove SQLite from configure
4963 - Remove SQLite2 scripts
4964 - Fix configure.in
4965
4966 02Dec09
4967 - Remove JobMedia.Copy references
4968 - bvfs: update bvfs_test
4969 - update
4970 - Remove brestore_ from bvfs table, use Job::HasCache instead of knownjobid
4971   table
4972 - Update po files
4973 - Finally... the 100% of bacula spanish !!! ;-)
4974 - Apply Postgres 8.4 SQL_ASCII fix
4975 - Ignore bweb.conf in gui/bweb
4976 - Apply manpage patches
4977
4978 01Dec09
4979 - Fix backup-bacula regression
4980 - Remove support for SQLite 2
4981 - Fix rpm spec files bug #1428 + #1420
4982 - Fix include MySQL libs to use shared object. Fixes bug #1427
4983 - Fix search to include 64 bit libs for --with-dbi option
4984 - Change all log.d to logwatch in RedHat specs
4985
4986 30Nov09
4987 - Add config doc in INSTALL
4988
4989 23Nov09
4990 - Add another project to the projects file
4991 - don't follow packagemaker permission recommendations
4992 - OSX Installer: update README
4993 - OSX installer: fix for a bug in 10.5 packagemaker, --id argument required
4994 - OSX installer: switch to new pmdoc packagemaker format
4995 - Add another project to the projects file
4996 - Add new project
4997
4998 22Nov09
4999 - Add error count to Fatal job errors
5000
5001 21Nov09
5002 - Attempt to keep tls_shutdown from hanging
5003
5004 16Nov09
5005 - Add completion for unmark
5006
5007 15Nov09
5008 - Add Job and File Retention to Pool
5009 - Remove version id
5010 - Change some console.c socket calls into class calls
5011 - Revert "Reduce diff output in weird-files-test"
5012 - Reduce diff output in weird-files-test
5013
5014 14Nov09
5015 - Fix bug #1367 by creating an empty query.sql file
5016
5017 13Nov09
5018 - update
5019 - Display only backups when running a new job
5020 - Add list_backup, list_restore functions
5021 - update
5022 - Add optional type= argument to .jobs command. You can list only Backup,
5023   Restore,... jobs.
5024
5025 12Nov09
5026 - autocomplete restore mode
5027
5028 11Nov09
5029 - update
5030 - Fix segfault on basejob code
5031 - Replace POOL_MEM by POOLMEM to avoid segfaults
5032 - Fix base-job-test with Mysql
5033 - Remove extra _ of _dbg_print_db func
5034 - Update BDATE
5035 - fix segfault on redhat4
5036
5037 10Nov09
5038 - Add base-job-test to regress
5039 - update
5040
5041 09Nov09
5042 - Optimize SQL to determine file selection with directories. It is enabled for
5043   ascii path.
5044
5045 07Nov09
5046 - Drop svn Id
5047
5048 06Nov09
5049 - Add Solaris regress comments
5050
5051 05Nov09
5052 - More debug when test fails
5053 - Add SITE_NAME and EMAIL to cdash report
5054 - Display a message if catalog max_connections setting is too low
5055
5056 04Nov09
5057 - Apply James' conio patches
5058 - Update po
5059 - A small changes on bacula-es translate. Now, we go on ~90% !!!
5060 - Fix double send of attributes introduced in 84aabba7cee82f0c1f6dae8882a2ee0bb26306ca
5061 - Check pthread_mutex_lock return code in lockmgr
5062
5063 03Nov09
5064 - Remove debug code in concurrent-jobs-test
5065 - Remove debug code in encrypt-bug-test
5066 - Remove annoying debug messages in four-jobs-test
5067
5068 02Nov09
5069 - Increase width of ls size. Fixes bug #1409
5070 - Fix buffer clobber when editing SQL error
5071 - Fix false zombie errors in FD during regression
5072 - Merge branches 'master' and 'kaboom'
5073 - Add -m option to DIR,FD,SD to dump kaboom output
5074 - avoid orphan memory in testls
5075
5076 01Nov09
5077 - tab-completion ok
5078 - When using .help item=, we display only usage part
5079 - Add bat to Win32 build and install
5080 - Add more debug for zombie jobs
5081 - Get regress bacula stop messages when debug on
5082 - Fix SD DCR race condition that causes seg faults
5083 - Stop regression tests after 30 minutes
5084 - Commit configure
5085 - Add more debug on failed source-addr regression
5086 - Set use_libtool expicitly to yes so our other checks work for static tools.
5087
5088 30Oct09
5089 - Rework bat so that Win32 version works better
5090
5091 29Oct09
5092 - Make bat win32 build use /home/kern/bacula
5093 - Make non-win32 build stop on failure
5094 - Make win32/64 build stop on failure
5095 - Remove definition of unused subroutine in ua_dotcmds.c
5096 - Revert James' patch to simplify the Win32/64 build process
5097
5098 28Oct09
5099 - disable debug in win32 revision
5100 - update bat on win32 project file
5101
5102 27Oct09
5103 - Small fix to Eric great patch for readline commandcompletion so it also
5104   compiles on non gcc compilers.
5105 - Add readline completion for commands and argument
5106
5107 26Oct09
5108 - Fix another messages error problem pointed out by Eric
5109
5110 25Oct09
5111 - Disable messages-test in automatic
5112 - Show an other deadlock in messages.c
5113 - Change W/G to Wanted/Granted in lock dump
5114 - fix multi-console problem for bat on win32
5115 - change Jmsg to Qmsg in low level routine
5116 - Set tries to 1 for a non-timeout mount or unmount operation.
5117 - Fix comment
5118 - bat: change info order in Job view
5119 - Use Qmsg instead of Jmsg when fides_mutex is locked in close_msg()
5120 - simplify the link process for win32/win64
5121
5122 24Oct09
5123 - initialize lmgr in bat
5124 - add messages-test to regression suite
5125 - update tools with lmgr
5126 - force lock manger init
5127 - add lmgr to bconsole
5128 - Fix deadlock detection to work in daemon mode
5129 - Implement syslog on Windows
5130 - Make all ABORT and ERROR_EXIT msgs go to syslog
5131 - Fix ref to dequeuing_msgs
5132
5133 23Oct09
5134 - Disallow Qmsg when despooling
5135 - Fix Qmsg race condition reported by Eric
5136 - add test for bad messages ressource
5137 - bat: Display a nice graphic on media usage depending on the average size for
5138   this mediatype.
5139
5140 22Oct09
5141 - bat: add volume capacity estimation in mediaview
5142 - bat: try to center InChanger bullet
5143 - bat: Use green/red bullet for InChanger in mediview
5144 - bat: Don't set Expire field unless LastWritten is ok
5145
5146 21Oct09
5147 - Make new configure per Marco's request
5148 - bat: add new Expired button in MediaView
5149 - fix vtape test
5150 - Redirect errors to /dev/null and only run uname -p on Linux where we know it
5151   works. This is probably the most portable way of doing things.
5152
5153 20Oct09
5154 - Add MediaView form that displays the Media list in a QTableWidget. It permits
5155   to search and sort media. Rename current "Media" tab to "Pool" as it displays
5156   Pools
5157 - Permit to use MediaId or VolumeName in MediaEdit panel
5158 - add StringList to handle locations, volstatus and mediatypes
5159 - add dot functions to list volstatus, locations and mediatypes
5160 - update bacula32.def
5161 - Add .volstatus command
5162 - Add new MediaView
5163 - permits "update slot(s)" and "label barcodes slot(s)" command
5164
5165 19Oct09
5166 - Don't use uname -i but uname -p
5167 - Added support for selecting the correct libdir on Linux
5168 - fix status slots command when SD slots are mixed
5169 - Test only master now
5170
5171 18Oct09
5172 - update fr.po
5173 - Added acl and xattr regression tests for FreeBSD
5174 - Use getfattr and setfattr on Linux not attr as that is a XFS tool which works
5175   too but is not native.
5176 - Don't enable SUN compiler by default and make the configdir configurable.
5177 - Add test when ActionOnPurge=None Add test for update volume=xxx actiononpurge=yyy
5178 - fix crash on exchange restore fail
5179 - Update project 5 (ActionOnPurge) with current status
5180 - chmod new regress script
5181 - update regress
5182
5183 17Oct09
5184 - Ensure that Ubuntu /var/run is created in init.d scripts suggested by nick
5185   <nick@fisk.me.uk>
5186 - Implement Dan's suggestion to avoid IPv6 problems
5187 - Add makeall for release
5188 - On release, make only a simple tag
5189 - Fix Windows build
5190
5191 16Oct09
5192 - Don't download and build fakeroot as part of make -C platforms/osx
5193 - More Win installer changes
5194 - Update installer
5195 - Do some additional checks.
5196 - Add Marco's run regression wrapper script
5197 - Possible fix for problem with Volume in another drive
5198 - Make new configure from Marco's configure.in
5199 - Try to unmount by running the unmount command specified in the config on file
5200   and dvd devices.
5201 - Fix switching read device reported by Nicolae Mihalache <mache@abcpages.com>
5202
5203 15Oct09
5204 - Lets free the variable in the right part of the loop.
5205 - Use bfree_and_null
5206 - Change bsnprintf to normal strncpy
5207 - Add comments to fileregexp test
5208 - Add more debug in filregexp test
5209 - Eliminate compiler warning
5210 - Fix bug #1391 Job status improperly set due to subtle variable overload
5211   problem
5212
5213 14Oct09
5214 - Add release scripts
5215 - add regress variables to functions.pm
5216
5217 13Oct09
5218 - Update date
5219 - Fix stupid error
5220 - Avoid error when git-version doesn't exist
5221 - Convert some old %x into %p for pointers
5222 - Fix #1352 about double free with regexp and big filenames on windows
5223
5224 11Oct09
5225 - Small update to cache the current attrspace we are saving and make a private
5226   copy of that string representation.
5227 - Change acl and xattr errors from Qmsg to Jmsg
5228 - Add comment
5229 - Recursively call fix_device_block_write_error on error
5230 - Fix changing read device during VirtualFull in SD
5231 - Eliminate possible false error message
5232 - Fixed ifdefs
5233
5234 10Oct09
5235 - Add posix acls stored in xattrs on FreeBSD
5236 - Removed last direct message output by replacing Qmsg by Mmsg
5237
5238 09Oct09
5239 - Add comment on OpenBSD not supporting the extattr functions (anymore ?)
5240 - Add new Feature Requests to projects file
5241 - Fix ifdefs
5242 - Change strcmp to bstrcmp
5243 - fix bash/sh problem in disk-changer.in
5244 - Fix some comments
5245 - remove old db_get_int_handler()
5246 - Add support when extattr_get_file is supported but extattr_get_link is
5247   not.
5248 - Regenerated config.h.in
5249
5250 08Oct09
5251 - Implement transfer and listall command in mtx-changer and disk-changer
5252   scripts
5253 - Add new autochanger command to get all information about content
5254
5255 07Oct09
5256 - As things are no longer as generic rename the generic to the linux interface
5257   (b.t.w. OSX also implements this interface)
5258 - Just as with serializing first unserialize all xattr structures in memory and
5259   then walk that list for restoring them.
5260 - delete the alist in the destroy function
5261 - Implement the extattr xBSD interface Moved some code around to be able to
5262   reuse the encoding and decoding for both the extattr and xattr interface Use
5263   an alist for storing the xattr list so we don't have to count the number of
5264   xattr first
5265 - Use extattr interface for all xBSD filesystems. Added OpenBSD also to the
5266   mix.
5267 - As it seems FreeBSD doesn't have the llistxattr or listxattr interface as
5268   Linux, OSX and NetBSD have but has an interface named extattr. This is a
5269   first breakdown to implement that interface.
5270
5271 05Oct09
5272 - Make Checksum as default when not using FileSet->Include->Options->BaseJob
5273 - Change debug level
5274 - Fix postgresql MD5 missing field
5275 - Fix unwanted printout in strip test
5276 - Fix concurrent Job recycle bug #1288
5277 - Fixed inverted logic
5278 - Remove useless ScratchPool refs from Bat media list
5279
5280 03Oct09
5281 - Little fixes for the action_on_purge command
5282 - Remove obsolete truncate_on_purge settings
5283 - Implement action_on_purge command
5284 - Implement the ActionOnPurge setting for pools and individual volumes
5285 - Implement truncate on purge setting
5286 - Add a MaxVolBytes test that create over 100 Vols
5287 - Add some error messages in insane buffer size cases
5288 - Fix bug #1382 newly created disk volumes -> file not found warning
5289
5290 01Oct09
5291 - Cause the tree widget selected to keep up with the tab widget selected
5292
5293 30Sep09
5294 - Send checksum only when the FD will use it
5295 - remove debug
5296 - Allow for external CFLAGS to overwrite the CFLAGS in this script.
5297
5298 29Sep09
5299 - Change grep -e to egrep and use -c instead of using wc.
5300 - Implement console 'timeout' feature using bacula socket timers
5301 - revert the update_bacula_table script change with bad indexes
5302 - Add index modification in update_sqlite/sqlite3/postgresql scripts
5303 - Remove the inx4 index for SQLite2/3 (FilenameId, PathId) on File table.
5304   Replace it by an index over (JobId, PathId, FilenameId).
5305
5306 28Sep09
5307 - Attempt to fix MySQL SQL error
5308
5309 27Sep09
5310 - Make sure we use the right chmod for Solaris
5311 - Fix Win32 build
5312 - Fix compiler warning
5313
5314 26Sep09
5315 - Remove gnome-console
5316 - Update man pages
5317 - Implement store_size32 and store_size64
5318 - Correct regression tests to use Pool 'File'
5319
5320 25Sep09
5321 - Up max vol size
5322 - Define File Pool and limit size to 5G
5323 - Fix Alpha ifdefing -- should fix bug #1359
5324
5325 22Sep09
5326 - Remove the file_fp_idx index for Postgresql (FilenameId, PathId) on File
5327   table. It is useless for common usage, and causes performance issues. This
5328   index fragments over the time and the update cost grows very quickly. (This
5329   index is not present on Mysql schema)
5330
5331 21Sep09
5332 - update speed-test
5333 - update speedtest
5334 - speed-test: small fix
5335
5336 20Sep09
5337 - Update to slightly newer config.guess and config.sub
5338 - Fix compile error on Mac
5339 - Generate new configure
5340 - Reorder configure test for cleaner print output
5341
5342 19Sep09
5343 - Implement support of keeping readall capabilities after UID/GID switch
5344
5345 18Sep09
5346 - Remove redundant includes of pwd.h and grp.h headers
5347 - find_one_file: Remove unreliable and redundant access(2) directory check
5348 - Fix link rules
5349 - Force nightly-disk regress to 3.0.3
5350
5351 17Sep09
5352 - speed-test: small fix
5353 - speed-test: Add basejob argument to test basejob speed
5354 - Add new test
5355 - Fix conf to use make as requested by Martin Simmons a long time ago
5356 - Restore comments
5357 - Fix for sqlite, now it works
5358 - Fix seg fault in ignoredir code
5359 - more mkdir -p changes
5360 - small fix
5361 - Restrict Join using JobTDate to a selection of JobIds
5362 - Fix for sqlite
5363 - Make several dir names unique to avoid test collisions
5364 - Fix and document new queries
5365 - Use new query for Mysql and Sqlite for basejob + accurate
5366 - update sql query for basefile+accurate
5367 - Change regression scripts to use mkdir -p to avoid spurious errors
5368 - Fix some job-start changes
5369 - more job-restart code
5370
5371 16Sep09
5372 - Fix sql query for mysql
5373 - Fix sql query
5374 - Fix sqlite3 syntax
5375 - fix sql
5376 - update db_get_file_list() to use StartTime instead of FileIndex
5377
5378 15Sep09
5379 - Update restore menu 12 explanation
5380
5381 12Sep09
5382 - Try to distinguish CentOS/RHEL
5383
5384 11Sep09
5385 - Modify tools to be able to correctly install testls for regress
5386 - Create bigendian() inline to simplify code
5387 - Set Volume Poll Interval to 5 mins by default
5388 - Apply Frank's slash patch
5389
5390 10Sep09
5391 - Reduce runscript wait times
5392 - Update Win32 README.mingw
5393 - Add patch for more SD info fix
5394 - Add patch for bug #1371
5395 - Fix seg fault in SD bug #1371
5396 - Add append log to tape SD tests
5397 - Add more info when SD connection refused
5398 - Fix possible termination problem
5399
5400 09Sep09
5401 - Keep valgrind happy
5402 - Fix Exclude Dir Containing ignored when scanning the top_level dir
5403 - Update the new exclude-dir-test with multiple Include {} section and different
5404   Exclude Dir Contain directive.
5405 - Add patch for #1370
5406 - Fix #1370 about the implementation of the "Exclude Dir Containing" option on
5407   FD.
5408 - Add new exclude-dir-test
5409 - Add patch for 3.0.2 release
5410 - Fix #1369 about segfault when using ExcludeDirContaining before defining
5411   Options{} block.
5412 - Verify if the Exclude Dir Containing directive does his job
5413 - Add a regress script for Exclude Dir Containing option
5414
5415 08Sep09
5416 - Remove bigendian check from autoconfig system
5417 - check endianness at runtime in md5.c
5418 - Fix minor issues in the osx installer package builder.
5419 - Fix -p/-P in bscan.8 man page
5420
5421 07Sep09
5422 - fix compilation warning
5423 - Make output of new commands .lsdir/.lsfile more usable. Fix Bvfs with new
5424   db_list object
5425 - Fix header defines
5426 - Remove some #ifdef-ed code and make it just as the acl and xattr code use a
5427   const bool to enable the code.
5428 - Redone comments
5429 - Move restore struct defintions to seperate include file. Small change to
5430   acl.h and xattr.h to use define inline with other header files.
5431 - Move finderinfo restore into seperate function so we can use cleaner coding
5432   in the restore loop.
5433 - Loose #ifdef and use const bool wrapper for some cleaner coding.
5434 - Added support for acl and xattr regression test on Solaris
5435 - Apply Marco's git format-patch patches for bugs #1365 and #1366
5436 - This patch should fix bug #1366
5437 - This patch should fix bug #1365
5438
5439 06Sep09
5440 - Commit Mac pathlen patch
5441 - Increment minor version to avoid future conflict
5442 - Fix bug #1368. Increase default path/file length to 2048
5443
5444 05Sep09
5445 - Add acl script code for Mac
5446 - Up timeout for rewind and changer on btest script
5447 - Try to fix zombies in next-vol-test
5448
5449 04Sep09
5450 - Fix broken editing code
5451 - Use edit routine instead of %f for rates
5452 - Implement BlockChecksum in Device
5453 - btape: Add speed command and test drive speed with Bacula blocks
5454
5455 03Sep09
5456 - btape: Add speed command
5457 - btape: Add speed information on qfill and raw command
5458 - Commit patch for: Fix bug #1355 Director crashes with double free in Accurate
5459   SQL query
5460 - Include file,blk in btape fill output
5461 - Create exit_code for fill with multiple tapes
5462 - Fix #1364 and #1363 about compression buffer error.
5463
5464 02Sep09
5465 - fix variable name
5466 - Work on certification scripts
5467 - Eliminate DDS-4 in favor of tape + create btape-test-changer test
5468
5469 01Sep09
5470 - Many debug code fixes in regression scripts
5471 - Attempt to fix SQLite3 seg fault in list routines
5472 - Merge master with SF
5473 - Update tape tests for hardware certification
5474 - Rename .lsdirs/.lsfiles/.update to .bvfs_xxx to avoid confusion with future
5475   commands
5476 - Update tape tests for hardware certification
5477 - Eliminate xattr.c compiler warning
5478
5479 31Aug09
5480 - Prohibit copy and assignment in db_list_ctx
5481 - Use new db_list_ctx class instead of bad POOLMEM*
5482 - Exclude OSX resource forks from saving using the xattr code Exclude OSX acl
5483   data from saving using the xattr code when normal acl mode is also enabled.
5484   Make excluding certain xattr in the generic functions somewhat easier for
5485   certain OS specific attributes.
5486 - Fix Win32/64 build
5487
5488 30Aug09
5489 - Remove old subroutine prototype
5490 - prohibe copy and assignment in Bvfs module
5491 - Fix bug #1355 Director crashes with double free in Accurate SQL query
5492
5493 29Aug09
5494 - Fix bug #1357 Verify jobs fail when job has zero files
5495 - Rework verify-voltocat-test and add to normal tests
5496
5497 26Aug09
5498 - Release orphanned buffers in accurate code
5499 - Fix possible seg fault in db_get_int_handler in accurate code
5500 - Update JobBytes only for Verify jobs when computing checksum
5501 - Add BaseJob option to fileset
5502
5503 25Aug09
5504 - Suppress some error messages generated after cancelling a job
5505
5506 24Aug09
5507 - Apply and commit Lorenz Schori <lo@znerol.ch> patch for OSX
5508 - Apply Lorenz' OSX patch
5509 - update basejob code to use checksum during accurate check
5510 - Close bug #1351 SQLite2 to SQLite3 conversion
5511 - Remove unnecessary subroutine import definition
5512
5513 23Aug09
5514 - Test of git commit.
5515 - bat: fix variable name
5516 - bat: Simplify the code to make TableWidget in read-only
5517 - Free Volume in several places. Fixes virtual-changer problem and possibly bug
5518   #1346.
5519 - Add SD Volume debug code
5520
5521 22Aug09
5522 - Don't print different filesystem. Will not descend message if directory
5523   explicitly excluded
5524 - capitalize bytes in message
5525
5526 21Aug09
5527 - Prune a few dev tests
5528 - Made shorter developers test
5529 - Rework the bsock.h class to put public structures last
5530 - Update AUTHORS file
5531 - Integrate patch for building dmg on OSX from Lorenz Schori <lo@znerol.ch>
5532 - Add commas in num files for estimate command
5533
5534 20Aug09
5535 - in status slots command, unlock db just after sql query
5536
5537 19Aug09
5538 - Add BWEBCONF env variable to specify the bweb.conf path without touching the
5539   Bweb.pm file with lighttpd
5540 - Fix bat crash due to alignment diff in bat and core code
5541 - Fix acl-xattr-test by using attr
5542 - Add BWEBCONF env variable to specify the bweb.conf path without touching the
5543   Bweb.pm file with lighttpd
5544 - Ensure that timestamp put in SQL log
5545
5546 15Aug09
5547 - prevent status page from requesting status before it has been brought to the
5548   front
5549 - Move global acquire lock to lock by device
5550 - Restrict acquire to one job at a time
5551 - Fix acquire.c locking
5552 - Try to fix acquire not to block during despooling
5553 - Add fullname parameter to btime in order to debug regress script.
5554 - No need to flush the members of the xattr link cache as they are not dynamically
5555   created. Small oversight from my side, was thinking I had a memory leak.
5556 - fix couple of segfault in acl/xattr code
5557 - Eliminate git pull in config_dart
5558 - Some small fixes to the counting and some small relayout of small code
5559   sniplets.
5560 - Lets first output statistics before freeing them. Saves a rather stupid
5561   segmentation fault.
5562 - Fix merge conflict leftover
5563 - Add all acl and xattr related variables which are either global or already
5564   part of the JCR into a simple structure and reference that from the JCR
5565   structure.
5566
5567 14Aug09
5568 - Some small fixes to the counting and some small relayout of small code
5569   sniplets.
5570 - Lets first output statistics before freeing them. Saves a rather stupid
5571   segmentation fault.
5572 - Ignore regress time.out file
5573 - Fix merge conflict leftover
5574 - Add all acl and xattr related variables which are either global or already
5575   part of the JCR into a simple structure and reference that from the JCR
5576   structure.
5577 - fix compilation problem reported by Dan
5578 - Correct spelling of writing -- reported by Dan
5579 - Loose void pointer and use C++ supported declaration elsewhere defined
5580   structure.
5581 - Move global variables into jcr private xattr data structure so we can have
5582   parallel saves of xattr on solaris.
5583
5584 13Aug09
5585 - update lock manager to get better traces
5586 - Fix files wiped out by merge
5587 - Missed commiting one file last time
5588 - bat: Add a re-run button on job info page, that allows to run the selected
5589   job with the same properties (level, pool, etc...)
5590 - bat: small fix on hrule
5591 - fix missing copyright
5592
5593 12Aug09
5594 - Make new big-virtual-changer test. Test concurrency
5595 - fix offset in new lsdirs/lsfiles command
5596 - add comments and list special dirs in .lsdirs
5597 - Add .lsfiles, .lsdirs, .update command to interface user with bvfs object
5598 - More comments
5599 - Update virtual regress comments
5600 - bat: fix sql with volreadtime volwritetime bat: add drive=0 in update slots
5601   command
5602 - bat: Put the content panel as a child of the Storage item bat: use slot
5603   selection in update slots command and in label command
5604
5605 11Aug09
5606 - bat: fix volreadtime/volwritetime and messages in stderr about unknown
5607   slots
5608 - Change backup-acl to acl-xattr-test and make it skip if acl/xattr not installed
5609 - Use tmp instead of /tmp + fix strip-test so diff works
5610 - Make regexwhere use tmp rather than /tmp
5611 - Remove non-portable i option on sed + create tmp dir
5612 - connect button callback
5613 - display content on doubleclick only if storage and autochanger
5614 - bat: Make new autochanger content working
5615
5616 10Aug09
5617 - bat: display a Warning icon when having Errors>0 and Status=T
5618 - Pull Philipp Storz' bacula.spec changes for OpenSuSE build service
5619 - try to make content table work!!
5620 - Implement MaximumConcurrentJobs for SD devices
5621 - try to insert data on table content
5622 - update content interface
5623
5624 09Aug09
5625 - continue storage content panel
5626 - Fix bug #1344 show pool displayed wrong variable for maxvolbytes
5627 - Fix compiler warnings in acl and xattr code
5628 - Fix screw up with setting JobLevel and JobType
5629 - Change version
5630 - Fixed references to xattr_link_cache_entry to use xattr_link_cache_entry_t
5631 - Changes due to code review by Kern added.
5632 - Move enum from protos.h to filed.h and move defines to top of filed.h
5633 - Added some more ENOENT supressing.
5634 - Small indent change
5635 - Small change to comments
5636 - Added comment on entry points
5637 - Added missing ENOENT switch case.
5638 - Fix problem with counting xattr and returning a non-ok on count 0, also added
5639   some extra comment and make sure the xattr_value_list is initialized to NULL
5640   and checked on bail_out.
5641 - Loose default_stream parameter.
5642 - Changed snprintf to bsnprintf
5643 - Use bstrncpy instead of strncpy
5644 - Fixed Jmsg4 to Mmsg4
5645 - Added support for counting xattr errors and only print a limited set of
5646   errors but count all. The lower level functions now store there error message
5647   in jcr->errmsg so the upper level routines have access to them.
5648 - Added support for counting acl errors and only print a limited set of errors
5649   but count all. The lower level functions now store there error message in
5650   jcr->errmsg so the upper level routines have access to them.
5651 - Small changes to ifdef layout.
5652 - Drop unneeded target for libbacfind.a
5653 - Moved the berrno as a local variable of the function and not a local context
5654   variable. Same as previous change for acl.c
5655 - Make sure it compiles and moved the berrno as a local variable of the function
5656   and not a local context variable. Moved tri-state enum to protos.h
5657 - Moved list of supported xattr to start of per OS implementation like in
5658   acl.c
5659 - Imported patch from older git tree.
5660 - bat: init storage content view
5661
5662 08Aug09
5663 - Fix cats.h date
5664 - bat: display a Warning symbole when having Errors>0 and Status=T
5665 - Add data end tracking an attribute spooling
5666 - Fix compiler warning in bvfs code
5667 - Use 64 bit ftell and fseek in send_bootstrap_file
5668 - Turn of some debug code
5669 - Ignore src/tools/bvfs_test
5670
5671 07Aug09
5672 - bvfs: Add example to list files versions bvfs: Fix directory listing bvfs:
5673   Add limit/offset implementation to save resources on director bvfs: Create
5674   cache tables on the fly when using Bvfs object (for testing)
5675 - Bvfs: Create cache tables when updating the cache if they don't exist
5676
5677 06Aug09
5678 - fix makefile for bvfs_test
5679 - add option to truncate cache table during startup for bvfs_test
5680 - add user handler to print directory add -j, -p to bvfs_test tool
5681 - Document FT_DELETED FileIndex=0 special value in database Schema
5682 - Add the rest of files for new Bvfs
5683 - Add a new Bvfs class that implements brestore instant navigation cache inside
5684   Bacula. Works for Mysql, Postgresql and Sqlite3
5685 - bat: fix compiler warning for unreferenced argument
5686 - fix mysql case problem in bweb/bresto
5687 - Use the sqlite3_changes to implement sql_affected_rows()
5688 - remove QFormLayout, and use QGridLayout instead
5689
5690 05Aug09
5691 - in bweb, fix warning
5692 - add a default bconsole command to bweb starthttp script.
5693
5694 04Aug09
5695 - remove Page Selector keyword from main bat screen
5696 - fix small pb in bweb starthttp script
5697 - document bweb+lighttpd
5698 - update display_log to display a message if no logs are found
5699 - Apply patch for regress from Frank Sweester
5700 - connect button from mediainfo to real actions
5701 - bat fill mediainfo fields
5702 - bat: Go to the media info panel when double-click on job page or media
5703   list
5704
5705 03Aug09
5706 - Add new mediainfo panel to bat
5707 - update windows bat.pro
5708 - small fix for bresto
5709 - update doc
5710 - don't reset bstat, rstat, dstat in stop_bacula
5711 - add test for list basefiles and new list files
5712 - don't reset bstat, rstat, dstat in stop_bacula
5713 - add list basefiles command make list files compatible with basefiles
5714 - fix the basefile catalog update
5715 - work on stats, fix bug with batch connection
5716 - enable FileSet { Options { accurate = 'pm5' } }
5717 - add variables for stats
5718 - display a message with basejobids
5719 - stop copy/migration using basejobs
5720 - replace free&NULL by free_and_null
5721 - fix
5722 - display base jobs during restore
5723 - fix segfault
5724 - check size also replace mtime/ctime by lstat field
5725 - check for purge job
5726 - purge basefiles at the same time than files
5727 - make regression ok
5728 - use batch connection
5729 - fix update_job_end
5730 - update HasBase in catalog
5731 - remove some debug
5732 - seems to work:!!!
5733 - make base backup work
5734 - update
5735 - init base file
5736 - compile
5737 - fix sql for postgresql
5738 - make sql part
5739 - take ideas from previous try
5740 - Remove useless title
5741 - fix layout, now ok
5742 - remove list volume menu from joblist
5743 - make double click work with joblist
5744 - add refresh and delete event
5745 - fix script name
5746
5747 02Aug09
5748 - Remove old sqlite3 build from bacula.spec
5749 - Move bat from bacula.spec to bacula-bat.spec
5750 -  Remove installing gconsole start script from Makefile.in
5751 - Split mtx into its own spec file
5752 - Remove docs from spec
5753 - Split docs into bacula-docs.spec
5754 - Move bat and mtx to their own spec files
5755 - Remove docs from spec
5756 - Split docs into bacula-docs.spec
5757 -  Remove installing gconsole start script from Makefile.in
5758 - Split mtx into its own spec file
5759 - Remove docs from spec
5760 - Split docs into bacula-docs.spec
5761 - Move bat and mtx to their own spec files
5762 - Remove docs from spec
5763 - Split docs into bacula-docs.spec
5764 - Move bat from bacula.spec to bacula-bat.spec
5765 -  Remove installing gconsole start script from Makefile.in
5766 - Split mtx into its own spec file
5767 - Remove docs from spec
5768 - Split docs into bacula-docs.spec
5769 - Move bat and mtx to their own spec files
5770 - Remove docs from spec
5771 - Split docs into bacula-docs.spec
5772 - Move bat from bacula.spec to bacula-bat.spec
5773 -  Remove installing gconsole start script from Makefile.in
5774 - Split mtx into its own spec file
5775 - Remove docs from spec
5776 - Split docs into bacula-docs.spec
5777 - Move bat and mtx to their own spec files
5778 - Remove docs from spec
5779 - Split docs into bacula-docs.spec
5780 - Move bat from bacula.spec to bacula-bat.spec
5781 -  Remove installing gconsole start script from Makefile.in
5782 - Split mtx into its own spec file
5783 - Remove docs from spec
5784 - Split docs into bacula-docs.spec
5785 - Move bat and mtx to their own spec files
5786 - Remove docs from spec
5787 - Split docs into bacula-docs.spec
5788 - Move bat from bacula.spec to bacula-bat.spec
5789 -  Remove installing gconsole start script from Makefile.in
5790 - Split mtx into its own spec file
5791 - Move bat and mtx to their own spec files
5792 - Remove docs from spec
5793 - Split docs into bacula-docs.spec
5794 - Move bat and mtx to their own spec files
5795 - found a bug. Joblist page would not come up unless dockPage was called when
5796   page was opened with initial paramaters.
5797
5798 01Aug09
5799 - Remove docs from spec
5800 - Split docs into bacula-docs.spec
5801 - Add bacula-docs.spec.in
5802 - Add new form to see job details
5803 - Add bacula-docs.spec
5804 - Remove bacula-docs.spec
5805 - Split docs into bacula-docs.spec
5806 - Remobe bacula-docs.spec
5807 - Split docs into bacula-docs.spec
5808 - missing less than beforehistory | grep svn :D
5809
5810 31Jul09
5811 - Split docs out of bacula.spec
5812 - Insert the tabbed widgets as opposed to adding to the end.
5813 - Don't dock the page for dirstat and restore tree until the page selector tree
5814   widget is clicked.
5815 - I like this sorting method better.
5816 - Update bacula.spec
5817 - Apply quick fix from Ulrich about the last feature.
5818 - Continue work on bacula.spec
5819
5820 30Jul09
5821 - rename the free_and_null macro
5822 - fix test name
5823 - update new features
5824 - chmod +x regress/tests/multi-storage-test
5825 - Allow restore from multiple storage
5826 - Update News
5827 - update tool
5828 - Modify enable/disable commands to show only appropriate Jobs.
5829
5830 29Jul09
5831 - Add ACL check for client in estimate command
5832 - Change time_t by utime_t in accurate function
5833 - Start reworking 3.0.2 bacula.spec file
5834
5835 28Jul09
5836 - Display the job_zoom view when backup is finished
5837
5838 27Jul09
5839 - Add DESTDIR to Makefile
5840 - Add file to build html doc
5841 - add changelog link
5842 - Add changelog on the main menu
5843 - update doc
5844 - add downloads pages for all lang
5845 - Remove the Patch section and add the new Download area
5846 - Link to new downloads.php
5847 - Add tool to convert nasty sourceforge download page to a simple one
5848 - Update
5849 - Update README for binary install tests
5850
5851 25Jul09
5852 - change free_and_null function to a macro
5853 - Add Spanish files translated
5854
5855 24Jul09
5856 - Add format to a fprintf
5857 - Attempt to fix SQLite seg fault problem
5858 - Fix Expired option in media list to select Used media
5859 - Set selection items on top.
5860 - this should resolve issues that people are having with this splitter. If you
5861   try to make it too large, it just snaps back.
5862
5863 23Jul09
5864 - Fix int/int32_t problem in accurate_add_file
5865 - Permit to filter on the directory name as for file
5866 - fix bad english sentence
5867 - add function to simplify free and null operation on pointers
5868 - Remove Qt 4.4 code so it compiles on 4.3 (setHeaderHidden)
5869
5870 22Jul09
5871 - Apply idea of part of Graham's tidy-bsr-source.patch, but modified
5872 - Fix bug #1337 Console tries to build with SSL when libssl-dev not installed
5873 - Modify setJobStatus so cancel has same priority as fatal errors
5874 - Fix Solaris compiler warning in signal.c
5875 - Change selection behavior in the director status screen.
5876 - Do not restore spliiter settings if the settings do not contain settings for
5877   that splitter.
5878 - This is committing most of the patch received from Eric.
5879
5880 21Jul09
5881 - Merge branch 'bwebII'
5882 - use $conf, $tmp, $script, $rscript in accurate test
5883 - Fix Spanish files translated
5884
5885 20Jul09
5886 - es.po merged with bacula.pot 3.0.2
5887
5888 19Jul09
5889 - This is the change that may be used in the future to resolve the issue with
5890   text input required during a console communication.
5891 - Final changes
5892 - Add es lingua
5893 - Fix Spanish build
5894 - Final changes
5895 - Add first cut bsys spec
5896 - update bweb INSTALL
5897 - update INSTALL
5898
5899 18Jul09
5900 - Add info on bweb + lighttpd
5901 - Fix bat command line input bug
5902 - Don't show the connection message after first connection is made
5903
5904 17Jul09
5905 - update copyright year
5906 - Optimize a bit the running job view
5907 - Fix bresto file relocation box
5908 - Update copyrights
5909 - Put back old status icon
5910 - Fix sql query for sqlite on suse10 on copy job
5911 - Fix Spanish files translated
5912
5913 16Jul09
5914 - Remove print and save menu
5915 - Simplify the main screen, removing the status dir console icon and the "go
5916   back" one
5917 - fix spell
5918 - fix case problem in field name
5919 - update for status slots
5920 - Replace info_msg by send_msg in status_slots for bat
5921 - update ChangeLog for 3.0.2
5922 - document @help
5923 - Ignore TAGS
5924 - +x the test file
5925 - test with file instead of vtape
5926 - Add test for bug 1288
5927 - Add slot field in storage operations Update update volume page
5928 - Use BUILD_DIR in default conf
5929 - Fix #1323 about a problem when mounting a requested volume during a restore.
5930 - Use the read as primary color in bweb
5931 - Fix script for vtape tests
5932 - Fix graph_font parameter to work with graph module Avoid warning messages in
5933   apache log with graph module
5934 - Update
5935 - update INSTALL file
5936 - update apache section in INSTALL file and try to choose better color for
5937   graphs.
5938 - Fix Spanish files translated
5939
5940 15Jul09
5941 - Parameterize depkgs directory
5942 - Add back bootstrap to FD
5943 - Make CONF::init header and .c file agree about types
5944 - update
5945 - update cloud project
5946 - Force the client_encoding to SQL_ASCII when database is already using this
5947   mode.
5948 - Fix #1335 about postgresql error message during copy session
5949 - Add documentation about new restore menu
5950 - remove non-essential directories
5951 - Fix Win64 build
5952 - Add more example SD Device configurations
5953
5954 14Jul09
5955 - Apply patch in bug #1315 by McMichaeli that fixes scripts/logwatch
5956 - Add more output when spooling and no space left
5957 - fix next-vol-test
5958 - Fix postgresql driver bug that displayed <NULL> rows from time to time.
5959 - Small fix on accurate code for new restore menu option
5960 - Change default save dir to sbindir in bacula-dir.conf
5961 - update project files for project 2
5962 - Should fix #1323
5963 - Implement project 2, about new restore menu
5964 - Update date
5965 - Remove some whitespace
5966 - Send bootstrap directly from DIR to SD
5967
5968 13Jul09
5969 - add -u to diff
5970 - revert changes
5971 - Update new features
5972 - Create build scripts for Win64 somewhat equilavent to the Win32 ones
5973
5974 10Jul09
5975 - Print correct JobId in bls, should fix #1331
5976 - Rebuild configure
5977 - Apply python detect patch from Bastian Friedrich <bastian.friedrich@collax.com>
5978 - Add --with-hostname to ./configure
5979
5980 09Jul09
5981 - More changes in es.po (37%)
5982 - add --with-hostname to ./configure
5983 - Changed ACL_OTHER into ACL_OTHER_OBJ as IRIX doesn't seem to have ACL_OTHER.
5984   Fixes bug #1333
5985
5986 06Jul09
5987 - Remove non-portable reference to pthread mutex
5988 - Display command output by default
5989 - Add new Spanish files translated
5990
5991 05Jul09
5992 - Turn off bat debug code
5993 - Fix compilation bug
5994 - Small change to allow the compiler to optimize it easier due to the constant.
5995
5996 04Jul09
5997 - Add new Spanish files translated
5998
5999 03Jul09
6000 - Correct registered trademark notice
6001 - Should fix the first part #1323 about the restore option "List Jobs where a
6002   given File is saved" wich display deleted files
6003
6004 02Jul09
6005 - Add estimate accurate doc
6006 - add accurate=yes/no test for estimate
6007 - Update help page with accurate=yes/no
6008 - Add estimate accurate=yes/no ebl Change the code to check jcr->accurate and
6009   not jcr->job->accurate
6010 - Add estimate test
6011 - Make estimate command accurate compatible. Should fix #1318
6012 - Fix es concepts compile problem
6013 - Update for Spanish
6014 - Another fix for bug #1311 to get the correct last_full_time
6015 - Add new Spanish files translated
6016 - Update
6017 - Add base of Spanish manual
6018 - Add directory to Spanish docs; Spanish (es.po) 25% translated
6019
6020 01Jul09
6021 - Fix false zombie detection in next-vol-test
6022 - Add test with accurate mode (it shows the #1323 bug)
6023 - Fix bug #1317 Allow duplicate jobs = no does not work
6024 - Eliminate double job report when do_xxx_init() returns failure
6025 - Fix regress tests to handle new default job name
6026 - fix copy-volume-test
6027 - update Item 2
6028 - Add debug code to MaxDiffInterval
6029
6030 29Jun09
6031 - Change bacula-dir.conf default job name from Client1 to BackupClient1
6032 - Document #1318 about estimate and accurate mode
6033
6034 28Jun09
6035 - Add a column for job type to the jobs table
6036 - Fix missing case for NetBSD xattr restores.
6037
6038 27Jun09
6039 - Fix Win32 build -- turn off lockmgr and remove lockmgr defs
6040 - Added symbols required for win32 build
6041
6042 25Jun09
6043 - Modify xattr.c and acl.c not to fail the job on errors. This should fix bug
6044   #1305.
6045
6046 23Jun09
6047 - Fix 2 rather big bugs in the xattr and acl code and fix a small memory leak
6048   on a particular code path for Linux xattr/acl handling.
6049 - update newfeature with project 37
6050 - Update FileSetId when initializing job.
6051 - fix compilation problem
6052 - add a note about /sys/class/scsi_tape/nst0/default_compression, fix #1314
6053 - Add '*' when volume is online when displaying volume list in restore. Should
6054   complete project 31.
6055
6056 21Jun09
6057 - remove bnet_fsend and use class call
6058 - Re-fix bug #1311 if MaxDiffInterval exceeded ensure job upgraded
6059
6060 20Jun09
6061 - Fix bat install for 3.x
6062
6063 19Jun09
6064 - Add a boolean to console class to allow for the warning popup, except in
6065   cases where I want to prevent the popup. So far this is only for purging
6066   jobs.
6067 - Correct a misspelling in a relatively trivial spot.
6068 - Add job type and first volume of the job to the 4th pane the version table.
6069   This is so that when looking at what version to restore with copy jobs the
6070   user can make a better decision as to which job to restore from
6071
6072 18Jun09
6073 - Back out previous maxdiff patch, which is broken
6074 - Add all Job Types to job_type_to_str() for bat
6075 - Commit maxdiff patch
6076 - Fix bug #1311 if MaxDiffInterval exceeded ensure job upgraded
6077
6078 17Jun09
6079 - Fix bug #1305 make errors obtaining acl during backup non-fatal
6080 - Commit btape fill patch
6081 - Fix bug #1309 inappropriate error message during btape fill command
6082 - Fix bug #1307 AllowHigherDuplicates=no prevents automatic job escalation
6083
6084 16Jun09
6085 - Update VirtualFull doc + BSys course dates
6086
6087 14Jun09
6088 - move 3.0.0 patches to 3.0.x dir
6089 - Add 3.0.x patches dir
6090 - Update with 2009 Vote
6091 - Forgot to add the images for the new button.
6092 - Add a previous page button to the button bar.
6093
6094 13Jun09
6095 - Add feature in pages to have a console command that does not set the console
6096   current. Then also use that feature in joblist to purge or delete a job.
6097 - Add a stringlist and a foreach after populating to at least acknowledge to
6098   the user that a new fileset. Bat would not show the fileset until the database
6099   table had the fileset which was not until used.
6100
6101 12Jun09
6102 - Remove non-portable code referencing pthread_t fixes bug #1308.
6103 - Remove non-portable code referencing pthread_t
6104 - Create patch that may fix bug #1298 and bug #1304, which causes an SD crash
6105   after canceling a job.
6106
6107 11Jun09
6108 - When looking at what got backed up from a windows differential, found a bug
6109   where it would create many "Bases". This fixes it subtly.
6110
6111 09Jun09
6112 - Add checkbox widgets to filter out copy and migration jobs.
6113
6114 08Jun09
6115 - Attempt to get bat conf file installation to work with DESTDIR
6116 - Commit migrate patch for bug #1303
6117
6118 05Jun09
6119 - Improve error messages when a migration sql query is used and correct the
6120   problem identified in bug #1303 with starting Job names containing spaces.
6121 - Fix #1306 when building static bconsole
6122
6123 04Jun09
6124 - Did not intend to leave those debugging lines there.
6125 - fix vtape test to work with the latest trunk
6126 - Reorder project file with poll result
6127
6128 03Jun09
6129 - update
6130
6131 01Jun09
6132 - Setting actions up like this I think is better. No restore from job or time
6133   if more than one job selected.
6134 - Add columns for first media and volume count. Change some semantics of how
6135   signals execute functions when a selection list is changed.
6136 - Prevent warnings from showing as dialog boxes that can interupt multiple
6137   operations performed in a foreach.
6138
6139 31May09
6140 - Sort the lists after population so that drop downs are sorted.
6141
6142 30May09
6143 - A fix for mysql database sql syntax.
6144 - Add columns to the tree to show read/write time, scratch pool, recycle
6145   count.
6146 - Somehow I was losing the refresh jobs action. This should keep it in.
6147
6148 29May09
6149 - untabify
6150 - Add ids on command.tpl to fix #1300
6151
6152 28May09
6153 - Correct incorrect placement of trap for m_firstpopulated.
6154 - There was an issue with empty directories. The director would print node xxx
6155   has no children and bat would interpret that as a directory. This fixes it
6156   but it may not be the best solution.
6157 - update
6158
6159 27May09
6160 - Make sure that vtape directory is created during -tape tests ebl change grep
6161   -e to grep -E to make source-addr-test working as expected
6162 - Simplify mysql bresto part. Should be faster, but need tests
6163
6164 26May09
6165 - On vacation I am having a little fun !!
6166 - Add documentation for new directives DirSourceAddress and FDSourceAddress
6167 - Apply Steve Polyack patch to add DirSourceAddress and FDSourceAddress directives.
6168   That permits to choose the outgoing interface.
6169 - make fileregexp-test working with git repository
6170
6171 25May09
6172 - Apply Marco's patch: mvw Allow acl and xattr to be explicitly enabled and
6173   fail the configure if we are asked to enable acl or xattr support and the OS
6174   doesn't support acls or xattrs.
6175 - Add more Spanish site modifications
6176
6177 24May09
6178 - Commit changes for Spanish site
6179
6180 23May09
6181 - Create Client record in database at startup -- makes bat work better
6182 - Disable scratchpool-pool-test because it hangs
6183 - Rework printed message when files are purged on restore
6184 - Turn off useless End of file message during restore.
6185 - When doing a tree selection restore, look at the PurgedFiles column in the
6186   first JobId, and if non-zero, the Job was purged, so do not do selection
6187 - Yet another try to get qmake to install bat correctly
6188
6189 21May09
6190 - Add Catalog = all to the default Messages resource
6191
6192 20May09
6193 - Add Spanish directory
6194 - Fix race in director job start which was allowing the number of concurrent
6195   jobs to exceed the maximum
6196
6197 19May09
6198 - Comment out broken fake-autochanger change
6199 - Speed up media list generation when using "compute with directories" option
6200 - fix dates
6201 - update
6202 - Fix #1029 about resolution address order. Thanks to David.
6203 - Add patch for #1029
6204 - During jcr destruction hold jcr_chaing lock only for minimum time necessary.
6205   This should fix the SD deadlock in bug #1287.
6206 - Simplify messages printed by SD when reserve fails. This should fix bug
6207   #1285
6208 - Add sleep in vtape changer to simulate real hardware
6209
6210 17May09
6211 - speed up mysql to compute restore table ebl speed up mysql when computing
6212   media list ebl fix media list display ebl fix bresto problem with drag&drop
6213
6214 16May09
6215 - Fix libxml dependency for rh7 per Pasi Kärkkäinen <pasik@iki.fi>.
6216 - Create archivedir
6217
6218 15May09
6219 - Back out unwanted change. Should fix problem reported by Yuri
6220 - add index on temporary table to speed up mysql part during restore
6221 - Fix display of / on bfileview
6222 - Yet another attempt to get qmake to generate valid Makefiles that installs
6223   the binaries. It seems to require the binary to exist at qmake time
6224 - Apply fix to sql_cmds.c suggested by Ulrich Leodolter <ulrich.leodolter at
6225   obvsg.at> which prevents restore by file selection from using Copy jobs.
6226 - fix drag&drop
6227
6228 14May09
6229 - Add new nagios_plugin_check_bacula.tgz from Masopust, Christian <christian.masopust
6230   at siemens.com>
6231 - Reduce bconsole help to fit in 80 columns kes Add bconsole @help command kes
6232   Fix Show FileSet command to handle spaces
6233 - Allow specification of base daemon resource name. --with-basename=<name>
6234 - Fix bat to automatically use installed bat.conf
6235 - bat not installed even if configured. Fix by working around apparent bug in
6236   qmake
6237
6238 13May09
6239 - update
6240 - Turn on lockmanager when using DEVELOPER flag
6241
6242 10May09
6243 - note that vtape is not ready for production
6244 - remove unused file
6245 - More scripting stuff
6246
6247 09May09
6248 - More scripting parameterization
6249 - More parameterization of scripts
6250 - First cut parameterize better regression tests
6251
6252 07May09
6253 - fix mysql problem with the restore query
6254 - rename JobHistory to JobHisto
6255
6256 06May09
6257 - update os table
6258 - ebl update german version
6259 - update supported os table
6260 - change the ugly grey background on symbole and images to white
6261 - small fix
6262
6263 05May09
6264 - ebl Make working the "compute with directories" option --This line, and those
6265   below, will be ignored--
6266
6267 04May09
6268 - Updates
6269 - add screenshots
6270 - Add screenshot and update french main page
6271 - add screenshots
6272 - update
6273 - Add new images
6274 - Fix ldconfig problem in client only build.
6275 - don't display copies like in bconsole
6276 - Added extra logging to determine the exchange server in use
6277
6278 03May09
6279 - Fixes for client build.
6280 - Update main page
6281 - Update
6282 - update
6283 - Only define winapi's for 32 bit build. Already defined for 64 bit apparently...
6284 - Change GetComputerName to GetComputerNameEx so that in a cluster we get the
6285   name of the vserver instead of the local machine. Added prototypes for
6286   GetComputerNameEx which appear to be missing.
6287
6288 02May09
6289 - 3.0.1
6290 - Don't run backup at same time as restore to avoid deadlock in concurrent
6291   test
6292
6293 01May09
6294 - update
6295 - Update documentation
6296
6297 30Apr09
6298 - Ran into a problem deleting a volume. This fixes it.
6299 - Update News
6300 - Fix purged restore prompting
6301 - Final changes
6302
6303 29Apr09
6304 - update
6305 - Add bypool option
6306 - add bypool option
6307 - Fix error message
6308 - Fix bug #1282 Setting job.Priority in python crashes director by checking if
6309   string addr is NULL. Not tested.
6310 - Fix bug #1281 allow all on restore command line to restore pruned JobIds
6311   without prompting.
6312 - Add vectorized bat image
6313
6314 28Apr09
6315 - Check for job_canceled() in fd_plugin code
6316 - Update Win32/64 table creation to have new DB version 11 format
6317 - Remove illegal Options in Exclude of default Win32/64 bacula-dir.conf
6318 - This is the fix to http://bugs.bacula.org/view.php?id=1276. The select class
6319   was just not working with the new requirements of setting and clearing the
6320   notify.
6321
6322 27Apr09
6323 - Fix bug #1274 where a migration job can be canceled like the original job by
6324   the MaxRunTime directive.
6325 - Added fix for bug #1275 where acl or xattr data is saved for virtual filenames
6326   generated by filed plugins.
6327
6328 26Apr09
6329 - Set slot max to 60
6330 - Permits to eject Used tape
6331 - update ScriptAlias
6332 - Remove Reposition info message
6333 - Fix platform scripts not to clean configured files during 'make clean' use
6334   'make distclean' to clean everything.
6335
6336 25Apr09
6337 - Add build tag for distribution name.
6338
6339 21Apr09
6340 - Fix copyright + trademark name
6341 - add doc for new VerId option
6342
6343 20Apr09
6344 - Fix suggested in bug 1273
6345
6346 16Apr09
6347 - Add additional mysql connection debug code
6348 - Fix bug #1246 Sometimes access denied with VSS enabled. UCS conversion cache
6349   was not properly flushed at the end of a Job
6350
6351 15Apr09
6352 - Update
6353 - add missing BACULA define
6354
6355 14Apr09
6356 - update
6357 - Fix bug #1268 Full Max Run Time cancels jobs (when Max Run Time = 0).
6358 - Ignore scripts/bacula-dir.conf.maxruntime
6359 - revert pool changes and correct the problem
6360
6361 13Apr09
6362 - Add new maxruntime test -- not yet working
6363 - more fixes about pool=defaults
6364 - more fixes
6365 - fix more pool problem
6366 - fix pool problem
6367
6368 12Apr09
6369 - specify pool in label process to avoid problem
6370 - use scripts/bacula-dir.conf instead of bin/bacula-dir.conf
6371 - Add debug message when checking database encoding
6372 - Test postgresql encoding at the start of the test
6373
6374 11Apr09
6375 - Modify insertion of read Volumes in SD to be done before the drive reservation.
6376   This ensures that a Volume to be read will not be reserved for writing.
6377 - Clean old patchnotes
6378 - Turn developer back on
6379
6380 13Oct09
6381 Release Version 3.0.3:
6382 16Jul09
6383 Release Version 3.0.2:
6384 29Apr09
6385 Release Version 3.0.1:
6386 05Apr09
6387 Release Version 3.0.0:
6388 28Dec08
6389 Release Version 2.4.4
6390 27Oct08
6391 Release Version 2.4.3
6392 26Jul08
6393 Release Version 2.4.2
6394 07Jul08
6395 Release Version 2.4.1
6396 04Jun08
6397 Release Version 2.4.0
6398 25Jan08
6399 Release Version 2.2.8