From: Kern Sibbald Date: Sat, 2 Oct 2004 10:34:01 +0000 (+0000) Subject: Update notes X-Git-Tag: Release-1.35.6~4 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=cb9427ab3ddb0b21a8457f1df0aa26e6c8bea5cc;p=bacula%2Fbacula Update notes git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1626 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/ChangeLog b/bacula/ChangeLog index d142365931..010001bae1 100644 --- a/bacula/ChangeLog +++ b/bacula/ChangeLog @@ -1,5 +1,77 @@ + +Changes to 1.35.6: +02Oct04 +- Create patches/README and the patch summary file. +- Use different share mode when opening files on WinMe/98/95 since + SHARE_DELETE is not implemented on those systems. +- In new syntax Includes, pass *all* files through the acceptance + filter so that no error messages will be printed for files that + cannot be opened if they are excluded. +01Oct04 +- Fix bug 126 (Martin) -- prevent failed console label request from + going into fixup code and thus trying to update the catalog. +- Always fold case in fnmatch() on Win32 systems +30Sep04 +- Create patches directory +- Apply Martin's patch for fixing console modifications to Verify Jobs. +- Fix Win32 so that it can backup files that are opened by programs + such as Word (certain open system files cannot be backed up). + Changes to 1.35.5: +29Sep04 +- Fix Storage overrides in Run directive +- Fix seg fault in AlertCommand +- Fix btape "test" and "fill" commands to work with new SD + data structures. There are still problems ... +26Sep04 +- Correct buffer length passed to inet_ntop() in address_conf.c +- Increase the debug level of a lot of messages to reduce the + debugging "noise". +- Modify how ST_APPEND is handled so that nothing is written + to the Volume if it is not set. It is now set only when + the Volume label is verified, and released when the volume + is released. This required a number of minor but rather + critical and fundamental changes. +- Improve quickly terminating a job in the SD when it errs. + More status checking and a few additional checks on + job_canceled() and check more error return statuses. +- Added a number of debug statements (to be removed later) that + check the VolCatName for a name. +- Create a single subroutine that handles terminating writing + on a Volume at the end of the volume (or after an error). +- Continued to add use of the berrno classs for strerror(). +25Sep04 +- Apply conio patches supplied by Peter Eriksson for configure.in + conio.h and conio.c to make it work better on Solaris. +- Make run_grub print manual procedure for installing grub +- Add extra setsockopt keepalive. +- Add code to set as many options as possible in the system + tape driver for different OSes. +24Sep04 +- Apply Peter Eriksson's patch to configure.in fixes finding + correct libs on Solaris to link conio -- bug 121 +- Add expected number of files to Verify VolumeToCatalog, and + if it does not equal the examined files, fail the job. + Fixes bug -- 114 +- Modify the depend section of each Makefile.in to reference $(CXX) + instead of $(CC) -- bug 118 +- Remove the word "restore" from the Volumes needed message in + dird/bsr.c since the message is used for Restore and Verify. +- Fix initialization and copying of the storage resource when + starting jobs (and in jobq.c when restarting). In some cases + jcr->store was not set causing a segfault -- bug 116 +23Sep04 +- More doc. +- Pass EndFile and EndBlock to SD. 22Sep04 +- Fixed bscan to close() drive between tapes. +- Turn on transactions for SQLite and PostgreSQL if + multiple connections are turned on. +- Removed stripping of filename in ua_tree insertion routine. +- Fix split_path_and_filename() routines to return zero length + path and files. +- Modify update_tables scripts to convert a single blank filename + into an empty filename. - Incremented the release number because this version requires an update to the database. Use: diff --git a/bacula/ReleaseNotes b/bacula/ReleaseNotes index 1da6e9aada..7a56dff35d 100644 --- a/bacula/ReleaseNotes +++ b/bacula/ReleaseNotes @@ -4,7 +4,7 @@ Bacula code: Total files = 396 Total lines = 116,116 (*.h *.c *.in) -Changes for 1.35.5 +Changes for 1.35.6 Major Changes: - Tray monitor program - Bacula Rescue CDROM @@ -22,6 +22,9 @@ Major Changes: colon following the drive letter turned into a / e.g. c: becomes c/. Previously the c: was stripped. This applies only to files written to an alternate directory (i.e. using a where=). +- Certain open files (Word for example) can now be saved on + Win32 systems. +- Default for Wild-cards on Win32 systems is to fold case. New Directives: - Added "Ignore FileSet Changes = yes" @@ -32,9 +35,13 @@ New Directives: Items to note!!! - As of 1.35.5 you MUST do a database update. + + cd scripts-dir (or src/cats) + ./update_bacula_tables + - All daemons should be compatible with 1.34 with the exception of the new FileSet features such as regular expressions. -- Regular expressions are not implemented in the Win32 FD. +- Regular expressions are not supported in the Win32 FD. Other Items: - See below