]> git.sur5r.net Git - bacula/bacula/commitdiff
Final 1.34.2 documentation
authorKern Sibbald <kern@sibbald.com>
Sun, 25 Apr 2004 17:14:58 +0000 (17:14 +0000)
committerKern Sibbald <kern@sibbald.com>
Sun, 25 Apr 2004 17:14:58 +0000 (17:14 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1304 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/ChangeLog
bacula/ReleaseNotes
bacula/src/wx-console/BUILD

index f2ebbc08616fa1326c2fdaefbaa4c32d72a39720..71a69c0daee5697c3925de5df993131c10e5ea35 100644 (file)
@@ -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.
index ddf25a9208483dd42bbeea64574e363f46ab90f8..9fce188d2d4b402f8efaee4912f748bf194974cf 100644 (file)
@@ -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:  
index a9cf4e0cc91156cc8ff55629f273c3234e631658..918dee4b38c13187a8cced66e383035788583a2d 100644 (file)
@@ -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 <bacula-source>/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).