Delayed release.
-$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
amanda users). Thanks to Jason L Tibbitts III
<tibbs@math.uh.edu> 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
+ <tibor@lib.uaa.alaska.edu> for helping me in finding this bug.
+
Changes between versions 0.4b10 and 0.4b11 (released December 5, 1999)
======================================================================
top_builddir= @top_builddir@
VERSION= 0.4b12
-DATE= January 7, 1999
+DATE= January 8, 1999
AR= @AR@
CC= @CC@
-$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.
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
* 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_
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 */
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
/sbin/rrestore.static
%changelog
-* Fri Jan 7 2000 Stelian Pop <pop@cybercable.fr>
+* Fri Jan 8 2000 Stelian Pop <pop@cybercable.fr>
- dump 0.4b12 released, first packaging.
* Sun Dec 5 1999 Stelian Pop <pop@cybercable.fr>