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