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