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