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