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