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