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