]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/ChangeLog
Allow restore from stream device
[bacula/bacula] / bacula / ChangeLog
index 7d3e623f07696948170733f355f41e68377fb30c..e9c2a77e65d8e2d63d336649e906dc71d4a8dd5a 100644 (file)
@@ -1,6 +1,21 @@
-2002-mm-dd Version 1.28 (not yet released)
 
+
+=============================================================================
+2003-01-05 Version 1.28b released
+- Corrected a typo of working_directory in bacula-dir.conf
+  reported by James MacLean.
+- Fixed the fact that path and filenames in some cases were not
+  being quoted before going into the database. Many thanks to
+  James MacLean for reporting this.
+
+=============================================================================
+2003-01-05 Version 1.28a released
+- Corrected a missing quote in bacula-dir.conf reported by James MacLean
+
+=============================================================================
+2003-01-05 Version 1.28 released
 General:
+- Implemented Bare Metal Recovery for Linux and manual procedures for Solaris
 - Now using only a single technotes file kes-1.28 and will add to
   it as the development goes on.
 - Wrote a general purpose bi-directional pipe command. This replaces
@@ -12,6 +27,29 @@ General:
   tape drivers.
 
 Changes submitted this submission:
+04Jan03
+- Add cygreadline5.dll to Win32 release -- needed for console
+03Jan03
+- Add scripts make_catalog_backup and delete_catalog_backup that makes and
+  deletes an ASCII copy of the catalog for backup. An example of how
+  to use it is in the <bacula-src/src/dird/bacula-dir.conf file.
+- Made a nicer column oriented listing of scheduled jobs for "status dir".
+02Jan03
+- Added backup/restore of raw partitions.
+- Corrected restoration of files in root directory (problem with
+  splitting path from file).
+01Jan03
+- Finally decided to cleanup handling of splitting path and filenames
+  in the cats directory. Now the code is in one place sql.c and it
+  is done using Pool memory, so there are no length restrictions.
+31Dec02
+- Add start of Solaris bare metal recovery
+- Add Site Visit usage statistics to Web page
+- Got Bacula listed on www.backupcentral.com
+30Dec02
+- Retest bare metal recovery on Linux 2 times with verify
+- Cleanup printout of verify differences using proper casting to
+  handle shorts and long longs.
 29Dec02
 - Added --enable-client-only to ./configure
 - Modified --enable-static-sd to work better and documented it.