-$Id: CHANGES,v 1.42 2000/02/10 09:42:32 stelian Exp $
+$Id: CHANGES,v 1.43 2000/02/10 10:22:04 stelian Exp $
-Changes between versions 0.4b13 and 0.4b14 (released ????????????????)
-======================================================================
+Changes between versions 0.4b13 and 0.4b14 (released February 10, 2000)
+=======================================================================
1. Fixed a bug in dump which may have caused invalid deleted
directories to be dumped out if they were deleted after the
top_builddir= @top_builddir@
-VERSION= 0.4b13
-DATE= January 21, 2000
+VERSION= 0.4b14
+DATE= February 10, 2000
AR= @AR@
CC= @CC@
-$Id: TODO,v 1.10 2000/01/13 13:54:04 stelian Exp $
+$Id: TODO,v 1.11 2000/02/10 10:22:04 stelian Exp $
Need to verify:
---------------
2. More documentation? Examples, crontab?
3. Explore and correct dump problems on active filesystems
- (lseek/read negative count).
+ (lseek/read negative count) (This should be OK as of 0.4b14).
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.4b13
-Entered-date: 21JAN00
+Version: 0.4b14
+Entered-date: 10FEB00
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.4b13.tar.gz
+ 135kB dump-0.4b14.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.4b13
+Version: 0.4b14
Release: 1
Copyright: UCB
Group: Applications/Archiving
/sbin/rrestore.static
%changelog
+* Thu Feb 10 2000 Stelian Pop <pop@cybercable.fr>
+- dump 0.4b14 released, first packaging.
+
* Fri Jan 21 2000 Stelian Pop <pop@cybercable.fr>
- dump 0.4b13 released, first packaging.