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