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