X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=bacula%2FChangeLog;h=c3a3c6afeeb03b5bb54b28ca6ec7916343017c7c;hb=e6da9c56320fa0ec04a4b88d95cd9e007444b048;hp=f8ee11a26e23f197366d040d90a35e98816af2b6;hpb=a0e3f42fc56910160443569196a74c8e2fc3e839;p=bacula%2Fbacula diff --git a/bacula/ChangeLog b/bacula/ChangeLog index f8ee11a26e..c3a3c6afee 100644 --- a/bacula/ChangeLog +++ b/bacula/ChangeLog @@ -1,7 +1,610 @@ - Technical notes on version 1.39 + Technical notes on version 2.1 General: + Technical notes on version 2.0 + +General: +12Jan07 +kes Return JobId in db_get_job_record() when JobId==0. This should + fix bug #741. +kes Do not release source pointers when restarting a failed job. +11Jan07 +kes Add dynamic dll entry point for SHGetFolderPath to Win32 code. + This *should* fix bug #747. +kes Modify winbacula.nsi to substitute with g bin_dir_cmd. Should fix + bug #742. +09Jan07 +kes Modify USTORE constructor to set an empty store_source string, + and don't copy the store_source string in a cancel. Hopefully + this will fix Arno's seg fault, bug #744. +kes Add back code to disable conio in configure. Fixes bug #743. +kes Correct the Options scanner in the FD to correctly handle + SHA1 option, which was eating the next option. Reported by + Sebastien Guilbaud. +kes Add code to indicate when the SD is spooling, spool wait, and + despooling as requested by Alan Brown. + + + +Version 2.0.0 released: 4 January 2007 +03Jan07 +kes Apply Eric's fix for client name editing on RunScripts. +kes Fix an incorrect dbcheck reference to Id. + +Version 1.39.34 Released: +28Dec06 +kes Convert dbcheck to use 64 bit DB IDs. +kes Update projects +kes Make rescue work. +kes Clarify Volume migration error message. +kes Look for Job keyword when opening DB in console. +23Dec06 +kes Add code in catreq.c to reject volumes not marked Enabled. +kes Add a few more ACL access checks. +kes Add \n in gnome2-console restore command so that output prints + nicer -- i.e. lines do not run together. +kes Fix autolabeling so that it will not mark a volume in error + if the volume was not actually opened. This should fix bugs + #737 and 738. +kes Require tape drive to be open before autolabeling. +kes Require explicit mount command on non-tapes before autolabeling. +kes Implement an open_client_db() that searches the keywords for + either a catolg or client, and opens the appropriate catalog. + This makes Bacula adjust better to multiple catalogs. +kes Use more name() methods for resources rather than hdr.name. +22Dec06 +kes Fix code to check for two resources of same name. It forgot + to check the last entry. Fixes bug #734. +kes Apply scanvolume patch from Richard Mortimer that fixes bug + #738. +kes Apply Eric's patch for recycling the Scratch pool. +kes Note, for the tray-monitor (or almost any restricted console_ + to work, in version 1.39.x you must add CatalogACL = catalog-name +kes Add appropriate new #undefs to autoconf/acconfig.h so that + configure works correctly. +kes Implement configure code to allow the user to disable IPv6 with + --disable-ipv6 +kes Apply Richard Mortimer's patch to prevent seg fault if mount point + not specified -- SD refuses to start. +kes Add magic.bacula from bug #715 to the scripts directory along with + Arno's explanation of how to install it. +kes Convert a bunch of hdr.name into name() method calls. +kes Fix the code to remove .bsr files. Fixes bug #736 -- Martin. + +Version 1.39.32 released: +20Dec06 +kes Take first catalog if gui is set, or if using dotcmd. +kes Fix a couple of compiler warnings in wx-console +kes Apply the immutable patch for FreeBSD hardlinked files supplied + by Olivier Lehmann. +kes Add Volume name to Forward spacing message. +kes Update migration job start time (so it is not zero) to prevent + immediate recycling of the job. This *should* fix bug #733. +19Dec06 +ebl Fix runscript configuration parsing bug. +17Dec06 +kes Add ENABLE_NLS (as suggested by Eric) to correct NLS problems. + Remove NLS kludge from baconfig.h. This fixes bug #729. +kes Allow seeking on DVD. +kes Add additional messages when Job canceled automatically for + max run time or max start wait exceeded. This fixes bug #621. +kes Update maxruntime-test in regression script to properly test + max run time -- from info given in bug #621. +kes Simplify automatic cancel code. +kes Add check for job_canceled() in FD when contacting SD so that if + job is canceled from max runtime, it terminates faster. +16Dec06 +kes Save and restore volume name in stored/mount.c fixed bug #712 + where wrong tape was requested in a mount. +kes Implement cleaner orphan buffer dumping with buf address. +kes Fix orphaned buffer when canceling job waiting on op intervention. +kes Update projects file for next vote. +kes Implement a fix (more could be done) for bug #728 where a double + EOF is writing on the Volume when spooling is enabled and the + connection with the FD fails (FD crash, comm error). +kes Disable attempting to autolabel when polling and device is not + a tape. This fixes bug #730 where polling with a removable disk + not mounted caused lots of new Volumes to be created then marked + in error. +15Dec06 +kes Enable VSS by default. + +Version 1.39.30 released: +14Dec06 +kes Complete hopefully the last of the copyright transfer changes. +kes Separate NumVolumes in SD to NumReadVolumes and NumWrite volumes so + that migration writing to multiple volumes doesn't mess up reading + Volumes. This should fix bug #720 -- multivol migration fails. +kes Make migration SQL look only for Type='B' jobs to migrate. This should + fix bug #724 jobs getting migrated twice. +kes Convert remaining dev_cap(dev, ...) to use dev->has_cap(). +kes Implement dev->clear_cap() and dev->set_cap() methods. +kes Turn off disk seeking on restore for DVDs since I am not 100% + sure it works. +13Dec06 +kes Implement code that should properly set that a job was migrated, + if the migration was successful even if there were no file to + migrate. +kes Apply Richard's patch to fix building or filed/restore.c without + OpenSSL support. +kes Ensure that at least one block is written by the SD even if the + FD dies or fails -- should fix bug #728. +kes Convert stored/record.c ASSERT into a soft fail if the length of + a record is too insanely long. This should fix bug #??? +12Dec06 +kes Fix automatic labeling of File volumes, which was broken by new + removable device code. +10Dec06 +kes Remove typedef uLong for HP in baconfig.h. It broke things. +lf Fix job byte reporting -- the digest code runs in verify.c and + increases this value. The better solution is to digest the + stream as we receive it, thus removing the need to re-read + from disk at all, but that requires more extensive and + potentially destabilizing changes. +lf This commit fixes backup and restore of HFS+ resource forks. +lf Add a long-missing 'break' statement in HFS+ attribute + handling that resulted in restore failures. +09Dec06 +ebl Fix runscript to always execute command after all job type. + +Version 1.39.30 released: +08Dec06 +kes Mark build-depkgs-mingw3 executable in configure process. +kes Update autoconf/config.h.in to include LOCALEDIR +kes Undefine NLS settings for wxWidgets as there is a conflict with + their way of doing things. +kes Implement a rpool and rpool_source in jcr.h for Migration jobs. +kes Change a bunch of ->hdr.name to ->name() +kes Straighten out handling of read and write pools for Migration, including + getting the code in the proper order. +kes Improve migration error messages and debug output. +kes Shorten code path in migration if nothing found to do. +kes Implement read/write pool in migration job report. +kes Move ua_run.c select_job_level code into a subroutine (readability). +kes Move ua_run.c display_job_parameters into a subroutine. +kes Do not bash dcr->VolumeName in get_volume_info() because it makes + restore dependent on a valid catalog containing the Volume name. +06Dec06 +kes Put make_catalog_backup SQL_BINDIR in an environment variable to + make it easier for the user to change. +kes Fail any backup job that tries to use encryption and sparse options. + Hopefully this is a temporary change. +kes Correct the EndJob return string for non-backup jobs. +kes Review the encryption restore code. +kes Implement a new encryption regression test with compression. +kes Modify migrate not to fail if nothing found to migrate. +kes Add #undef HAVE_OPENSSL, HAVE_TLS, HAVE_CYRPTO to autoconf/config.h.in + because they were not always set correctly. +05Dec06 +kes Update configure.in to include python 2.5 search. +kes Back out unwanted migration change reported by Richard Mortimer. +04Dec06 +kes Make migration with no files to migrate set normal termination. +kes Change message when job manually started to say Job queued. ... +kes Add job report indication of whether or not VSS and Encryption were + used by the FD. +kes Modify sparseBlock variable name to make the code clearer. +kes Add more sparse tests to regress using gigaslam sparse file + generator. +kes Enable data encryption code. +kes Add gigaslam.c to src/tools. It creates a 1GB file that contains + only two blocks -- i.e. it is a real sparse file. +03Dec06 +kes Enable disk seeking on restore. +kes Implement the SD 'Block Positioning = yes|no' directive. This + allows the user to turn off block level seeking, but restores + will be much slower. +kes Change the word illegal to read invalid in a few places. +kes Fix Win32 build, which broke when I added parse_args_only in + lib. I'm not sure I got the entry point right for msvc. +kes Turn off data encryption. It can be enabled by defining + DATA_ENCRYPTION in src/version.h and recompiling. +kes Implement flag to turn off data encryption feature. +kes Move unserial code in restore.c to a subroutine. Add a bit of debug + code. +kes Rework a bit of code in backup.c to handle sparse blocks correctly. + The main problem was that signatures were being generated on blocks + of zeros, which is unnecessary. +02Dec06 +kes Fix scanner (next_arg) to handle leading double quote correctly. +kes Modify cd command in restore tree to look at full argument without + keywords. This fixes bug #716. +01Dec06 +kes Do not update Migrated Job type if migration does not terminate + normally. This fixes bug #719. +kes Update ReleaseNotes +kes Purge Job records from the catalog for Migration. This was + not properly done previously. This fixes bug #718. +28Nov06 +kes Initialize msg_type to M_INFO in migration. Pointed out by + Robert Nelson. +kes Add some fflush() statements for debug output. This should not + really be necessary and defeats buffering but users continue + to complain. +27Nov06 +kes More copyright changes. +kes Make sure we don't detach from the despool read device since it + is a temporary structure where the condition variables are not + initialized. Bug #711. +26Nov06 +kes Add Bacula version+date to Client record. This is a very minor + security problem in that passing the version facilitates a hacker's + life, but it will make support easier. +kes Implement fixes to make disk seeking work. Currently turned + off in version.h pending reserch on what problems it will cause + because of the previous bsnprinf() sign extension bug. +25Nov06 +kes Add Landon's refactor of restore Feature request to the + projects file. +kes Tweak debug levels and messages for examining the disk + seek problem. +22Nov06 +kes Cleanup some of the error termination code in migration. +kes Separate read/write source strings to keep track of where + storage devices are used in a job. +kes Implement a new method of keeping track of which storage + device is used in a Job. USTORE keeps both a pointer to the + resource and to the source string. +kes Modify all code to use new storage set subroutines in job.c +kes Modify migrate.c so that the definitive selection of the storage + resource is done in the do_migration_init() routine prior to + the job going into the job queue. This permits accurate + deadlock detection (same read and write storage resource). +kes Remove bfill from btape (I think it was a left over stub). +22Nov06 +kes Make sure that the storage for a job is pulled first from + the Pool and if not from the Job. +kes Ensure that either the Pool or the Job specifies a Storage + resource. +21Nov06 +kes Start applying new FSFE copyright. +20Nov06 +kes Add additional error messages in acquiring a drive for read. +kes Make WritePartAfterJob the default so that the last DVD part + always gets written to the DVD by default. +kes Add additional error messages in migration. +kes Suppress redundant error messages in migration (possibly more to do). +kes Apply Martin's fix (updated to 1.39) that takes into account + run storage overrides in the Director status display. +kes Implement, but turn off the submitted code that sets the EOT + model on FreeBSD machines. Turning on this code is too risky at + this point in the development. +19Nov06 +kes Implement unique dbid routine for migration to prevent the same + JobId from being migrated twice. This should fix bug #709. +18Nov06 +kes Apply Jaime Ventura's 'mail on success' patch. +kes Add a SMALLOC_SANITY_CHECK for Arno, which aborts Bacula + if memory usage gets too big. +kes Tweak migration to ensure that read/write devices are different. +17Nov06 +kes Create an AUTHORS file to list Bacula contributors. +kes Add Richard Stallman's four GPL freedoms to LICENSE +kes Require the conf file to have a valid NextPool for writing the + migration output. +16Nov06 +ebl Enable RecycleCount in catalog. +ebl Fix "echo python | bconsole" segfault +14Nov06 +kes Implement code to pass the MediaId to the SD. The SD then uses + this MediaId when creating JobMedia records. This fixes a bug + with Migration where the MediaId got set to the second Volume + read rather than the write Volume. Possibly (unlikely) fixes + bug #709. +kes Remove NextPool from Job resource. +kes Edit a few numbers in the restore dialog with commas. +kes Note, the DIR<->SD protocol has changed. +13Nov06 +kes Replace () by {} in configure.in for proper HP configuration. +kes Shorten some lines over 80 characters in filed/backup.c +kes Cast sizeof() in filed/backup.c to avoid compiler warning. + +Version 1.39.28 released: +12Nov06 +kes Change error message 'illegal' to 'invalid' -- bug #707 +kes Add rather primitive device resource deadlock detection in + the job queue handler. It detects the same read and write device + for migration and cancels the job. +kes Start adding a unique_dbid_hander() routine in migration to avoid + duplicate mediaids and duplicate jobids. +kes Add patch from bug #708 to permit relative paths such as ../xxx + in the restore tree routine. +kes Add Eric Bollengier's patch to reduce locking time in the SD after + despooling, and thus many jobs finish faster. +kes Correct locking order of reservations lock and device mutex in + reserve.c -- this should correct Arno's deadlock that occurred + when doing mount/unmount at the same time a job is reserving a + drive. +05Nov06 +rbn Fixed problems with encryption when combined with compression + or sparse files. Unfortunately this means that all previous + encrypted backups can't be restored. +rbn Fixed problem in bfgets with Windows and Mac end of lines. +rbn Fixed bug in Windows version of close_bpipe() that cause programs + like bsmtp() to hang waiting for the pipe to be closed. Fixed + binary file type problems in open_bpipe(). +rbn Fixed a number of bugs in the mysql DB scripts. +03Nov06 +ebl Fix broken runscript on director. (RunBefore, RunAfter) +ebl Use M_ERROR instead of M_FATAL in runscript.c +31Oct06 +ebl Small fix src/dird/job.c to add JobErrors count to catalog. +rbn Ignore UTF-8 marker at the start of .conf files. +rbn Add stab2cv to 3rd party dependencies. This is a utility I + wrote that is licensed under the GPL and available on SourceForge. + It converts the stab debugging info generated by gcc into Codeview + format. Currently it just translates function names to global + symbols. This is sufficient to get reasonable stack traces from + Dr Watson and to look at minidumps. +rbn Fix bug # 699 - winbacula client crashes whilerunning bat scripts. +rbn Enable Windows XP look and feel for the tray icons and wx-console. +rbn Add Windows specific FileSet example to bacula-dir.conf. +rbn Reorganize Start menu so that documentation and configuration are + in subfolders. +21Oct06 +rbn Change daemons and utilities so that if -c is omitted from the + command line AND there is no configuration file in the current + directory then the 'standard' configuration file (eg + /etc/bacula/bacula-*.conf) will be used. If the argument to -c + doesn't contain any path separators AND there is no configuration + file by that name in the current directory then the 'standard' + configuration file directory will be searched for a file by that + name. +rbn Fixed restore on Windows so that backslashes as path separators works. +rbn Add missing query.sql file to Windows installer. +rbn Fixed Windows versions of catalog backup scripts. +20Oct06 +kes Fix optional files in Makefile.in of src/filed that caused + a syntax error when using no optional files. +15Oct06 +lf Fix a cosmetic bug in filed.c that caused spurious OpenSSL error + messages; there is no reason to attempt to load a private key. + from master key files. + +Version 1.39.26 released: +12Oct06 +kes Apply the three patches from Richard Mortimer. + bacula-reposition.patch, bacula-tape-reopen.patch, and + bacula-eod.patch. This corrects tape positioning on older devices, + and also a problem with btape. +kes Apply fix from bug report #696 where writing to a FIFO does not + work due to a dumb typo. +kes Unlock the tape door before the file descriptor is released. This + should fix lots of somewhat subtle failures when using an autochanger. +11Oct06 +kes Correct mtx-changer bug that I introduced in a recent commit, and + pointed out by Robert Nelson -- thanks. +rbn Fix Windows' daemons so that messages print to stdout if not + running as a service. +rbn Add daemon name to trace file name (eg bacula-dir.trace). +rbn Fix environment variable expansion in directory names on Windows. +rbn Fix autochanger support in fill command. +rbn Update SQL scripts to match Unix versions. +rbn Fix daemon usage displays. +rbn Cleanup bacula-dir.conf template. +rbn Install openssl.cnf so that the openssl.exe installed in the + Bacula\bin directory can be used to generate keys and + certificates for TLS and encryption. +rbn Fix cleanup of spool files on Windows. +rbn Remove /silent option from daemons on Windows. The new default + is the same as the old /silent. To enable the message boxes that + previously were suppressed by /silent you must add /debug instead. + NOTE: As a result of this change, the first time you upgrade from + a previous version of 1.39.x you will receive the message + boxes when the remove of the old services succeeds. This + is the same behaviour as when migrating from a version prior + to 1.39.0. + However, going forward, these message boxes will not appear on + upgrades or new installs. +rbn Add new /debug option. This option enables the message boxes that + previously were suppressed by the /silent option. In addition the + daemons running as services will open a console window if this + option is used. +rbn Fix bug with service not being removed on migrated installs. This + should correct those cases where the file daemon install was failing + when upgrading from versions prior to 1.39.x. + +08Oct06 +kes Turn on heap reporting in Dir with zero debug level. +kes Send a message to the sys log when Bacula forces a SEG FAULT, and + send the same message to stdout. +07Oct06 +kes Begin work on new GUI "console". +kes Make configure look in non-standard MySQL library directory + for Solaris. +kes Make mtx-changer automatically configure the autochanger wait + procedure for Solaris, FreeBSD, and Linux. Previously, only Linux + was implemented. +kes Correct drop_sqlite_tables.in script to not delete the database. +kes When writing to a log file, close and reopen the file descriptor + if there is an error writing the file. +kes Modify the autochanger loaded?, load, and unload commands to print + the full text of any mtx output if there is an error. Helps to + ease diagnosis of autochanger problems. +kes Correct a few Win32 errno returns in the VSS code so that hopefully + a resonable Win32 error message will be printed. +kes Convert a few strcat()... to bstrncat() in the Win32 code. +06Oct06 +rbn Added Windows version of bsmtp. +rbn Fixed path search for Windows so that Bacula\bin is automatically + searched for programs and scripts. +rbn Fixed bugs in mtx-changer.cmd and made template bacula-sd.conf + Windows specific. + +Version 1.39.24 beta released: +02Oct06 +rbn Fix restore problem with c:\ prefix bug #676. +rbn Verify that drive letter is valid on restore. +rbn Fix re-open() options for tape. +kes Apply dvd find volume patch from Richard Mortimer. +kes Eliminate the dvd specific mount routines using only the + dev->mount/unmount. +kes Make update_free_space a method of DEVICE and rename + update_freespace. +01Oct06 +kes Require a messages command acl to be able to receive messages + in a console. +kes Add console, system, and scan job types in util.c. +28Sep06 +kes Print the Volume purged message only for real jobs to keep + from cluttering up the daemon messages. +kes Lock the tape drive door while Bacula is using the device. +kes Add back the 'No Jobs running' message to FD and SD status because + my regression script depends on it, and I'm too lazy to change the + scripts. +kes Start using structure assignments (not too happy about it ...). +kes Fix a bug in the tools Makefile that broke on Solaris. +kes Unload any autochanger drive during a 'release' command. +26Sep06 +kes Enhance error message when restoring without bootstrap file. +kes Check restored size only for regular files. +kes Store Python job level in job record in Dir. +kes Add back code to open tape device nonblocking, but if rewind fails + release file descriptor. +kes Modify acquire.c to first try autoloading the device. Also, ask operator + to mount tape if drive cannot be opened. +rbn Made Windows service tray status windows resizable. +rbn Fixed horizontal scrolling of text in status window. +rbn Preserve horizontal and vertical scroll position while + updating. This prevents the display being reset to the + top line every 5 seconds. +rbn Fix Windows cross-compile compatibilty problems with + *nix variants such as OS X without the zic command. +rbn Eliminate dependency on man2html. +25Sep06 +kes Update src/win32/dll/bacula.def for change in BPIPE definition for + Win32 build. +kes Fix a compiler warning in compat.cpp +kes Change strcpy to bstrncpy in compat.cpp +kes Remove some broken code in bdb_list.c +kes Fix, hopefully the last, ACL problem in the restore command. +kes Update the README.mingw32 +kes Add new version of upgrade-win32-client.txt to examples directory. + Submitted by Michel Meyers. +kes Print an INFO message in the job report when a Volume is marked Purged. +rbn Fixed handling of external program and script execution + so that the format of the command line is more flexible. + Now executable path names containing spaces are translated + to the equivalent short name automatically. The result is + passed to cmd.exe with the quotes removed. +24Sep06 +kes Apply the recycle patch from Richard Mortimer. +kes Convert a few if statements in dev.c to switch statements. +kes Start using print_errmsg instead of bstrerror(). +kes Print a job message in SD when a job is marked to be canceled. +23Sep06 +kes All code added back. Fixed block.c read/write to loop only 3 + times. This apparently keeps the OS from crashing (at least + most of the time). +kes The kernel bug still persists. Backup something then immediately + do a bscan on the same tape, and the kernel will crash. +kes Simplifed tape open(). It no longer uses nonblocking mode, which + means that opening with no tape loaded will probably take at least + 6 minutes before an error is reported. +kes Do not use MTSETDRVBUFFER if not running as root. Do a MTRESET + when doing set_os_device_parameters. +kes Report open error in mount.c +kes Remove all .exe files from the installer directory on make clean. +20Sep06 +kes Start adding back removed code. +kes Back out a number of changes because backups to tape crash my + system. +kes Remove the inetd code from the File daemon. +18Sep06 +kes Add -c option to pg_dump so that it initializes tables when + restored. +kes Fix FirstWritten time on Volume to be obtained from SD so that + it is the actual time the volume was first written. +kes Minor Makefile changes. +kes Handle EBUSY during read(). Improve how EBUSY is handled in write(). +ebl Add yes keyword to prune/purge command +16Sep06 +kes Correct a test in block.c that prevented restore of a DVD from + looking at the last part in the spool directory. +kes Make some error messages clearer mostly by using the word DVD + in the message. Improve infor message in read_record for DVDs. +kes Remove DVD kludges in dircmd.c label/relabel. +kes Move the dvd relabel code from dircmd.c into + write_new_volume_label_to_dvd() adding a relabel argument. +kes Rewrite the truncate_dvd() code to be much simpler and + more logical. First blow away any spool part, then create a + new empty part and write to the DVD. +kes Rewrite the can_write_on_non_blank_dvd() code making it + only ensure that no valid data is on the DVD -- i.e. it + can be overwritten. +15Sep06 +kes Minor Makefile fixes. +kes Put attach_dcr_to_dev in a subroutine. +kes Make attaching/detaching to/from a device use a flag and + only detach if actually attached. +kes Add dvd-simulator.in to scripts directory and add to configure. +kes Fix code in acquire.c that checks fd != 0 to use dev->is_open(). + This could be a cause of a number of drive reservation problems. + Note, this code is now in attach_dcr_to_dev(). +kes Suppress doing Volume updates if it is a system job. This should + prevent the DVD label blocking. +kes Clear the freespace ok flag in a couple of strategic places. +14Sep06 +kes Put removing zero sized spool part file in subroutine and + call from release_device(). +kes Add Richard's patch for relabel to dircmd.c, but save and restore + dev Volume name. +kes Rework a lot of subroutines in dev.c to take dcr as an + argument. This is done to eliminate the usage of attached_dcrs + in lseek(). +kes Change truncated_dvd to blank_dvd, which seems more suitable. +kes Apply most of Richard Mortimer's truncate patch. +kes Create lseek() method for DEVICE that takes dcr as an + argument. This is to eliminate the use of attached_dcrs in + lseek(). The calls to lseek_dev() must still be changed. +13Sep06 +kes Apply Richard Mortimer's patches for printing an error + message in btape when a DVD is used, and to initialize traceback. +kes Added error message to btape when trying to access a file. +kes Move prototype of update_slots() to protos.h. +12Sep06 +kes Add JobErrors, JobFiles, SDJobFiles, SDJobErrors, SDJobStatus, + and FDJobStatus to the Director Python variables. +kes Make sure valid argument passed to str_to_utime() where Arno + had a seg fault. +kes Apply Richard Mortimer's patch for bcopy, bextract, and bscan. + I.e. part of two different patches. +11Sep06 +kes Modify disk changer to simulate some of the error conditions + of mtx-changer. +kes Make sure the close() call in the SD tools is just before the + getchar() call. +kes Implement dir_get_volume_info() in bls using the patch from + Richard Mortimer but call find_num_dvd_parts(). +kes Implement find_num_dvd_parts() that mounts and scans a DVD + and counts the parts. +kes Move the omode code in open_dvd() up so that the cannot + write on blank disk can check can be bypassed for read mode. + Not yet implemented. +10Sep06 +kes Disable normal data spooling for DVD writing which uses + a different spooling mechanism. +kes Apply patch from Richard Mortimer to ensure that the number + of DVD parts is correctly updated. +rbn Save installer details log in the Bacula directory as + install.log. +rbn Add installer generation of client and storage templates + suitable for @inclusion on the director. +rbn Mark previously installed components for Win32 read-only since + deselection doesn't do anything. + +Version 1.39.22 beta released: 08Sep06 +kes Fix logic error in handling error return from mtx-changer + script. +kes Make status from SD aware of -1 (unknown) Slot status. +kes At Eric's suggestion make both the 'slots' and 'drive' commands + to the Storage daemon work even if the drive is busy. +kes Make two separate Win32 menu links for starting bconsole and + wx-console in winbacula.nsi +kes Apply DVD part_spooled patch from Richard Mortimer + richm@oldelvet.org.uk +kes Put installer/Readme.txt into Win32 EOL format for Notebook. rbn Fixed problems migrating settings from previous releases in Win32 installer. Add Readme.txt with an option to show it on the installer Finish page. @@ -12,9 +615,9 @@ kes Use get_catalog_resource() to open catalog database kes Integrate multiple console/director patch from Carsten Paeth calle@calle.in-berlin.de ebl Add character substitution in Job/JobDefs WriteBootStrap. - You can use now 'WriteBootStrap = "/path/%c_%n.bsr"' + You can use now 'WriteBootStrap = '/path/%c_%n.bsr'' kes Apply patch supplied in bug #656 to pass priority field - in the run dialog to the Director. + in the run dialog to the Director in gnome console kes Restore DCR after VOL_NAME_ERROR in mount.c. Hopefully this will fix bug #627 where Bacula eventually gets confused about what Volume it wants. @@ -35,6 +638,24 @@ kes Manual updates. kes Update examples directory. kes Remove unused variable in winservice.cpp kes Make Win32 make command build installer. +rbn Add new Install Type page, used to select between Automatic + and Custom installs. Automatic installs only prompt for + configuration items that can't be reasonably defaulted. +rbn Added Bacula logo to page headers. +rbn Added Upgrade support + - Configuration and component selection are migrated from + pre-1.39 installs. + - Configuration of upgraded components is preserved and + not prompted for + - Configuration of new components is handled according to + the Automatic / Custom selection. + - Component selection is defaulted to previously selected + components. +rbn Installation of Server components is disabled on + Windows 95, 98 and ME. +rbn Added URLs for support, info and upgrades to Bacula entry + in Add/Remove Programs. +rbn Added Version info to Bacula entry in Add/Remove Programs. 04Sep06 kes Correct dvd code that breaks tape labeling. kes Implement Enabled on update slots. @@ -56,6 +677,7 @@ kes Tweak so that debug level 20 shows only DVD commands. kes Correct spooled_part flag in dev.c close() so that it is cleared when the spool file is deleted or does not exist. kes Print part number in read_records when eof hit (restore). +rbn Installer default changed to start services on new install. 31Aug06 kes Make find with no args in tree restore return error rather than stopping the selection. Fixes bug #665 @@ -64,8 +686,13 @@ kes Rework DVD writing to ensure that the last part is written kes Correct the lseek_dev() routine to handle end point correctly (bug introduced by me). kes Allow part number to exceed num_dvd_parts in lseek_dev(). +rbn Change make_session_key on Windows to use WIN32 APIs to produce + a better seed. +rbn Add new tool scsilist.exe which displays the changer, tape and + CD/DVD (1394, SCSI, SATA, ATAPI) devices and the information required + to add them to bacula-sd.conf. 30Aug06 -kes Apply dvd-handler patch from Richard Mortimer. +kes Apply dvd-handler patch from Richard Mortimer. kes Apply dvd error check patch from Richard Mortimer. kes Apply bpipe race patch from Richard Mortimer. kes Rework how DVD labels are handled and set append only @@ -88,7 +715,7 @@ kes Fixed the use of Slot, so that is more correctly maintained, thus 25Aug06 kes Install man pages with 'make install' kes wx-console crashes because of differences between Bacula and wxWidgets - malloc()/free(). Tweek wx-console to use bmalloc()/bfree() for Bacula + malloc()/free(). Tweak wx-console to use bmalloc()/bfree() for Bacula calls. kes correct improper indenting in wx-console/console_conf.c kes update wx-console header copyrights @@ -101,7 +728,7 @@ kes Require restore case 3 to have sqlquery permission to work. kes Remove obsolete del_MAC sql command. kes Ensure that bscan creates Volumes with Enabled=1. -Version 1.39.20 Beta released: +Version 1.39.20 beta released: 22Aug06 kes Correct missing Client table reference in SQL pointed out by Marc. @@ -136,7 +763,23 @@ kes When not descending into a directory, print the File= name that triggered it -- makes why not descending a bit clearer. kes Do not unload autochanger when doing a list command -- basic code from Eric Bollengier. -07Aug06 +12Aug06 +rbn Reworked the MinGW32 build-dependencies script, it has been renamed + to build-depkgs-mingw32. It now handles two options -h to display + help and -C to reextract the source and apply the patches. The -C + option is useful for updating the source after new patches are + released. +rbn Moved the 3rd party package URLs to a separate file External-mingw32. + This allows updating to new versions without having to modify the + script and makes it easier to figure out which packages and which + versions are used. +rbn Added a new script build-depkgs-msvc.cmd which does the same thing + as build-depkgs-mingw32 except they are built using Microsoft Visual C + and placed in the depkgs-msvc directory. There is also an + External-msvc file to describe the packages. +08Aug06 +rbn Fix Windows cross-compile compatibilty problems with FreeBSD. +07Aug06 kes Fix bug #462 incorrect error message printed when client script called from File= was not found. kes Fix bug #558 (waiting for feedback) where Bacula needs too much time to @@ -154,13 +797,13 @@ dsb Updated rpm spec for 1.39 - updatedb 9 to 10, add new man pages, custom of silently converting all manpages to bzip2 format just before the final packaging step. 05Aug06 -rbn Fixed the Windows Makefiles so that they won't accidently try and +rbn Fixed the Windows Makefiles so that they won't accidentally try and pickup binaries for the Unix build. This allows both the Unix build and the Windows build to be built in the same tree without interfering with each other. rbn Fixed error handling and cleaned up mtx-changer.cmd. rbn Added the rest of the database scripts. These are installed but are - not yet editted for variable replacement. + not yet edited for variable replacement. rbn Broke out the cats functionality from bacula.dll and put into new separate dlls for each database type. At installation time the correct one is copied to bacula_cats.dll. @@ -172,9 +815,7 @@ rbn Added a new sql_cmds.h with all the declarations for the variables rbn Moved catalog_db[] from lib/message.c to a new routine db_get_type() which is implemented in bdb.c, mysql.c, postgresql.c and sqlite.c in src/cats. -kes Correct improperly formated list command output reported by Dan. - -Version 1.39.18 Beta released: +kes Correct improperly formatted list command output reported by Dan. 04Aug06 kes Correct despool time calculation. 03Aug06 @@ -184,7 +825,7 @@ kes Attempt to fix problems with the msg_queue crashing on Solaris when Bacula is terminating, but problems remain. kes Add WIN32_VSS to HAVES in src/Makefile.inc.in to correct VSS name editing problems with too many \\?\es. -kes Fix some Bacula source code stlye problems in compat.cpp. +kes Fix some Bacula source code style problems in compat.cpp. kes Add debug code to compat.cpp and convert non-Bacula debug code to Bacula style. 02Aug06 @@ -201,7 +842,7 @@ kes Implement %q in bsnprintf.c apparently I forgot it. kes Make disk-changer sed command compatible with FreeBSD. kes Make a first cut at a ReleaseNotes and ChangeLog for a beta release. -kes Make make clean decend into the src/win32 directory. +kes Make make clean descend into the src/win32 directory. kes Fix some #ifdefing so that Solaris and FreeBSD compile sys/stat.h was turned off. kes Use suffix editing for new transfer rate messages. @@ -238,14 +879,14 @@ kes Incremented the version number to signify that all of Robert's code done). kes I rationalized a few of the names of the variables (mainly jcr names) that are used during migration as keeping three different jcrs at the - same time clear in one's head is not easy. + same time clear in ones head is not easy. Version 1.39.17 28Jul06 eb Tweak new runscript feature to work with 1.38.x FDs. eb Correct crypto.c to fix segfault when restoring an encrypted stream on fd which don't use rsa keys. -eb Add yes/no english keywords on localised yes/no questions. +eb Add yes/no English keywords on localized yes/no questions. 27Jul06 kes Several important commits from Robert Nelson for code cleanup and Win32 build. @@ -253,7 +894,7 @@ kes Modify console.c so that when conio is enabled, it converts \n to \n\r before outputting to the console. Hopefully this will fix the problems with expect in Perl that Eric saw. 24Jul06 -kes Change cats/sql.c to elimate %-*s format, which I think is turned +kes Change cats/sql.c to eliminate %-*s format, which I think is turned off in bsnprintf. kes Add Comment field to llist of a volume. kes Allow true/false in some yes/no questions. @@ -350,8 +991,8 @@ kes Rename the cram_md5 routine names to be slightly more appropriate to what they are doing (challenge and respond). kes Robert committed his #ifdef and header cleanup. 30Jun06 -kes Fix a complier warning in files/backup.c -kes Cleanup NOT NULL vs DEFALT 0 in database creation. +kes Fix a compiler warning in files/backup.c +kes Cleanup NOT NULL vs DEFAULT 0 in database creation. kes Tweak btape. kes Robert committed his low impact changes. kes I removed a size_t from the jcr.h definition. @@ -401,7 +1042,7 @@ kes Harden authentication failure in FD by single threading errors and forcing a 6 second wait. ===================== Warning ============================= - Removed "Accept Any Volume" directive. + Removed 'Accept Any Volume' directive. =========================================================== kes Major cleanup and simplification of regress using shell functions @@ -503,7 +1144,7 @@ kes Apply patch from adioso bug #616 to correct text in manual (replace kes Rework a few of the zlib changes so that they build properly. 21May06 -kes Move DIR "run" command to SD before starting the message thread +kes Move DIR 'run' command to SD before starting the message thread as suggested by Cristopher Hull to avoid a race deadlock from two threads using the bsock structure. kes Modify LICENSE to correct some problems pointed out by Debian. @@ -991,7 +1632,7 @@ kes Simplify code in askdir.c that waits for creating an appendable volume so that it can handle multiple returns from the wait code. kes Modify the wait code to permit multiple returns. -kes Return a zero when "autochanger drives" is called and +kes Return a zero when 'autochanger drives' is called and it is not an autochanger. kes Make rewind_dev() a method taking a DCR as an argument. This permits closing and reopening the drive if the @@ -1087,7 +1728,7 @@ kes Remove warning message about multiple saves of hardlinked files from find_one.c as it can generate too many warning messages. kes Modify most restore error messages to be queued so that they appear at the end of the job rather than mixted with the restore - listing where they could be "lost". + listing where they could be 'lost'. 06Dec05 kes Reset timeout values before select() per patch from Frank Sweetser for problems with non-blocking sockets. @@ -1111,9 +1752,9 @@ kes Rework reservation algorithm so that two drives can be used kes Landon merged his data encription changes into the HEAD kes Apply days keyword patch from Alexander.Bergolth at wu-wien.ac.at If this patch is applied, the number of days can be specified with - "list nextvol days=xx" + 'list nextvol days=xx' or - "status dir days=xx" + 'status dir days=xx' My use case is to be able to preview the next scheduled job (and the next tape to be used) on fridays if there are no scheduled jobs during the weekend. @@ -1181,6 +1822,3 @@ kes Apply patch supplied by Eric Bollengier to fix PostgreSQL kes Tweak #ifdefing a bit in new Win32 stream code. kes Fix #ifdeffing for FD_NO_SEND_TEST. kes Add documentation of performance #defines - - -Release 1.38.11 (28Jun06) released 28JunO6