]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/ReleaseNotes
Fixed mistake in "all" target.
[bacula/bacula] / bacula / ReleaseNotes
index 807e8fd718d9b092e01423ff8e9af8c83e854c61..9fce188d2d4b402f8efaee4912f748bf194974cf 100644 (file)
@@ -1,12 +1,66 @@
 
-          Release Notes for Bacula 1.34.1
+          Release Notes for Bacula 1.34.2
 
-  Bacula code: Total files = 306 Total lines = 91,155 (*.h *.c *.in)
+  Bacula code: Total files = 345 Total lines = 99,835 (*.h *.c *.in)
 
-Changes for 1.34.1:  
+Changes for 1.34.2:
+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
+- 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:  
 - Autochanger users, please note you must add %d to the end of the
   changer command line in your Device resource in your bacula-sd.conf
   file.
+- There is a new wx-console program that does restores with a    
+  tree allowing you to visually select what files are to be restored.
+  It is in a preliminary stage of development, but can be easily
+  be built under Linux with GTK, and with just a bit more difficulty
+  under Win32 with MinGW.
+- Fixed a major race condition in the job scheduler when multiple
+  simultaneous jobs is enabled. This occurred only when on job had
+  blocked another because of resource usage.
+- Fixed crash in SD during restore.
+- Changed the backup report to indicate "Backup OK -- with warnings
+  if any warning messages were generated.
+- Change output of restore report to indicate:
+  "Restore OK -- warning file count mismatch"
+- Make backup report say "Backup OK with warnings" if either FD or SD
+  report any non-fatal errors.
+- Modify bscan to print some elementary statistics (#Jobs, #Files, ...)
+  added to catalog.
+- Added --enable-wx-console and updated Makefile.in
+- Fix mtx-changer so that the calling sequence is compatible
+  with the previous version (the new one required arguments that
+  were not necessarily used).
+- Document how to use stunnel with Bacula.
+- Fix crash in query command.
+- Remove schedule from the default restore job.
 - Fix data spooler to use min/max tape blocking factors.
 - Automatically turn of conio if library not found instead of bombing.
 - Cleaned up a lot of copyright dates.