From: ewt Date: Mon, 15 Apr 1996 22:19:30 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: tznext/4.11.0.1.tizen20130304~11420 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fb1f240dcb9f64a5e258454b5a7eccdbd109c631;p=tools%2Flibrpm-tizen.git *** empty log message *** CVS patchset: 540 CVS date: 1996/04/15 22:19:30 --- diff --git a/CHANGES b/CHANGES index de30fec..24babbd 100644 --- 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 --- 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