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