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