*** empty log message ***
authorroot <devnull@localhost>
Wed, 14 Aug 1996 16:51:39 +0000 (16:51 +0000)
committerroot <devnull@localhost>
Wed, 14 Aug 1996 16:51:39 +0000 (16:51 +0000)
CVS patchset: 951
CVS date: 1996/08/14 16:51:39

CHANGES
Makefile.in

diff --git a/CHANGES b/CHANGES
index 526cc1e..17bc958 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,6 @@
+2.2.3 -> 2.2.4:
+       - allow -R to %patch
+
 2.2.2 -> 2.2.3:
        - fixed script file md5 checking when files are in a root
        - implemented proper strdup/free logic for dependency conflict
index 50c6266..b39dddf 100644 (file)
@@ -18,7 +18,7 @@ CFLAGS = $(WARNINGS) $(DEBUG) $(OPTS) -Ilib -Ibuild -I../lib -I../build
 LDFLAGS = $(DEBUG) -Llib -Lbuild -L../lib -L../build 
 AR = ar r
 RANLIB = ranlib
-VERSION = 2.2.3
+VERSION = 2.2.4
 
 BINDIR=$(prefix)/bin
 RPMBINDIR=$(subst usr/bin,bin,$(BINDIR))