]> git.sur5r.net Git - bacula/bacula/blob - bacula/ChangeLog
Revert "Remove line added as Eric seems to have done so also."
[bacula/bacula] / bacula / ChangeLog
1               Changelog on version 5.0.x
2
3 General:
4
5 Release Version 5.0.1
6
7 23Feb10
8 - Ensure SD asks for help when looping even if poll set. Fixes bug #1513
9
10 21Feb10
11 - Fix three-pool regress bug
12 - Replace MIN by code as recommended by Marco to avoid compiler warning
13 - Make script more portable
14 - Add Fedora 11 and 12 build tags.
15 - Lets close the Ingres cursor otherwise the code complains the cursor is still 
16   open when we try to reuse it.
17 - Fix segv when indicator field is null. Also added some extra checks around 
18   free calls so we don't try to free null pointers.
19 - Changed strcpy to bstrncpy and sprintf to bsnprintf and changed the bsnprintf 
20   format.
21 - Small indent changes
22
23 20Feb10
24 - Sync between master and this branch as some ingres changes did go into master 
25   but not into this branch.
26 - Remove include file that makes the compile complain and doesn't seem to be 
27   used as removing makes the code compile ok.
28 - Some small indent changes.
29 - Reindented myingres.sc to Bacula "style" and regenerated myingres.c
30 - Merged in rejects from previous patch and regenerated new myingres.c from 
31   myingres.sc using esqlc. Changed sprintf into snprintf.
32 - Added patch from Stefan Reddig -- fixed date types, errmsg
33 - Added patch from Stefan Reddig -- improved ingres db test
34 - Added patch from Stefan Reddig -- added some checks, db test prog
35 - Forgot one exit.
36 - Fixes for client only build.
37 - Fix seg fault in dup jobs regression test
38 - Possible fix for FreeBSD three-pool regress failure
39 - Remove duplicate.
40 - Remove mysql version variable.
41 - Enable readline support.
42 - bug report 1505
43 - This version fixes an issue where the console window would start out not 
44   docked. It is fixed by initiating the variables in the Pages class with a 
45   constructor.
46
47 19Feb10
48  - Fix make_catalog_backup.pl fails when catalog db is on other host
49
50 17Feb10
51 - Apply MacOSX installer patch from bug #1509
52 - Add debug code for FreeBSD regress failures
53 - Reduce debug output
54
55 16Feb10
56 - Regress test Branch-5.0 prior to release
57 - Add more debug for three-pool regress failure
58 - Backport duplicate-job-test
59 - Make dup jobs regress test work
60 - Eliminate error message in regress setup if get not present
61 - Avoid error message if git not installed
62
63 15Feb10
64 - Apply fix to previous fix of Copy problem. Fix proposed by reporter o
65   #1476
66 - Set default Allow Duplicate Jobs = yes
67 - Fix Allow Duplicates bug
68
69 14Feb10
70 - Fix duplicate job bug
71 - Update date
72 - Fix infinite wait on error when restore started
73 - Make undocking work
74 - update configure
75 - Add check for sqlite3_threadsafe() in configure
76 - Add debug to testls
77
78 13Feb10
79 - Updates for 5.0.1.
80 - Clean up termcap requirements.
81 - Add dependency information.
82 - Changes to run bat as nonroot user.
83 - Refix version.
84 - Fix client only build.
85 - Add code to check and prevent setting StorageId to zero
86
87 12Feb10
88 - Lets call the Ingres version of the tables also version 12 as it alre
89   all the new tables introduced in version 12 on the other backends.
90 - Fix library versions from 5.1.0 to 5.0.1 so things are inline with th
91   numbering scheme
92 - First cut at fixing AllowDuplicateJobs bugs
93 - Fix bug #1501 -t does not print errors
94 - Add more doc in sample-query.sql
95
96 12Feb10
97 - Lets call the Ingres version of the tables also version 12 as it alre
98   all the new tables introduced in version 12 on the other backends.
99 - Fix library versions from 5.1.0 to 5.0.1 so things are inline with th
100   numbering scheme
101 - First cut at fixing AllowDuplicateJobs bugs
102 - Fix bug #1501 -t does not print errors
103 - Add more doc in sample-query.sql
104
105 11Feb10
106 - Apply SQLite3 update fix from bug #1497
107 - Apply bashism fix for diskchanger.in script from bug #1499
108 - Apply Philipp Storz fix on bconsole history file
109 - Apply rpm fix for Sci Linux from bug #1494
110 - Update po files
111 - Take most recent Ukranian po from bug #1448
112 - Fix pages not in focus
113
114 10Feb10
115 - Work around SQLite3 bug in bat submitted by Andreas Piesk a.piesk@gmx
116 - Move shared object numbers into version.h + use -release for libtool
117   than -version-info
118 - Make mtx-changer errors clearer
119 - Check for existence of mtx-changer.conf in mtx-changer script
120
121 09Feb10
122 - Probable fix for Copy/Migration bug #1476
123 - Fix SQL that fails on SQLite3 in bat reported by Andreas Piesk a.pies
124 - Make master run with DEVELOPER set
125
126 08Feb10
127 - Make bsnprintf test program compile
128 - Rename directory
129 - Reorganize spec files
130 - Fix bat bug that consumes connections + add braces on ifs + rename su
131 - Fix compiling gigaslam.c whith $(CFLAGS) for OpenSuse Build service
132 - Fix Mysql database upgrade.
133
134 07Feb10
135 - Fix bug #1488 -- create delivery_error() subroutine to avoid recursio
136   race conditions in messages.c
137 - Upgrade cats library also to 5.0.0
138
139 06Feb10
140 - Fix missing console page in bat
141 - Move msg trace into subroutine
142 - Move bat help files into help subdirectory
143 - Add bat help files to Win64 installer
144 - Win -- add help files to installer + stop any running bacula-fd befor
145   install
146 - Fix bug #1481 -- bat consumes all console file descriptors
147 - Update date on win32 rc file
148
149 04Feb10
150 - Backport truncate on purge from 5.1.x
151 - Fix bug #1486 -- bat doesn't show any errors on command-line
152 - Update the bsock error url
153
154 03Feb10
155 - Correct .my.cnf umask in make_catalog_backup.pl
156
157 02Feb10
158 - Apply Philipp's fix for dbcheck use by make_catalog_backup.pl
159
160 01Feb10
161 - Backout patch that should not be in Branch-5.0
162 - Backup patch that should not be in Branch-5.0
163 - Free db_list when not used
164 - Fix seg fault in bscan from new comment field
165 - Remove qmake-qt4 code so tht alternate qt4 build works. Fixes build p
166   in bug #1468
167 - Patch from checks multple CNs when using TLS
168
169 31Jan10
170 - Commit spec+rpm build files from Scott
171
172 30Jan10
173 - Fix seg fault in SQlite driver
174
175 28Jan10
176 - Make versions of shared libs inline with the software version.
177 - Remove file_index sequential check -- reported by Graham
178
179 27Jan10
180 - Disabled ActionOnPurge waiting for a fix
181 - Check pool memory size for truncate op
182
183 26Jan10
184 - Fix #1467 about ActionOnPurge with Devices having space
185 - Fix #1466 about Bogus pruning message
186
187 25Jan10
188 - update configure
189 - Fix make_catalog_backup.pl warning
190
191
192
193
194
195 Release Version 5.0.0
196
197 21Jan10
198 - Remove double secs in pruning output
199
200 20Jan10
201 - Fix priority mgnt in lock manager
202 - Fix FD crash when plugin running and cancel given
203 - Stop backup sooner after cancel
204 - Make a missing plugin during backup fatal
205 - Update sample-query.sql
206 - Use make_catalog_backup.pl by default
207
208 19Jan10
209 - Update makeall and add README to release directory
210 - Remove debug code
211 - Add more authors
212 - Fix possible memory leak
213 - Fix bscan bug introduced with serialization change
214 - Add a few status client commands
215 - Make Ukraine po to compile
216 - Update po files
217 - More spec improvements from bug #1455
218 - Enhance FD status to have level
219
220 18Jan10
221 - Fix logwatch install in bacula.spec. Patch from bug #1454
222 - Remove /etc/logwatch directories from spec file. Patch supplied by bug
223   #1456
224 - Don't remove spec files -- fixes bug #1458
225 - Remove FI sanity check code that does not apply after a VirtualFull
226 - Make Attr/record FI non-fatal if different -- possibly temp + add new session
227   record types
228 - Keep serial from overruning with bad data
229
230 17Jan10
231 - Add info message on how to stop the file relocation test
232
233 15Jan10
234 - Add new Path tables to grant and drop scripts
235 - Fix #1450 about FirstWritten not updated with bscan
236 - Fix error message in grant_postgresql_privileges
237
238 12Jan10
239 - Fix SQLite table creation script
240
241 11Jan10
242 - Add Job.Reviewed field
243 - Enable priority checks in lockmanager
244 - Change DB version from 11 to 12
245 - Fix Win64 build
246 - Fix Win32 build
247
248 10Jan10
249 - Fix the subject to something easy to delete
250 - Turn off messages test -- it creates tons of emails
251
252 09Jan10
253 - Optimize strtok usage in ua_cmds
254
255 08Jan10
256 - Remove old code requiring different storages for migration
257 - More checking for OpenSSL in configure
258
259 06Jan10
260 - Add make_catalog_backup.pl script that uses env variables and disk file to
261   pass database password for backup
262 - Modify the sql query to get alphabetical order of clients when selecting the
263   most recent backup for a client
264
265 05Jan10
266 - Remove warning about make_catalog_backup.pl
267
268 04Jan10
269 - Add Ingres configuration
270 - Fix Ingres ID definition that caused seg fault
271 - Add commit from Stefan Reddig
272
273 03Jan10
274 - Simplify initgroups definition for AIX
275 - initgroups definition is ok on aix >= 5
276
277 31Dec09
278 - Ignore scripts/bacula_config
279 - Remove QWT from configure -- not used
280
281 28Dec09
282 - Revert to configure with C due to old prototypes on some systems
283 - Make ioctl_req_t test less g++ dependent
284 - Make ioctl test more exact
285 - Try to force configure compiles to be more exact
286 - Rebuild configure to handle Marco's changes
287 - Clean old configure
288
289 27Dec09
290 - Let --enable-libtool and --disable-libtool determine if we build plugins and
291   drop the extra configure option
292
293 26Dec09
294 - Lets use a xattr specific constant and not the stdio BUFSIZ which is kind of
295   platform dependend.
296 - Attempt to autoconfigure ioctl_req_t
297 - Lets not mix initialized stack variable with uninitialized ones in the same
298   definition.
299 - Added some handling of EPERM and EOPNOTSUPP which seem to be returned when
300   you try to retrieve the system extended attributes a non root user.
301 - Lets not orphan the buffer returned by extattr_namespace_to_string as it
302   seems by looking at the code it strdups the string it returns so no need to
303   bstrdup it ourself.
304
305 25Dec09
306 - Show that plugins are enabled or not in configure output.
307
308 24Dec09
309 - Plugins are dependable on libtool now so cleaned the Makefiles and the fd
310   plugins are only build when --enable-plugins is set and libtool is used.
311 - Clarify catalog grant permissions message
312
313 23Dec09
314 - Fix depend for changes to SRC variables.
315 - Drop the usage of macros within macros as it seems some platforms native
316   makes don't support that. While converting the Makefiles also made things
317   somewhat more uniform in naming the lib objects.
318
319 22Dec09
320 - Add scripts/bacula_config script that displays configure options and results
321 - Continue to support Batch Mode with PostgreSQL < 8.2
322
323 21Dec09
324 - M_ABORT Bacula If batch insert is turned on when we try to open a connection
325   and thread safe is not enabled
326 - Try to fix problem on FreeBSD with unsupported extended attributes which
327   gives lots of orphaned buffers as seen in regression testing.
328
329 20Dec09
330 - Fix thread safe detection in ./configure
331
332 19Dec09
333 - Update bweb deb
334 - Fix breload make_catalog_backup.pl rights
335
336 17Dec09
337 - LSBize Debian init scripts
338
339 15Dec09
340 - Fix #undef of lock manager
341
342 13Dec09
343 - Remove checkout master
344 - Add more debug for Solaris regression timeouts
345 - Make SUN C++ compiler stop complaining about enum definition.
346 - Use %c and %n in bootstrap in default bacula-dir.conf
347
348 11Dec09
349 - remove a ref to sqlite
350 - Remove ua_prune.c debug code
351 - Print any traceback or bactrace
352 - Fix old stuff in Makefile
353 - Allow deadlock manager on FreeBSD, MacOSX and SunOs
354 - Add allowcompress-test
355 - Add test for AllowCompress option
356
357 10Dec09
358 - Eliminate compiler warning
359 - Rework Mac OS 10.6 mtio.h fix
360 - Attempt to fix mtio.h problem on Mac 10.6
361 - Allow mount to wake job waiting for op
362 - Make wait longer for better recycling
363 - Fix another volume_lock dlock order problem
364 - Fix and add ASSERT debug
365 - Fix compilation problem with lockmgr
366
367 09Dec09
368 - Fix misnamed variable
369 - Reorder lock_volumes and dlock in SD to avoid race conditions
370 - - five more updates to manpages options I had forgotten in a corner, - a
371   reformated and edited page for bsmtp - a brand new one for btraceback, based
372   on the Problem Resolution Guide and discussions (to be continued?) on this
373   list.
374 - Fix compilation pb
375 - Add mutex some priority info for SD
376 - Add info in dump about lock priority
377 - Fix CentOS/RHEL detection
378 - Fix #defines when lock manager turned off
379 - Add USE_LOCKMGR_PRIORITY switch to enable new priority management
380 - Add Macro BTHREAD_MUTEX_PRIORITY(p) and lib/mutex_list.h to manage locks
381 - Make pthread_mutex_init/destroy compatible with bthread_mutex_t
382 - Fix SD Vol+dev lock race bug
383
384 08Dec09
385 - Add init/destroy function for both p/bthread_mutex_t object
386 - Add new bthread_mutex_t object that check mutex priority order
387 - Add test for reload command
388 - More bstrncat doc
389 - Add bstrncat comments
390 - Fix bug #1431 about bad reload command. Still an object to free in this
391   case.
392 - Fix bug in bstrncat
393 - Temp fix for prune crash
394
395 07Dec09
396 - Update win32 testing
397 - Add new test for win32
398 - Add cleandir option
399 - Add tool to edit configuration file remotely
400 - Add more sm_check debug
401 - Add memory corruption checks
402
403 06Dec09
404 - Fix CentOS/RedHat test in regress
405 - Add win32 regress helper
406 - Attempt to fix SQLite seg fault when listing fields
407 - Allow Dir to come up before use
408 - Fix python plugin to use the new get functions instead of the get_ functions.
409 - Fix seg fault in new AllowCompression code
410 - Use restore count from write_bsr
411 - Add some doc of Win32 stuff
412 - Update prototype.conf to have latest stuff
413 - Update techdoc + notes
414 - Add AllowCompression feature
415
416 05Dec09
417 - Remove debug
418 - Fix #1403 about windows directory attributes not well restored
419 - Change old get_Jobxxx to getJobxxx
420 - Fix Win32 build after adding Base Job code
421 - Fix backup-bacula-test
422 - Add new idea to kernstodo
423 - Improved database warning message
424
425 04Dec09
426 - Init lmgr in btape
427
428 03Dec09
429 - Disable SQLite2 code in cats.h
430 - Remove SQLite from configure
431 - Remove SQLite2 scripts
432 - Fix configure.in
433
434 02Dec09
435 - Remove JobMedia.Copy references
436 - bvfs: update bvfs_test
437 - update
438 - Remove brestore_ from bvfs table, use Job::HasCache instead of knownjobid
439   table
440 - Update po files
441 - Finally... the 100% of bacula spanish !!! ;-)
442 - Apply Postgres 8.4 SQL_ASCII fix
443 - Ignore bweb.conf in gui/bweb
444 - Apply manpage patches
445
446 01Dec09
447 - Fix backup-bacula regression
448 - Remove support for SQLite 2
449 - Fix rpm spec files bug #1428 + #1420
450 - Fix include MySQL libs to use shared object. Fixes bug #1427
451 - Fix search to include 64 bit libs for --with-dbi option
452 - Change all log.d to logwatch in RedHat specs
453
454 30Nov09
455 - Add config doc in INSTALL
456
457 23Nov09
458 - Add another project to the projects file
459 - don't follow packagemaker permission recommendations
460 - OSX Installer: update README
461 - OSX installer: fix for a bug in 10.5 packagemaker, --id argument required
462 - OSX installer: switch to new pmdoc packagemaker format
463 - Add another project to the projects file
464 - Add new project
465
466 22Nov09
467 - Add error count to Fatal job errors
468
469 21Nov09
470 - Attempt to keep tls_shutdown from hanging
471
472 16Nov09
473 - Add completion for unmark
474
475 15Nov09
476 - Add Job and File Retention to Pool
477 - Remove version id
478 - Change some console.c socket calls into class calls
479 - Revert "Reduce diff output in weird-files-test"
480 - Reduce diff output in weird-files-test
481
482 14Nov09
483 - Fix bug #1367 by creating an empty query.sql file
484
485 13Nov09
486 - update
487 - Display only backups when running a new job
488 - Add list_backup, list_restore functions
489 - update
490 - Add optional type= argument to .jobs command. You can list only Backup,
491   Restore,... jobs.
492
493 12Nov09
494 - autocomplete restore mode
495
496 11Nov09
497 - update
498 - Fix segfault on basejob code
499 - Replace POOL_MEM by POOLMEM to avoid segfaults
500 - Fix base-job-test with Mysql
501 - Remove extra _ of _dbg_print_db func
502 - Update BDATE
503 - fix segfault on redhat4
504
505 10Nov09
506 - Add base-job-test to regress
507 - update
508
509 09Nov09
510 - Optimize SQL to determine file selection with directories. It is enabled for 
511   ascii path.
512
513 07Nov09
514 - Drop svn Id
515
516 06Nov09
517 - Add Solaris regress comments
518
519 05Nov09
520 - More debug when test fails
521 - Add SITE_NAME and EMAIL to cdash report
522 - Display a message if catalog max_connections setting is too low
523
524 04Nov09
525 - Apply James' conio patches
526 - Update po
527 - A small changes on bacula-es translate. Now, we go on ~90% !!!
528 - Fix double send of attributes introduced in 84aabba7cee82f0c1f6dae8882a2ee0bb26306ca
529 - Check pthread_mutex_lock return code in lockmgr
530
531 03Nov09
532 - Remove debug code in concurrent-jobs-test
533 - Remove debug code in encrypt-bug-test
534 - Remove annoying debug messages in four-jobs-test
535
536 02Nov09
537 - Increase width of ls size. Fixes bug #1409
538 - Fix buffer clobber when editing SQL error
539 - Fix false zombie errors in FD during regression
540 - Merge branches 'master' and 'kaboom'
541 - Add -m option to DIR,FD,SD to dump kaboom output
542 - avoid orphan memory in testls
543
544 01Nov09
545 - tab-completion ok
546 - When using .help item=, we display only usage part
547 - Add bat to Win32 build and install
548 - Add more debug for zombie jobs
549 - Get regress bacula stop messages when debug on
550 - Fix SD DCR race condition that causes seg faults
551 - Stop regression tests after 30 minutes
552 - Commit configure
553 - Add more debug on failed source-addr regression
554 - Set use_libtool expicitly to yes so our other checks work for static tools.
555
556 30Oct09
557 - Rework bat so that Win32 version works better
558
559 29Oct09
560 - Make bat win32 build use /home/kern/bacula
561 - Make non-win32 build stop on failure
562 - Make win32/64 build stop on failure
563 - Remove definition of unused subroutine in ua_dotcmds.c
564 - Revert James' patch to simplify the Win32/64 build process
565
566 28Oct09
567 - disable debug in win32 revision
568 - update bat on win32 project file
569
570 27Oct09
571 - Small fix to Eric great patch for readline commandcompletion so it also 
572   compiles on non gcc compilers.
573 - Add readline completion for commands and argument
574
575 26Oct09
576 - Fix another messages error problem pointed out by Eric
577
578 25Oct09
579 - Disable messages-test in automatic
580 - Show an other deadlock in messages.c
581 - Change W/G to Wanted/Granted in lock dump
582 - fix multi-console problem for bat on win32
583 - change Jmsg to Qmsg in low level routine
584 - Set tries to 1 for a non-timeout mount or unmount operation.
585 - Fix comment
586 - bat: change info order in Job view
587 - Use Qmsg instead of Jmsg when fides_mutex is locked in close_msg()
588 - simplify the link process for win32/win64
589
590 24Oct09
591 - initialize lmgr in bat
592 - add messages-test to regression suite
593 - update tools with lmgr
594 - force lock manger init
595 - add lmgr to bconsole
596 - Fix deadlock detection to work in daemon mode
597 - Implement syslog on Windows
598 - Make all ABORT and ERROR_EXIT msgs go to syslog
599 - Fix ref to dequeuing_msgs
600
601 23Oct09
602 - Disallow Qmsg when despooling
603 - Fix Qmsg race condition reported by Eric
604 - add test for bad messages ressource
605 - bat: Display a nice graphic on media usage depending on the average size for 
606   this mediatype.
607
608 22Oct09
609 - bat: add volume capacity estimation in mediaview
610 - bat: try to center InChanger bullet
611 - bat: Use green/red bullet for InChanger in mediview
612 - bat: Don't set Expire field unless LastWritten is ok
613
614 21Oct09
615 - Make new configure per Marco's request
616 - bat: add new Expired button in MediaView
617 - fix vtape test
618 - Redirect errors to /dev/null and only run uname -p on Linux where we know it 
619   works. This is probably the most portable way of doing things.
620
621 20Oct09
622 - Add MediaView form that displays the Media list in a QTableWidget. It permits 
623   to search and sort media. Rename current "Media" tab to "Pool" as it displays 
624   Pools
625 - Permit to use MediaId or VolumeName in MediaEdit panel
626 - add StringList to handle locations, volstatus and mediatypes
627 - add dot functions to list volstatus, locations and mediatypes
628 - update bacula32.def
629 - Add .volstatus command
630 - Add new MediaView
631 - permits "update slot(s)" and "label barcodes slot(s)" command
632
633 19Oct09
634 - Don't use uname -i but uname -p
635 - Added support for selecting the correct libdir on Linux
636 - fix status slots command when SD slots are mixed
637 - Test only master now
638
639 18Oct09
640 - update fr.po
641 - Added acl and xattr regression tests for FreeBSD
642 - Use getfattr and setfattr on Linux not attr as that is a XFS tool which works 
643   too but is not native.
644 - Don't enable SUN compiler by default and make the configdir configurable.
645 - Add test when ActionOnPurge=None Add test for update volume=xxx actiononpurge=yyy
646 - fix crash on exchange restore fail
647 - Update project 5 (ActionOnPurge) with current status
648 - chmod new regress script
649 - update regress
650
651 17Oct09
652 - Ensure that Ubuntu /var/run is created in init.d scripts suggested by nick 
653   <nick@fisk.me.uk>
654 - Implement Dan's suggestion to avoid IPv6 problems
655 - Add makeall for release
656 - On release, make only a simple tag
657 - Fix Windows build
658
659 16Oct09
660 - Don't download and build fakeroot as part of make -C platforms/osx
661 - More Win installer changes
662 - Update installer
663 - Do some additional checks.
664 - Add Marco's run regression wrapper script
665 - Possible fix for problem with Volume in another drive
666 - Make new configure from Marco's configure.in
667 - Try to unmount by running the unmount command specified in the config on file 
668   and dvd devices.
669 - Fix switching read device reported by Nicolae Mihalache <mache@abcpages.com>
670
671 15Oct09
672 - Lets free the variable in the right part of the loop.
673 - Use bfree_and_null
674 - Change bsnprintf to normal strncpy
675 - Add comments to fileregexp test
676 - Add more debug in filregexp test
677 - Eliminate compiler warning
678 - Fix bug #1391 Job status improperly set due to subtle variable overload 
679   problem
680
681 14Oct09
682 - Add release scripts
683 - add regress variables to functions.pm
684
685 13Oct09
686 - Update date
687 - Fix stupid error
688 - Avoid error when git-version doesn't exist
689 - Convert some old %x into %p for pointers
690 - Fix #1352 about double free with regexp and big filenames on windows
691
692 11Oct09
693 - Small update to cache the current attrspace we are saving and make a private 
694   copy of that string representation.
695 - Change acl and xattr errors from Qmsg to Jmsg
696 - Add comment
697 - Recursively call fix_device_block_write_error on error
698 - Fix changing read device during VirtualFull in SD
699 - Eliminate possible false error message
700 - Fixed ifdefs
701
702 10Oct09
703 - Add posix acls stored in xattrs on FreeBSD
704 - Removed last direct message output by replacing Qmsg by Mmsg
705
706 09Oct09
707 - Add comment on OpenBSD not supporting the extattr functions (anymore ?)
708 - Add new Feature Requests to projects file
709 - Fix ifdefs
710 - Change strcmp to bstrcmp
711 - fix bash/sh problem in disk-changer.in
712 - Fix some comments
713 - remove old db_get_int_handler()
714 - Add support when extattr_get_file is supported but extattr_get_link is 
715   not.
716 - Regenerated config.h.in
717
718 08Oct09
719 - Implement transfer and listall command in mtx-changer and disk-changer 
720   scripts
721 - Add new autochanger command to get all information about content
722
723 07Oct09
724 - As things are no longer as generic rename the generic to the linux interface 
725   (b.t.w. OSX also implements this interface)
726 - Just as with serializing first unserialize all xattr structures in memory and 
727   then walk that list for restoring them.
728 - delete the alist in the destroy function
729 - Implement the extattr xBSD interface Moved some code around to be able to 
730   reuse the encoding and decoding for both the extattr and xattr interface Use 
731   an alist for storing the xattr list so we don't have to count the number of 
732   xattr first
733 - Use extattr interface for all xBSD filesystems. Added OpenBSD also to the 
734   mix.
735 - As it seems FreeBSD doesn't have the llistxattr or listxattr interface as 
736   Linux, OSX and NetBSD have but has an interface named extattr. This is a 
737   first breakdown to implement that interface.
738
739 05Oct09
740 - Make Checksum as default when not using FileSet->Include->Options->BaseJob
741 - Change debug level
742 - Fix postgresql MD5 missing field
743 - Fix unwanted printout in strip test
744 - Fix concurrent Job recycle bug #1288
745 - Fixed inverted logic
746 - Remove useless ScratchPool refs from Bat media list
747
748 03Oct09
749 - Little fixes for the action_on_purge command
750 - Remove obsolete truncate_on_purge settings
751 - Implement action_on_purge command
752 - Implement the ActionOnPurge setting for pools and individual volumes
753 - Implement truncate on purge setting
754 - Add a MaxVolBytes test that create over 100 Vols
755 - Add some error messages in insane buffer size cases
756 - Fix bug #1382 newly created disk volumes -> file not found warning
757
758 01Oct09
759 - Cause the tree widget selected to keep up with the tab widget selected
760
761 30Sep09
762 - Send checksum only when the FD will use it
763 - remove debug
764 - Allow for external CFLAGS to overwrite the CFLAGS in this script.
765
766 29Sep09
767 - Change grep -e to egrep and use -c instead of using wc.
768 - Implement console 'timeout' feature using bacula socket timers
769 - revert the update_bacula_table script change with bad indexes
770 - Add index modification in update_sqlite/sqlite3/postgresql scripts
771 - Remove the inx4 index for SQLite2/3 (FilenameId, PathId) on File table. 
772   Replace it by an index over (JobId, PathId, FilenameId).
773
774 28Sep09
775 - Attempt to fix MySQL SQL error
776
777 27Sep09
778 - Make sure we use the right chmod for Solaris
779 - Fix Win32 build
780 - Fix compiler warning
781
782 26Sep09
783 - Remove gnome-console
784 - Update man pages
785 - Implement store_size32 and store_size64
786 - Correct regression tests to use Pool 'File'
787
788 25Sep09
789 - Up max vol size
790 - Define File Pool and limit size to 5G
791 - Fix Alpha ifdefing -- should fix bug #1359
792
793 22Sep09
794 - Remove the file_fp_idx index for Postgresql (FilenameId, PathId) on File 
795   table. It is useless for common usage, and causes performance issues. This 
796   index fragments over the time and the update cost grows very quickly. (This 
797   index is not present on Mysql schema)
798
799 21Sep09
800 - update speed-test
801 - update speedtest
802 - speed-test: small fix
803
804 20Sep09
805 - Update to slightly newer config.guess and config.sub
806 - Fix compile error on Mac
807 - Generate new configure
808 - Reorder configure test for cleaner print output
809
810 19Sep09
811 - Implement support of keeping readall capabilities after UID/GID switch
812
813 18Sep09
814 - Remove redundant includes of pwd.h and grp.h headers
815 - find_one_file: Remove unreliable and redundant access(2) directory check
816 - Fix link rules
817 - Force nightly-disk regress to 3.0.3
818
819 17Sep09
820 - speed-test: small fix
821 - speed-test: Add basejob argument to test basejob speed
822 - Add new test
823 - Fix conf to use make as requested by Martin Simmons a long time ago
824 - Restore comments
825 - Fix for sqlite, now it works
826 - Fix seg fault in ignoredir code
827 - more mkdir -p changes
828 - small fix
829 - Restrict Join using JobTDate to a selection of JobIds
830 - Fix for sqlite
831 - Make several dir names unique to avoid test collisions
832 - Fix and document new queries
833 - Use new query for Mysql and Sqlite for basejob + accurate
834 - update sql query for basefile+accurate
835 - Change regression scripts to use mkdir -p to avoid spurious errors
836 - Fix some job-start changes
837 - more job-restart code
838
839 16Sep09
840 - Fix sql query for mysql
841 - Fix sql query
842 - Fix sqlite3 syntax
843 - fix sql
844 - update db_get_file_list() to use StartTime instead of FileIndex
845
846 15Sep09
847 - Update restore menu 12 explanation
848
849 12Sep09
850 - Try to distinguish CentOS/RHEL
851
852 11Sep09
853 - Modify tools to be able to correctly install testls for regress
854 - Create bigendian() inline to simplify code
855 - Set Volume Poll Interval to 5 mins by default
856 - Apply Frank's slash patch
857
858 10Sep09
859 - Reduce runscript wait times
860 - Update Win32 README.mingw
861 - Add patch for more SD info fix
862 - Add patch for bug #1371
863 - Fix seg fault in SD bug #1371
864 - Add append log to tape SD tests
865 - Add more info when SD connection refused
866 - Fix possible termination problem
867
868 09Sep09
869 - Keep valgrind happy
870 - Fix Exclude Dir Containing ignored when scanning the top_level dir
871 - Update the new exclude-dir-test with multiple Include {} section and different 
872   Exclude Dir Contain directive.
873 - Add patch for #1370
874 - Fix #1370 about the implementation of the "Exclude Dir Containing" option on 
875   FD.
876 - Add new exclude-dir-test
877 - Add patch for 3.0.2 release
878 - Fix #1369 about segfault when using ExcludeDirContaining before defining 
879   Options{} block.
880 - Verify if the Exclude Dir Containing directive does his job
881 - Add a regress script for Exclude Dir Containing option
882
883 08Sep09
884 - Remove bigendian check from autoconfig system
885 - check endianness at runtime in md5.c
886 - Fix minor issues in the osx installer package builder.
887 - Fix -p/-P in bscan.8 man page
888
889 07Sep09
890 - fix compilation warning
891 - Make output of new commands .lsdir/.lsfile more usable. Fix Bvfs with new 
892   db_list object
893 - Fix header defines
894 - Remove some #ifdef-ed code and make it just as the acl and xattr code use a 
895   const bool to enable the code.
896 - Redone comments
897 - Move restore struct defintions to seperate include file. Small change to 
898   acl.h and xattr.h to use define inline with other header files.
899 - Move finderinfo restore into seperate function so we can use cleaner coding 
900   in the restore loop.
901 - Loose #ifdef and use const bool wrapper for some cleaner coding.
902 - Added support for acl and xattr regression test on Solaris
903 - Apply Marco's git format-patch patches for bugs #1365 and #1366
904 - This patch should fix bug #1366
905 - This patch should fix bug #1365
906
907 06Sep09
908 - Commit Mac pathlen patch
909 - Increment minor version to avoid future conflict
910 - Fix bug #1368. Increase default path/file length to 2048
911
912 05Sep09
913 - Add acl script code for Mac
914 - Up timeout for rewind and changer on btest script
915 - Try to fix zombies in next-vol-test
916
917 04Sep09
918 - Fix broken editing code
919 - Use edit routine instead of %f for rates
920 - Implement BlockChecksum in Device
921 - btape: Add speed command and test drive speed with Bacula blocks
922
923 03Sep09
924 - btape: Add speed command
925 - btape: Add speed information on qfill and raw command
926 - Commit patch for: Fix bug #1355 Director crashes with double free in Accurate 
927   SQL query
928 - Include file,blk in btape fill output
929 - Create exit_code for fill with multiple tapes
930 - Fix #1364 and #1363 about compression buffer error.
931
932 02Sep09
933 - fix variable name
934 - Work on certification scripts
935 - Eliminate DDS-4 in favor of tape + create btape-test-changer test
936
937 01Sep09
938 - Many debug code fixes in regression scripts
939 - Attempt to fix SQLite3 seg fault in list routines
940 - Merge master with SF
941 - Update tape tests for hardware certification
942 - Rename .lsdirs/.lsfiles/.update to .bvfs_xxx to avoid confusion with future 
943   commands
944 - Update tape tests for hardware certification
945 - Eliminate xattr.c compiler warning
946
947 31Aug09
948 - Prohibit copy and assignment in db_list_ctx
949 - Use new db_list_ctx class instead of bad POOLMEM*
950 - Exclude OSX resource forks from saving using the xattr code Exclude OSX acl 
951   data from saving using the xattr code when normal acl mode is also enabled. 
952   Make excluding certain xattr in the generic functions somewhat easier for 
953   certain OS specific attributes.
954 - Fix Win32/64 build
955
956 30Aug09
957 - Remove old subroutine prototype
958 - prohibe copy and assignment in Bvfs module
959 - Fix bug #1355 Director crashes with double free in Accurate SQL query
960
961 29Aug09
962 - Fix bug #1357 Verify jobs fail when job has zero files
963 - Rework verify-voltocat-test and add to normal tests
964
965 26Aug09
966 - Release orphanned buffers in accurate code
967 - Fix possible seg fault in db_get_int_handler in accurate code
968 - Update JobBytes only for Verify jobs when computing checksum
969 - Add BaseJob option to fileset
970
971 25Aug09
972 - Suppress some error messages generated after cancelling a job
973
974 24Aug09
975 - Apply and commit Lorenz Schori <lo@znerol.ch> patch for OSX
976 - Apply Lorenz' OSX patch
977 - update basejob code to use checksum during accurate check
978 - Close bug #1351 SQLite2 to SQLite3 conversion
979 - Remove unnecessary subroutine import definition
980
981 23Aug09
982 - Test of git commit.
983 - bat: fix variable name
984 - bat: Simplify the code to make TableWidget in read-only
985 - Free Volume in several places. Fixes virtual-changer problem and possibly bug 
986   #1346.
987 - Add SD Volume debug code
988
989 22Aug09
990 - Don't print different filesystem. Will not descend message if directory 
991   explicitly excluded
992 - capitalize bytes in message
993
994 21Aug09
995 - Prune a few dev tests
996 - Made shorter developers test
997 - Rework the bsock.h class to put public structures last
998 - Update AUTHORS file
999 - Integrate patch for building dmg on OSX from Lorenz Schori <lo@znerol.ch>
1000 - Add commas in num files for estimate command
1001
1002 20Aug09
1003 - in status slots command, unlock db just after sql query
1004
1005 19Aug09
1006 - Add BWEBCONF env variable to specify the bweb.conf path without touching the 
1007   Bweb.pm file with lighttpd
1008 - Fix bat crash due to alignment diff in bat and core code
1009 - Fix acl-xattr-test by using attr
1010 - Add BWEBCONF env variable to specify the bweb.conf path without touching the 
1011   Bweb.pm file with lighttpd
1012 - Ensure that timestamp put in SQL log
1013
1014 15Aug09
1015 - prevent status page from requesting status before it has been brought to the 
1016   front
1017 - Move global acquire lock to lock by device
1018 - Restrict acquire to one job at a time
1019 - Fix acquire.c locking
1020 - Try to fix acquire not to block during despooling
1021 - Add fullname parameter to btime in order to debug regress script.
1022 - No need to flush the members of the xattr link cache as they are not dynamically 
1023   created. Small oversight from my side, was thinking I had a memory leak.
1024 - fix couple of segfault in acl/xattr code
1025 - Eliminate git pull in config_dart
1026 - Some small fixes to the counting and some small relayout of small code 
1027   sniplets.
1028 - Lets first output statistics before freeing them. Saves a rather stupid 
1029   segmentation fault.
1030 - Fix merge conflict leftover
1031 - Add all acl and xattr related variables which are either global or already 
1032   part of the JCR into a simple structure and reference that from the JCR 
1033   structure.
1034
1035 14Aug09
1036 - Some small fixes to the counting and some small relayout of small code 
1037   sniplets.
1038 - Lets first output statistics before freeing them. Saves a rather stupid 
1039   segmentation fault.
1040 - Ignore regress time.out file
1041 - Fix merge conflict leftover
1042 - Add all acl and xattr related variables which are either global or already 
1043   part of the JCR into a simple structure and reference that from the JCR 
1044   structure.
1045 - fix compilation problem reported by Dan
1046 - Correct spelling of writing -- reported by Dan
1047 - Loose void pointer and use C++ supported declaration elsewhere defined 
1048   structure.
1049 - Move global variables into jcr private xattr data structure so we can have 
1050   parallel saves of xattr on solaris.
1051
1052 13Aug09
1053 - update lock manager to get better traces
1054 - Fix files wiped out by merge
1055 - Missed commiting one file last time
1056 - bat: Add a re-run button on job info page, that allows to run the selected 
1057   job with the same properties (level, pool, etc...)
1058 - bat: small fix on hrule
1059 - fix missing copyright
1060
1061 12Aug09
1062 - Make new big-virtual-changer test. Test concurrency
1063 - fix offset in new lsdirs/lsfiles command
1064 - add comments and list special dirs in .lsdirs
1065 - Add .lsfiles, .lsdirs, .update command to interface user with bvfs object
1066 - More comments
1067 - Update virtual regress comments
1068 - bat: fix sql with volreadtime volwritetime bat: add drive=0 in update slots 
1069   command
1070 - bat: Put the content panel as a child of the Storage item bat: use slot 
1071   selection in update slots command and in label command
1072
1073 11Aug09
1074 - bat: fix volreadtime/volwritetime and messages in stderr about unknown 
1075   slots
1076 - Change backup-acl to acl-xattr-test and make it skip if acl/xattr not installed
1077 - Use tmp instead of /tmp + fix strip-test so diff works
1078 - Make regexwhere use tmp rather than /tmp
1079 - Remove non-portable i option on sed + create tmp dir
1080 - connect button callback
1081 - display content on doubleclick only if storage and autochanger
1082 - bat: Make new autochanger content working
1083
1084 10Aug09
1085 - bat: display a Warning icon when having Errors>0 and Status=T
1086 - Pull Philipp Storz' bacula.spec changes for OpenSuSE build service
1087 - try to make content table work!!
1088 - Implement MaximumConcurrentJobs for SD devices
1089 - try to insert data on table content
1090 - update content interface
1091
1092 09Aug09
1093 - continue storage content panel
1094 - Fix bug #1344 show pool displayed wrong variable for maxvolbytes
1095 - Fix compiler warnings in acl and xattr code
1096 - Fix screw up with setting JobLevel and JobType
1097 - Change version
1098 - Fixed references to xattr_link_cache_entry to use xattr_link_cache_entry_t
1099 - Changes due to code review by Kern added.
1100 - Move enum from protos.h to filed.h and move defines to top of filed.h
1101 - Added some more ENOENT supressing.
1102 - Small indent change
1103 - Small change to comments
1104 - Added comment on entry points
1105 - Added missing ENOENT switch case.
1106 - Fix problem with counting xattr and returning a non-ok on count 0, also added 
1107   some extra comment and make sure the xattr_value_list is initialized to NULL 
1108   and checked on bail_out.
1109 - Loose default_stream parameter.
1110 - Changed snprintf to bsnprintf
1111 - Use bstrncpy instead of strncpy
1112 - Fixed Jmsg4 to Mmsg4
1113 - Added support for counting xattr errors and only print a limited set of 
1114   errors but count all. The lower level functions now store there error message 
1115   in jcr->errmsg so the upper level routines have access to them.
1116 - Added support for counting acl errors and only print a limited set of errors 
1117   but count all. The lower level functions now store there error message in 
1118   jcr->errmsg so the upper level routines have access to them.
1119 - Small changes to ifdef layout.
1120 - Drop unneeded target for libbacfind.a
1121 - Moved the berrno as a local variable of the function and not a local context 
1122   variable. Same as previous change for acl.c
1123 - Make sure it compiles and moved the berrno as a local variable of the function 
1124   and not a local context variable. Moved tri-state enum to protos.h
1125 - Moved list of supported xattr to start of per OS implementation like in 
1126   acl.c
1127 - Imported patch from older git tree.
1128 - bat: init storage content view
1129
1130 08Aug09
1131 - Fix cats.h date
1132 - Start adding Incomplete Job status
1133 - bat: display a Warning symbole when having Errors>0 and Status=T
1134 - Add data end tracking an attribute spooling
1135 - Fix compiler warning in bvfs code
1136 - Use 64 bit ftell and fseek in send_bootstrap_file
1137 - Turn of some debug code
1138 - Ignore src/tools/bvfs_test
1139
1140 07Aug09
1141 - bvfs: Add example to list files versions bvfs: Fix directory listing bvfs: 
1142   Add limit/offset implementation to save resources on director bvfs: Create 
1143   cache tables on the fly when using Bvfs object (for testing)
1144 - Bvfs: Create cache tables when updating the cache if they don't exist
1145
1146 06Aug09
1147 - fix makefile for bvfs_test
1148 - add option to truncate cache table during startup for bvfs_test
1149 - add user handler to print directory add -j, -p to bvfs_test tool
1150 - Document FT_DELETED FileIndex=0 special value in database Schema
1151 - Add the rest of files for new Bvfs
1152 - Add a new Bvfs class that implements brestore instant navigation cache inside 
1153   Bacula. Works for Mysql, Postgresql and Sqlite3
1154 - bat: fix compiler warning for unreferenced argument
1155 - fix mysql case problem in bweb/bresto
1156 - Use the sqlite3_changes to implement sql_affected_rows()
1157 - remove QFormLayout, and use QGridLayout instead
1158
1159 05Aug09
1160 - in bweb, fix warning
1161 - add a default bconsole command to bweb starthttp script.
1162
1163 04Aug09
1164 - remove Page Selector keyword from main bat screen
1165 - fix small pb in bweb starthttp script
1166 - document bweb+lighttpd
1167 - update display_log to display a message if no logs are found
1168 - Apply patch for regress from Frank Sweester
1169 - connect button from mediainfo to real actions
1170 - bat fill mediainfo fields
1171 - bat: Go to the media info panel when double-click on job page or media 
1172   list
1173
1174 03Aug09
1175 - Add new mediainfo panel to bat
1176 - update windows bat.pro
1177 - small fix for bresto
1178 - update doc
1179 - don't reset bstat, rstat, dstat in stop_bacula
1180 - add test for list basefiles and new list files
1181 - don't reset bstat, rstat, dstat in stop_bacula
1182 - add list basefiles command make list files compatible with basefiles
1183 - fix the basefile catalog update
1184 - work on stats, fix bug with batch connection
1185 - enable FileSet { Options { accurate = 'pm5' } }
1186 - add variables for stats
1187 - display a message with basejobids
1188 - stop copy/migration using basejobs
1189 - replace free&NULL by free_and_null
1190 - fix
1191 - display base jobs during restore
1192 - fix segfault
1193 - check size also replace mtime/ctime by lstat field
1194 - check for purge job
1195 - purge basefiles at the same time than files
1196 - make regression ok
1197 - use batch connection
1198 - fix update_job_end
1199 - update HasBase in catalog
1200 - remove some debug
1201 - seems to work:!!!
1202 - make base backup work
1203 - update
1204 - init base file
1205 - compile
1206 - fix sql for postgresql
1207 - make sql part
1208 - take ideas from previous try
1209 - Remove useless title
1210 - fix layout, now ok
1211 - remove list volume menu from joblist
1212 - make double click work with joblist
1213 - add refresh and delete event
1214 - fix script name
1215
1216 02Aug09
1217 - Remove old sqlite3 build from bacula.spec
1218 - Move bat from bacula.spec to bacula-bat.spec
1219 -  Remove installing gconsole start script from Makefile.in
1220 - Split mtx into its own spec file
1221 - Remove docs from spec
1222 - Split docs into bacula-docs.spec
1223 - Move bat and mtx to their own spec files
1224 - Remove docs from spec
1225 - Split docs into bacula-docs.spec
1226 -  Remove installing gconsole start script from Makefile.in
1227 - Split mtx into its own spec file
1228 - Remove docs from spec
1229 - Split docs into bacula-docs.spec
1230 - Move bat and mtx to their own spec files
1231 - Remove docs from spec
1232 - Split docs into bacula-docs.spec
1233 - Move bat from bacula.spec to bacula-bat.spec
1234 -  Remove installing gconsole start script from Makefile.in
1235 - Split mtx into its own spec file
1236 - Remove docs from spec
1237 - Split docs into bacula-docs.spec
1238 - Move bat and mtx to their own spec files
1239 - Remove docs from spec
1240 - Split docs into bacula-docs.spec
1241 - Move bat from bacula.spec to bacula-bat.spec
1242 -  Remove installing gconsole start script from Makefile.in
1243 - Split mtx into its own spec file
1244 - Remove docs from spec
1245 - Split docs into bacula-docs.spec
1246 - Move bat and mtx to their own spec files
1247 - Remove docs from spec
1248 - Split docs into bacula-docs.spec
1249 - Move bat from bacula.spec to bacula-bat.spec
1250 -  Remove installing gconsole start script from Makefile.in
1251 - Split mtx into its own spec file
1252 - Remove docs from spec
1253 - Split docs into bacula-docs.spec
1254 - Move bat and mtx to their own spec files
1255 - Remove docs from spec
1256 - Split docs into bacula-docs.spec
1257 - Move bat from bacula.spec to bacula-bat.spec
1258 -  Remove installing gconsole start script from Makefile.in
1259 - Split mtx into its own spec file
1260 - Move bat and mtx to their own spec files
1261 - Remove docs from spec
1262 - Split docs into bacula-docs.spec
1263 - Move bat and mtx to their own spec files
1264 - found a bug. Joblist page would not come up unless dockPage was called when 
1265   page was opened with initial paramaters.
1266
1267 01Aug09
1268 - Remove docs from spec
1269 - Split docs into bacula-docs.spec
1270 - Add bacula-docs.spec.in
1271 - Add new form to see job details
1272 - Add bacula-docs.spec
1273 - Remove bacula-docs.spec
1274 - Split docs into bacula-docs.spec
1275 - Remobe bacula-docs.spec
1276 - Split docs into bacula-docs.spec
1277 - missing less than beforehistory | grep svn :D
1278
1279 31Jul09
1280 - Split docs out of bacula.spec
1281 - Insert the tabbed widgets as opposed to adding to the end.
1282 - Don't dock the page for dirstat and restore tree until the page selector tree 
1283   widget is clicked.
1284 - I like this sorting method better.
1285 - Update bacula.spec
1286 - Apply quick fix from Ulrich about the last feature.
1287 - Continue work on bacula.spec
1288
1289 30Jul09
1290 - rename the free_and_null macro
1291 - fix test name
1292 - update new features
1293 - chmod +x regress/tests/multi-storage-test
1294 - Allow restore from multiple storage
1295 - Update News
1296 - update tool
1297 - Modify enable/disable commands to show only appropriate Jobs.
1298
1299 29Jul09
1300 - Add ACL check for client in estimate command
1301 - Change time_t by utime_t in accurate function
1302 - Start reworking 3.0.2 bacula.spec file
1303
1304 28Jul09
1305 - Display the job_zoom view when backup is finished
1306
1307 27Jul09
1308 - Add DESTDIR to Makefile
1309 - Add file to build html doc
1310 - add changelog link
1311 - Add changelog on the main menu
1312 - update doc
1313 - add downloads pages for all lang
1314 - Remove the Patch section and add the new Download area
1315 - Link to new downloads.php
1316 - Add tool to convert nasty sourceforge download page to a simple one
1317 - Update
1318 - Update README for binary install tests
1319
1320 25Jul09
1321 - change free_and_null function to a macro
1322 - Add Spanish files translated
1323
1324 24Jul09
1325 - Add format to a fprintf
1326 - Attempt to fix SQLite seg fault problem
1327 - Fix Expired option in media list to select Used media
1328 - Set selection items on top.
1329 - this should resolve issues that people are having with this splitter. If you 
1330   try to make it too large, it just snaps back.
1331
1332 23Jul09
1333 - Fix int/int32_t problem in accurate_add_file
1334 - Permit to filter on the directory name as for file
1335 - fix bad english sentence
1336 - add function to simplify free and null operation on pointers
1337 - Remove Qt 4.4 code so it compiles on 4.3 (setHeaderHidden)
1338
1339 22Jul09
1340 - Apply idea of part of Graham's tidy-bsr-source.patch, but modified
1341 - Fix bug #1337 Console tries to build with SSL when libssl-dev not installed
1342 - Modify setJobStatus so cancel has same priority as fatal errors
1343 - Fix Solaris compiler warning in signal.c
1344 - Change selection behavior in the director status screen.
1345 - Do not restore spliiter settings if the settings do not contain settings for 
1346   that splitter.
1347 - This is committing most of the patch received from Eric.
1348
1349 21Jul09
1350 - Merge branch 'bwebII'
1351 - use $conf, $tmp, $script, $rscript in accurate test
1352 - Fix Spanish files translated
1353
1354 20Jul09
1355 - es.po merged with bacula.pot 3.0.2
1356
1357 19Jul09
1358 - This is the change that may be used in the future to resolve the issue with 
1359   text input required during a console communication.
1360 - Final changes
1361 - Add es lingua
1362 - Fix Spanish build
1363 - Final changes
1364 - Add first cut bsys spec
1365 - update bweb INSTALL
1366 - update INSTALL
1367
1368 18Jul09
1369 - Add info on bweb + lighttpd
1370 - Fix bat command line input bug
1371 - Don't show the connection message after first connection is made
1372
1373 17Jul09
1374 - update copyright year
1375 - Optimize a bit the running job view
1376 - Fix bresto file relocation box
1377 - Update copyrights
1378 - Put back old status icon
1379 - Fix sql query for sqlite on suse10 on copy job
1380 - Fix Spanish files translated
1381
1382 16Jul09
1383 - Remove print and save menu
1384 - Simplify the main screen, removing the status dir console icon and the "go 
1385   back" one
1386 - fix spell
1387 - fix case problem in field name
1388 - update for status slots
1389 - Replace info_msg by send_msg in status_slots for bat
1390 - update ChangeLog for 3.0.2
1391 - document @help
1392 - Ignore TAGS
1393 - +x the test file
1394 - test with file instead of vtape
1395 - Add test for bug 1288
1396 - Add slot field in storage operations Update update volume page
1397 - Use BUILD_DIR in default conf
1398 - Fix #1323 about a problem when mounting a requested volume during a restore.
1399 - Use the read as primary color in bweb
1400 - Fix script for vtape tests
1401 - Fix graph_font parameter to work with graph module Avoid warning messages in 
1402   apache log with graph module
1403 - Update
1404 - update INSTALL file
1405 - update apache section in INSTALL file and try to choose better color for 
1406   graphs.
1407 - Fix Spanish files translated
1408
1409 15Jul09
1410 - Parameterize depkgs directory
1411 - Add back bootstrap to FD
1412 - Make CONF::init header and .c file agree about types
1413 - update
1414 - update cloud project
1415 - Force the client_encoding to SQL_ASCII when database is already using this 
1416   mode.
1417 - Fix #1335 about postgresql error message during copy session
1418 - Add documentation about new restore menu
1419 - remove non-essential directories
1420 - Fix Win64 build
1421 - Add more example SD Device configurations
1422
1423 14Jul09
1424 - Apply patch in bug #1315 by McMichaeli that fixes scripts/logwatch
1425 - Add more output when spooling and no space left
1426 - fix next-vol-test
1427 - Fix postgresql driver bug that displayed <NULL> rows from time to time.
1428 - Small fix on accurate code for new restore menu option
1429 - Change default save dir to sbindir in bacula-dir.conf
1430 - update project files for project 2
1431 - Should fix #1323
1432 - Implement project 2, about new restore menu
1433 - Update date
1434 - Remove some whitespace
1435 - Send bootstrap directly from DIR to SD
1436
1437 13Jul09
1438 - add -u to diff
1439 - revert changes
1440 - Update new features
1441 - Create build scripts for Win64 somewhat equilavent to the Win32 ones
1442
1443 10Jul09
1444 - Print correct JobId in bls, should fix #1331
1445 - Rebuild configure
1446 - Apply python detect patch from Bastian Friedrich <bastian.friedrich@collax.com>
1447 - Add --with-hostname to ./configure
1448
1449 09Jul09
1450 - More changes in es.po (37%)
1451 - add --with-hostname to ./configure
1452 - Changed ACL_OTHER into ACL_OTHER_OBJ as IRIX doesn't seem to have ACL_OTHER. 
1453   Fixes bug #1333
1454
1455 06Jul09
1456 - Remove non-portable reference to pthread mutex
1457 - Display command output by default
1458 - Add new Spanish files translated
1459
1460 05Jul09
1461 - Turn off bat debug code
1462 - Fix compilation bug
1463 - Small change to allow the compiler to optimize it easier due to the constant.
1464
1465 04Jul09
1466 - Add new Spanish files translated
1467
1468 03Jul09
1469 - Correct registered trademark notice
1470 - Should fix the first part #1323 about the restore option "List Jobs where a 
1471   given File is saved" wich display deleted files
1472
1473 02Jul09
1474 - Add estimate accurate doc
1475 - add accurate=yes/no test for estimate
1476 - Update help page with accurate=yes/no
1477 - Add estimate accurate=yes/no ebl Change the code to check jcr->accurate and 
1478   not jcr->job->accurate
1479 - Add estimate test
1480 - Make estimate command accurate compatible. Should fix #1318
1481 - Fix es concepts compile problem
1482 - Update for Spanish
1483 - Another fix for bug #1311 to get the correct last_full_time
1484 - Add new Spanish files translated
1485 - Update
1486 - Add base of Spanish manual
1487 - Add directory to Spanish docs; Spanish (es.po) 25% translated
1488
1489 01Jul09
1490 - Fix false zombie detection in next-vol-test
1491 - Add test with accurate mode (it shows the #1323 bug)
1492 - Fix bug #1317 Allow duplicate jobs = no does not work
1493 - Eliminate double job report when do_xxx_init() returns failure
1494 - Fix regress tests to handle new default job name
1495 - fix copy-volume-test
1496 - update Item 2
1497 - Add debug code to MaxDiffInterval
1498
1499 29Jun09
1500 - Change bacula-dir.conf default job name from Client1 to BackupClient1
1501 - Document #1318 about estimate and accurate mode
1502
1503 28Jun09
1504 - Add a column for job type to the jobs table
1505 - Fix missing case for NetBSD xattr restores.
1506
1507 27Jun09
1508 - Fix Win32 build -- turn off lockmgr and remove lockmgr defs
1509 - Added symbols required for win32 build
1510
1511 25Jun09
1512 - Modify xattr.c and acl.c not to fail the job on errors. This should fix bug 
1513   #1305.
1514
1515 23Jun09
1516 - Fix 2 rather big bugs in the xattr and acl code and fix a small memory leak 
1517   on a particular code path for Linux xattr/acl handling.
1518 - update newfeature with project 37
1519 - Update FileSetId when initializing job.
1520 - fix compilation problem
1521 - add a note about /sys/class/scsi_tape/nst0/default_compression, fix #1314
1522 - Add '*' when volume is online when displaying volume list in restore. Should 
1523   complete project 31.
1524
1525 21Jun09
1526 - remove bnet_fsend and use class call
1527 - Re-fix bug #1311 if MaxDiffInterval exceeded ensure job upgraded
1528
1529 20Jun09
1530 - Fix bat install for 3.x
1531
1532 19Jun09
1533 - Add a boolean to console class to allow for the warning popup, except in 
1534   cases where I want to prevent the popup. So far this is only for purging 
1535   jobs.
1536 - Correct a misspelling in a relatively trivial spot.
1537 - Add job type and first volume of the job to the 4th pane the version table. 
1538   This is so that when looking at what version to restore with copy jobs the 
1539   user can make a better decision as to which job to restore from
1540
1541 18Jun09
1542 - Back out previous maxdiff patch, which is broken
1543 - Add all Job Types to job_type_to_str() for bat
1544 - Commit maxdiff patch
1545 - Fix bug #1311 if MaxDiffInterval exceeded ensure job upgraded
1546
1547 17Jun09
1548 - Fix bug #1305 make errors obtaining acl during backup non-fatal
1549 - Commit btape fill patch
1550 - Fix bug #1309 inappropriate error message during btape fill command
1551 - Fix bug #1307 AllowHigherDuplicates=no prevents automatic job escalation
1552
1553 16Jun09
1554 - Update VirtualFull doc + BSys course dates
1555
1556 14Jun09
1557 - move 3.0.0 patches to 3.0.x dir
1558 - Add 3.0.x patches dir
1559 - Update with 2009 Vote
1560 - Forgot to add the images for the new button.
1561 - Add a previous page button to the button bar.
1562
1563 13Jun09
1564 - Add feature in pages to have a console command that does not set the console 
1565   current. Then also use that feature in joblist to purge or delete a job.
1566 - Add a stringlist and a foreach after populating to at least acknowledge to 
1567   the user that a new fileset. Bat would not show the fileset until the database 
1568   table had the fileset which was not until used.
1569
1570 12Jun09
1571 - Remove non-portable code referencing pthread_t fixes bug #1308.
1572 - Remove non-portable code referencing pthread_t
1573 - Create patch that may fix bug #1298 and bug #1304, which causes an SD crash 
1574   after canceling a job.
1575
1576 11Jun09
1577 - When looking at what got backed up from a windows differential, found a bug 
1578   where it would create many "Bases". This fixes it subtly.
1579
1580 09Jun09
1581 - Add checkbox widgets to filter out copy and migration jobs.
1582
1583 08Jun09
1584 - Attempt to get bat conf file installation to work with DESTDIR
1585 - Commit migrate patch for bug #1303
1586
1587 05Jun09
1588 - Improve error messages when a migration sql query is used and correct the 
1589   problem identified in bug #1303 with starting Job names containing spaces.
1590 - Fix #1306 when building static bconsole
1591
1592 04Jun09
1593 - Did not intend to leave those debugging lines there.
1594 - fix vtape test to work with the latest trunk
1595 - Reorder project file with poll result
1596
1597 03Jun09
1598 - update
1599
1600 01Jun09
1601 - Setting actions up like this I think is better. No restore from job or time 
1602   if more than one job selected.
1603 - Add columns for first media and volume count. Change some semantics of how 
1604   signals execute functions when a selection list is changed.
1605 - Prevent warnings from showing as dialog boxes that can interupt multiple 
1606   operations performed in a foreach.
1607
1608 31May09
1609 - Sort the lists after population so that drop downs are sorted.
1610
1611 30May09
1612 - A fix for mysql database sql syntax.
1613 - Add columns to the tree to show read/write time, scratch pool, recycle 
1614   count.
1615 - Somehow I was losing the refresh jobs action. This should keep it in.
1616
1617 29May09
1618 - untabify
1619 - Add ids on command.tpl to fix #1300
1620
1621 28May09
1622 - Correct incorrect placement of trap for m_firstpopulated.
1623 - There was an issue with empty directories. The director would print node xxx 
1624   has no children and bat would interpret that as a directory. This fixes it 
1625   but it may not be the best solution.
1626 - update
1627
1628 27May09
1629 - Make sure that vtape directory is created during -tape tests ebl change grep 
1630   -e to grep -E to make source-addr-test working as expected
1631 - Simplify mysql bresto part. Should be faster, but need tests
1632
1633 26May09
1634 - On vacation I am having a little fun !!
1635 - Add documentation for new directives DirSourceAddress and FDSourceAddress
1636 - Apply Steve Polyack patch to add DirSourceAddress and FDSourceAddress directives. 
1637   That permits to choose the outgoing interface.
1638 - make fileregexp-test working with git repository
1639
1640 25May09
1641 - Apply Marco's patch: mvw Allow acl and xattr to be explicitly enabled and 
1642   fail the configure if we are asked to enable acl or xattr support and the OS 
1643   doesn't support acls or xattrs.
1644 - Add more Spanish site modifications
1645
1646 24May09
1647 - Commit changes for Spanish site
1648
1649 23May09
1650 - Create Client record in database at startup -- makes bat work better
1651 - Disable scratchpool-pool-test because it hangs
1652 - Rework printed message when files are purged on restore
1653 - Turn off useless End of file message during restore.
1654 - When doing a tree selection restore, look at the PurgedFiles column in the 
1655   first JobId, and if non-zero, the Job was purged, so do not do selection
1656 - Yet another try to get qmake to install bat correctly
1657
1658 21May09
1659 - Add Catalog = all to the default Messages resource
1660
1661 20May09
1662 - Add Spanish directory
1663 - Fix race in director job start which was allowing the number of concurrent 
1664   jobs to exceed the maximum
1665
1666 19May09
1667 - Comment out broken fake-autochanger change
1668 - Speed up media list generation when using "compute with directories" option
1669 - fix dates
1670 - update
1671 - Fix #1029 about resolution address order. Thanks to David.
1672 - Add patch for #1029
1673 - During jcr destruction hold jcr_chaing lock only for minimum time necessary. 
1674   This should fix the SD deadlock in bug #1287.
1675 - Simplify messages printed by SD when reserve fails. This should fix bug 
1676   #1285
1677 - Add sleep in vtape changer to simulate real hardware
1678
1679 17May09
1680 - speed up mysql to compute restore table ebl speed up mysql when computing 
1681   media list ebl fix media list display ebl fix bresto problem with drag&drop
1682
1683 16May09
1684 - Fix libxml dependency for rh7 per Pasi Kärkkäinen <pasik@iki.fi>.
1685 - Create archivedir
1686
1687 15May09
1688 - Back out unwanted change. Should fix problem reported by Yuri
1689 - add index on temporary table to speed up mysql part during restore
1690 - Fix display of / on bfileview
1691 - Yet another attempt to get qmake to generate valid Makefiles that installs 
1692   the binaries. It seems to require the binary to exist at qmake time
1693 - Apply fix to sql_cmds.c suggested by Ulrich Leodolter <ulrich.leodolter at 
1694   obvsg.at> which prevents restore by file selection from using Copy jobs.
1695 - fix drag&drop
1696
1697 14May09
1698 - Add new nagios_plugin_check_bacula.tgz from Masopust, Christian <christian.masopust 
1699   at siemens.com>
1700 - Reduce bconsole help to fit in 80 columns kes Add bconsole @help command kes 
1701   Fix Show FileSet command to handle spaces
1702 - Allow specification of base daemon resource name. --with-basename=<name>
1703 - Fix bat to automatically use installed bat.conf
1704 - bat not installed even if configured. Fix by working around apparent bug in 
1705   qmake
1706
1707 13May09
1708 - update
1709 - Turn on lockmanager when using DEVELOPER flag
1710
1711 10May09
1712 - note that vtape is not ready for production
1713 - remove unused file
1714 - More scripting stuff
1715
1716 09May09
1717 - More scripting parameterization
1718 - More parameterization of scripts
1719 - First cut parameterize better regression tests
1720
1721 07May09
1722 - fix mysql problem with the restore query
1723 - rename JobHistory to JobHisto
1724
1725 06May09
1726 - update os table
1727 - ebl update german version
1728 - update supported os table
1729 - change the ugly grey background on symbole and images to white
1730 - small fix
1731
1732 05May09
1733 - ebl Make working the "compute with directories" option --This line, and those 
1734   below, will be ignored--
1735
1736 04May09
1737 - Updates
1738 - add screenshots
1739 - Add screenshot and update french main page
1740 - add screenshots
1741 - update
1742 - Add new images
1743 - Fix ldconfig problem in client only build.
1744 - don't display copies like in bconsole
1745 - Added extra logging to determine the exchange server in use
1746
1747 03May09
1748 - Fixes for client build.
1749 - Update main page
1750 - Update
1751 - update
1752 - Only define winapi's for 32 bit build. Already defined for 64 bit apparently...
1753 - Change GetComputerName to GetComputerNameEx so that in a cluster we get the 
1754   name of the vserver instead of the local machine. Added prototypes for 
1755   GetComputerNameEx which appear to be missing.
1756
1757 02May09
1758 - 3.0.1
1759 - Don't run backup at same time as restore to avoid deadlock in concurrent 
1760   test
1761
1762 01May09
1763 - update
1764 - Update documentation
1765
1766 30Apr09
1767 - Ran into a problem deleting a volume. This fixes it.
1768 - Update News
1769 - Fix purged restore prompting
1770 - Final changes
1771
1772 29Apr09
1773 - update
1774 - Add bypool option
1775 - add bypool option
1776 - Fix error message
1777 - Fix bug #1282 Setting job.Priority in python crashes director by checking if 
1778   string addr is NULL. Not tested.
1779 - Fix bug #1281 allow all on restore command line to restore pruned JobIds 
1780   without prompting.
1781 - Add vectorized bat image
1782
1783 28Apr09
1784 - Check for job_canceled() in fd_plugin code
1785 - Update Win32/64 table creation to have new DB version 11 format
1786 - Remove illegal Options in Exclude of default Win32/64 bacula-dir.conf
1787 - This is the fix to http://bugs.bacula.org/view.php?id=1276. The select class 
1788   was just not working with the new requirements of setting and clearing the 
1789   notify.
1790
1791 27Apr09
1792 - Fix bug #1274 where a migration job can be canceled like the original job by 
1793   the MaxRunTime directive.
1794 - Added fix for bug #1275 where acl or xattr data is saved for virtual filenames 
1795   generated by filed plugins.
1796
1797 26Apr09
1798 - Set slot max to 60
1799 - Permits to eject Used tape
1800 - update ScriptAlias
1801 - Remove Reposition info message
1802 - Fix platform scripts not to clean configured files during 'make clean' use 
1803   'make distclean' to clean everything.
1804
1805 25Apr09
1806 - Add build tag for distribution name.
1807
1808 21Apr09
1809 - Fix copyright + trademark name
1810 - add doc for new VerId option
1811
1812 20Apr09
1813 - Fix suggested in bug 1273
1814
1815 16Apr09
1816 - Add additional mysql connection debug code
1817 - Fix bug #1246 Sometimes access denied with VSS enabled. UCS conversion cache 
1818   was not properly flushed at the end of a Job
1819
1820 15Apr09
1821 - Update
1822 - add missing BACULA define
1823
1824 14Apr09
1825 - update
1826 - Fix bug #1268 Full Max Run Time cancels jobs (when Max Run Time = 0).
1827 - Ignore scripts/bacula-dir.conf.maxruntime
1828 - revert pool changes and correct the problem
1829
1830 13Apr09
1831 - Add new maxruntime test -- not yet working
1832 - more fixes about pool=defaults
1833 - more fixes
1834 - fix more pool problem
1835 - fix pool problem
1836
1837 12Apr09
1838 - specify pool in label process to avoid problem
1839 - use scripts/bacula-dir.conf instead of bin/bacula-dir.conf
1840 - Add debug message when checking database encoding
1841 - Test postgresql encoding at the start of the test
1842
1843 11Apr09
1844 - Modify insertion of read Volumes in SD to be done before the drive reservation. 
1845   This ensures that a Volume to be read will not be reserved for writing.
1846 - Clean old patchnotes
1847 - Turn developer back on
1848
1849 13Oct09
1850 Release Version 3.0.3:
1851 16Jul09
1852 Release Version 3.0.2:
1853 29Apr09
1854 Release Version 3.0.1:
1855 05Apr09
1856 Release Version 3.0.0:
1857 28Dec08
1858 Release Version 2.4.4
1859 27Oct08
1860 Release Version 2.4.3
1861 26Jul08
1862 Release Version 2.4.2
1863 07Jul08
1864 Release Version 2.4.1
1865 04Jun08
1866 Release Version 2.4.0
1867 25Jan08
1868 Release Version 2.2.8