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