]> git.wh0rd.org - dump.git/commitdiff
Prepare for release 0.4b14 release_0_4b14
authorStelian Pop <stelian@popies.net>
Thu, 10 Feb 2000 10:22:04 +0000 (10:22 +0000)
committerStelian Pop <stelian@popies.net>
Thu, 10 Feb 2000 10:22:04 +0000 (10:22 +0000)
CHANGES
MCONFIG.in
TODO
dump.lsm
dump.spec

diff --git a/CHANGES b/CHANGES
index 07cd7dbbc69d60f85a7134c87519eeaaba36f95b..752cc8a33827386d9e89f2e74217d0e6979fa849 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,7 +1,7 @@
-$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
index 75877eff381e77237115c63bb71cd02e47c73fc3..5e08999509326f0b7d6088891f69ca302816cab6 100644 (file)
@@ -2,8 +2,8 @@ VPATH=          $(srcdir)
 
 top_builddir=  @top_builddir@
 
-VERSION=       0.4b13
-DATE=          January 21, 2000
+VERSION=       0.4b14
+DATE=          February 10, 2000
 
 AR=            @AR@
 CC=            @CC@
diff --git a/TODO b/TODO
index 8297e605668a11d414acec4546b1e105ce39d0a4..20fb483603fda67c9b1ddb5a0fcb3a4996641252 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,4 +1,4 @@
-$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:
 ---------------
@@ -19,7 +19,7 @@ All others:
 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
index 9deeb617f27595b72b5dff0144dc31972c7380a3..830349ab1ecfe540b9b6517213bf8879d754f7b0 100644 (file)
--- a/dump.lsm
+++ b/dump.lsm
@@ -1,13 +1,13 @@
 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/*
index 4f6c14b2c66ba4be4bb90c45ca3e1aad5e60be49..26c5317ae3ae8597f7e613fba2584f241e15cf2b 100644 (file)
--- a/dump.spec
+++ b/dump.spec
@@ -1,6 +1,6 @@
 Summary: Programs for backing up and restoring filesystems.
 Name: dump
-Version: 0.4b13
+Version: 0.4b14
 Release: 1
 Copyright: UCB
 Group: Applications/Archiving
@@ -117,6 +117,9 @@ rm -rf $RPM_BUILD_ROOT
 /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.