Kern Sibbald [Fri, 4 Nov 2005 09:13:07 +0000 (09:13 +0000)]
- Update release date.
- Tweak an authentication error message in dir.
- Fix autoloader so that mutex is set and released around
each run_program(). There was a missing set.
- Remove an unnecessary drive release in autochanger.
Kern Sibbald [Thu, 3 Nov 2005 14:23:26 +0000 (14:23 +0000)]
- Fix wrong variable in bpipe.c debug output reported by user.
- Fix improper placement of encode_and_send_attributes() in
FD backup.c causing first file of non-portable Win32 backup
to have wrong stream. Reported by Thorsten.
Kern Sibbald [Wed, 2 Nov 2005 18:19:09 +0000 (18:19 +0000)]
- Move the -lcrypt for PostgreSQL after the PostgreSQL libs in
autoconf/bacula-macros/db.m4 as suggested by user. Fixes bug #457.
- Remove @STATIC_CONS@ from tray-monitor Makefile as suggested
by user. Fixes bug #456.
Kern Sibbald [Thu, 27 Oct 2005 13:32:55 +0000 (13:32 +0000)]
- Return HARDEOF status from bnet_recv() if bsock NULL rather
than aborting.
- Don't overwrite pthreadVCE.dll or msvcr71.dll during Win32
install.
- Update README.win32 instructions.
- Update ReleaseNotes
Nicolas Boichat [Wed, 19 Oct 2005 15:03:22 +0000 (15:03 +0000)]
block.c:do_dvd_size_checks: Check we are writing to a dvd before doing
tests (reported by David Raine on the list, "[Bacula-users] LTO drive -
End Of Volume error").
Nicolas Boichat [Mon, 17 Oct 2005 22:03:52 +0000 (22:03 +0000)]
- Add tests for dvd+rw-format in configure script.
- scripts/dvd-handler: Reformat DVD-RW when needed. This needs dvd+rw-format.
- Add patch for dvd+rw-tools in patches dir (this should probably be elsewhere).
Nicolas Boichat [Sun, 16 Oct 2005 21:19:51 +0000 (21:19 +0000)]
scripts/dvd-handler: "zero" brand-new DVD+/-RW to fix a problem with some
DVD-writers, thanks to Arno Lehmann for reporting this, and providing the
way to fix it.
Kern Sibbald [Thu, 13 Oct 2005 13:55:09 +0000 (13:55 +0000)]
- Modify DVD code so that it keeps a state flag that indicates
when the freespace variable is valid. freespace_errno, now has
either 0 or an errno. There are no negative errnos.
- Create is_freespace_ok() to test state flag. Also, set_freespace_ok()
and clear_freespace_ok(). Modify code to use them. This
simplifies a bit the logic of the freespace code.
- Edit 64bit debug values correctly in dvd.c
- Fix %e variable to check num_parts rather than part.
- Use static buffer instead of static buffers for FI_to_ascii()
and stream_to_ascii() debug routines in SD. This is to prevent
possible race conditions between two threads (possibly Phil's
unmount problem).
Kern Sibbald [Wed, 12 Oct 2005 15:36:56 +0000 (15:36 +0000)]
- Add a .dir command that separates arguments with commas. It
is intended to be used in the tree routines to get a
machine readable output for GUIs like wx-console.
Kern Sibbald [Mon, 10 Oct 2005 14:15:00 +0000 (14:15 +0000)]
- Add Arno's dvd-handler script to the scripts directory and
integrate with configure. It replaces both existing scripts.
- Make default schedule start at 23:10
- Implement gui release in Makefile. It creates two .tar.gz
bacula-web and bimagemgr.
Kern Sibbald [Sat, 8 Oct 2005 12:18:53 +0000 (12:18 +0000)]
- Add README plus tar release to gui project.
- Manual documentation
- Tweak bacula.man doc
- Add PRAGMA synchronous = NORMAL; to SQLite3 tables. This
speeds up SQLite3 so it is only about 10% slower than version
2.xx. Thanks to Russell Howe for this tip.
- Add msvcr71.dll to pebuilder .inf file as it is needed by
Bacula FD. Thanks to Brandon for passing this fix to Scott.