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