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