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