From 0d0bc3269d21d8a5d3d019a19d8250b852a4d3ff Mon Sep 17 00:00:00 2001 From: Stelian Pop Date: Sat, 8 Jan 2000 10:00:39 +0000 Subject: [PATCH] Fix the alpha dump header format. Delayed release. --- CHANGES | 10 ++++++++-- MCONFIG.in | 2 +- THANKS | 3 ++- compat/include/protocols/dumprestore.h | 6 +++--- dump.lsm | 2 +- dump.spec | 2 +- 6 files changed, 16 insertions(+), 9 deletions(-) diff --git a/CHANGES b/CHANGES index c6aedef..c79bbe6 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,6 @@ -$Id: CHANGES,v 1.29 2000/01/07 19:39:38 tiniou Exp $ +$Id: CHANGES,v 1.30 2000/01/08 10:00:39 tiniou Exp $ -Changes between versions 0.4b11 and 0.4b12 (released January 7, 1999) +Changes between versions 0.4b11 and 0.4b12 (released January 8, 1999) ===================================================================== 1. Small fix in the dump man page. Thanks to Thorsten Kukuk @@ -29,6 +29,12 @@ Changes between versions 0.4b11 and 0.4b12 (released January 7, 1999) amanda users). Thanks to Jason L Tibbitts III for reporting the bug. +7. Fixed a compatibility problem in linux/alpha dump tape format. + Now the linux/alpha dump are (again) compatible with the + other dump formats. But this breaks compatibility with + older dumps made on alpha. Thanks to Mike Tibor + for helping me in finding this bug. + Changes between versions 0.4b10 and 0.4b11 (released December 5, 1999) ====================================================================== diff --git a/MCONFIG.in b/MCONFIG.in index dee78b6..6b12dc7 100644 --- a/MCONFIG.in +++ b/MCONFIG.in @@ -3,7 +3,7 @@ VPATH= $(srcdir) top_builddir= @top_builddir@ VERSION= 0.4b12 -DATE= January 7, 1999 +DATE= January 8, 1999 AR= @AR@ CC= @CC@ diff --git a/THANKS b/THANKS index ca81cb3..58bd08e 100644 --- a/THANKS +++ b/THANKS @@ -1,4 +1,4 @@ -$Id: THANKS,v 1.15 2000/01/07 19:23:53 tiniou Exp $ +$Id: THANKS,v 1.16 2000/01/08 10:00:39 tiniou Exp $ Dump and restore were written by the people of the CSRG at the University of California, Berkeley. @@ -48,6 +48,7 @@ Chris Siebenmann cks@utcc.utoronto.ca Bob Snyder rsnyder@janet.advsys.com Matti Taskinen mkt@rni.helsinki.fi Jason L Tibbitts III tibbs@math.uh.edu +Mike Tibor tibor@lib.uaa.alaska.edu Theodore Y. Ts'o tytso@mit.edu Stephen Tweedie sct@dcs.ed.ac.uk Daniel Veillard Daniel.Veillard@imag.fr diff --git a/compat/include/protocols/dumprestore.h b/compat/include/protocols/dumprestore.h index 0d6e0c8..77b1859 100644 --- a/compat/include/protocols/dumprestore.h +++ b/compat/include/protocols/dumprestore.h @@ -43,7 +43,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: dumprestore.h,v 1.4 2000/01/07 19:24:04 tiniou Exp $ + * $Id: dumprestore.h,v 1.5 2000/01/08 10:00:41 tiniou Exp $ */ #ifndef _PROTOCOLS_DUMPRESTORE_H_ @@ -76,8 +76,8 @@ union u_spcl { char dummy[TP_BSIZE]; struct s_spcl { int32_t c_type; /* record type (see below) */ - time_t c_date; /* date of this dump */ - time_t c_ddate; /* date of previous dump */ + int32_t c_date; /* date of this dump */ + int32_t c_ddate; /* date of previous dump */ int32_t c_volume; /* dump volume number */ daddr_t c_tapea; /* logical block of this record */ ino_t c_inumber; /* number of inode */ diff --git a/dump.lsm b/dump.lsm index b91f9b9..728c0e0 100644 --- a/dump.lsm +++ b/dump.lsm @@ -1,7 +1,7 @@ Begin3 Title: dump and restore for Ext2fs Version: 0.4b12 -Entered-date: 07DEC00 +Entered-date: 08JAN00 Description: Port of the 4.4BSD dump and restore backup suite Keywords: backup, filesystem, Ext2fs Author: University of California, Berkeley diff --git a/dump.spec b/dump.spec index d4a79e3..8691914 100644 --- a/dump.spec +++ b/dump.spec @@ -117,7 +117,7 @@ rm -rf $RPM_BUILD_ROOT /sbin/rrestore.static %changelog -* Fri Jan 7 2000 Stelian Pop +* Fri Jan 8 2000 Stelian Pop - dump 0.4b12 released, first packaging. * Sun Dec 5 1999 Stelian Pop -- 2.39.2