From: Kern Sibbald Date: Sun, 25 Apr 2004 17:14:58 +0000 (+0000) Subject: Final 1.34.2 documentation X-Git-Tag: Release-1.34.3~95 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=71309f54f4b12a0c610d279b65912c0b65bcbd30;p=bacula%2Fbacula Final 1.34.2 documentation git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1304 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/ChangeLog b/bacula/ChangeLog index f2ebbc0861..71a69c0dae 100644 --- a/bacula/ChangeLog +++ b/bacula/ChangeLog @@ -1,4 +1,17 @@ +2004-04-26 Version 1.34.2 24Apr04 Release +24Apr04 +- Get production build on Win32 of wx-console working -- mostly a problem + of getting the paths right and installing and building wxWidgets. +23Apr04 +- Make SD utility programs accept device name as well as archive device + on command line. +- Update docs +22Apr04 +- Fix one off bug in StartBlock in bscan -- thanks to Gregory Brauer for + reporting this. +- Remove old debug code from Win32 FD. + 2004-04-20 Version 1.34.1 20Apr04 Release 18Apr04 - Found and fixed SD crash during restore. diff --git a/bacula/ReleaseNotes b/bacula/ReleaseNotes index ddf25a9208..9fce188d2d 100644 --- a/bacula/ReleaseNotes +++ b/bacula/ReleaseNotes @@ -1,17 +1,36 @@ Release Notes for Bacula 1.34.2 - Bacula code: Total files = 344 Total lines = 98,746 (*.h *.c *.in) + Bacula code: Total files = 345 Total lines = 99,835 (*.h *.c *.in) Changes for 1.34.2: -23Apr04 +Major Features: +- wx-console can now be built both under GTK and Win32. It is + now part of the Win32 binary release. It has a very nice tree + oriented restore. Thanks to Nicolas Boichat for this program. +- bconsole is now included in the Win32 binary release. + +Items to note!!! +- bscan restored StartBlocks one block off resulting in loss of + data if any bscanned volumes were restored. Thanks to Gregory + for reporting this. It is fixed in this release. +- Due to an oversight, "Maximum Job Spool Size" was is not implemented. + It will be in the next release. +- To build wx-console on Linux. Download wxWidgets 2.4.2 from wxwidgets.org, + build and install it on your system, then add --enable-wx-console on + your Bacula ./configure and it will be built and installed. +- For both the Win32 and Linux GTK versions of wx-console, you must + create a wx-console.conf in the current directory. The contents are + identical to a bconsole.conf file. + +Other items: - Make SD utility programs accept device name as well as archive device on command line. - Update docs -22Apr04 -- Fix one off bug in StartBlock in bscan -- thanks to Gregory Brauer for - reporting this. - Remove old debug code from Win32 FD. +- A new version of depkgs-win32 was released containing the Win32 + wxWidgets source code. +- Disable SIGHUP code in Director which is not yet complete. Release 1.34.1: diff --git a/bacula/src/wx-console/BUILD b/bacula/src/wx-console/BUILD index a9cf4e0cc9..918dee4b38 100644 --- a/bacula/src/wx-console/BUILD +++ b/bacula/src/wx-console/BUILD @@ -1,20 +1,13 @@ -General compiling notes: - - Fetch latest bacula sources from CVS or bacula-1.34.0 source - tarball, configure and build it. - - Extract bacula-wx-gui.tar.gz in bacula/src directory. Windows/cygwin compiling notes: - - Build and install wxWindows from sources - (http://www.wxwindows.org/). I'm not sure it's necessary but - this is how I get the thing to work. - - In bacula/src/wx-console/Makefile.win, modify every - occurrence of "J:/cygwin" with the path where cygwin is install - on your system - ~ Build bacula-wx-gui with "make -f Makefile.win" in bacula/src/wx-console + - Download latest depkgs-win32 code. + - See /src/win32/README.win32 GTK/Linux compiling notes: - - Comment out "new" and "delete" operator definitions in - bacula/src/lib/smartall.c (lines 501-511), because these - overloads seem to produce segmentation faults with wxWindows, and - do "make" again in bacula/src/lib - - Build bacula-wx-gui with "make all" in bacula/src/wx-console + - Download www.wxwidgets.org wxWidgets code version 2.4.2 + - Build and install the above. + - Use ./configure --enable-wx-console for the Bacula build + It will then be built and installed automatically with the + other programs. + - Edit the wx-console.conf in the current directory to have the + correct values for your Director (name, IP address, password).