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