-$Id: CHANGES,v 1.46 2000/03/02 11:34:51 stelian Exp $
+$Id: CHANGES,v 1.47 2000/03/02 11:41:29 stelian Exp $
-Changes between versions 0.4b14 and 0.4b15 (released ?????????????????)
-=======================================================================
+Changes between versions 0.4b14 and 0.4b15 (released March 2, 2000)
+===================================================================
1. Added a prompt command in interactive restore mode. Thanks
to Andreas Dilger <adilger@home.com> for the patch.
top_builddir= @top_builddir@
-VERSION= 0.4b14
-DATE= February 10, 2000
+VERSION= 0.4b15
+DATE= March 2, 2000
AR= @AR@
CC= @CC@
-$Id: TODO,v 1.12 2000/03/02 11:34:51 stelian Exp $
+$Id: TODO,v 1.13 2000/03/02 11:41:29 stelian Exp $
Need to verify:
---------------
2. More documentation? Examples, crontab?
3. Explore and correct dump problems on active filesystems
- (lseek/read negative count) (This should be OK as of 0.4b14).
+ (lseek/read negative count) (This should be OK as of 0.4b14.
+ Unfortunately, this seems to continue for a very few users).
4. Reimplement the ext2 specific code in a "backend" and
make the dump code more generic. This would allow creation
Begin3
Title: dump and restore for Ext2fs
-Version: 0.4b14
-Entered-date: 10FEB00
+Version: 0.4b15
+Entered-date: 02MAR00
Description: Port of the 4.4BSD dump and restore backup suite
Keywords: backup, filesystem, Ext2fs
Author: University of California, Berkeley
Maintained-by: pop@cybercable.fr (Stelian Pop)
Primary-site: http://dump.sourceforge.net/
- 135kB dump-0.4b14.tar.gz
+ 135kB dump-0.4b15.tar.gz
677 dump.lsm
Original-site: ftp.freebsd.org /pub/bsd-sources/4.4BSD-Lite2/sbin
dump/*
Summary: Programs for backing up and restoring filesystems.
Name: dump
-Version: 0.4b14
+Version: 0.4b15
Release: 1
Copyright: UCB
Group: Applications/Archiving
/sbin/rrestore.static
%changelog
+* Thu Mar 2 2000 Stelian Pop <pop@cybercable.fr>
+- dump 0.4b15 released, first packaging.
+
* Thu Feb 10 2000 Stelian Pop <pop@cybercable.fr>
- dump 0.4b14 released, first packaging.