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