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