+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.
 
 
           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:  
 
-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).