*** empty log message ***
authorewt <devnull@localhost>
Mon, 15 Apr 1996 22:19:30 +0000 (22:19 +0000)
committerewt <devnull@localhost>
Mon, 15 Apr 1996 22:19:30 +0000 (22:19 +0000)
CVS patchset: 540
CVS date: 1996/04/15 22:19:30

CHANGES
CREDITS

diff --git a/CHANGES b/CHANGES
index de30fec..24babbd 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,8 +1,17 @@
 2.0.6 -> 2.0.7:
         - builds now set umask 022 for all scripts
+       - queries relative paths correctly (thanks to Johnie Stafford)
+       - fixed error codes for failed installs
+       - don't add NULL entry to group index for packages that don't
+         have group information, add it to the "Unknown" group instead
+       - added --scripts query option
+       - added --noscripts for installing and uninstall without using 
+         the pre/post scripts
+       - "rpm -qd" and "rpm -qc" work properly now (they didn't imply
+          -l before)
 
 2.0.5 -> 2.0.6:
-
+       - internal changes to error messages
 
 2.0.4 -> 2.0.5:
        - added support for generic querying
diff --git a/CREDITS b/CREDITS
index 541b07f..6d53399 100644 (file)
--- a/CREDITS
+++ b/CREDITS
@@ -1,7 +1,12 @@
-Work on RPM was done by:
+Work on RPM was done primarily by:
 
        Erik Troan
        Marc Ewing
-       Michael Nyquisk
+
+Significant code and/or ideas have been contributed by:
+
+       Elliot Lee
        Nigel Metheringham
+       Michael Nyquisk
        Tyson Sawyer
+       Johnie Stafford