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