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