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