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