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