summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES13
-rw-r--r--CREDITS1
2 files changed, 13 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index c00219dac..567c14108 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,8 +1,19 @@
2.4.100 -> 2.4.102:
- fixed spelling of "instchangelog" in lib-rpmrc.in
- fixed memory leak in headerSprintf() extension cache
- - fixed mmeory allocation for extension cache
+ - fixed memory allocation for header formatting extension cache
- added support for INSTPREFIX virtual tag for backwards compatibility
+ - cpio error codes were poorly defined, causing bad error messages
+ - generates INSTPREFIXES tag properly, and sets RPM_INSTALL_PREFIX
+ and RPM_INSTALL_PREFIXn environment variables
+ - fixed memory leak in install code which occured when net shared paths
+ were used
+ - don't pass net shared path to rpmInstallPackage() -- it looks
+ directly in the rpmrc entries
+ - don't remove files in netsharedpath, even for files whose states
+ are not net shared
+ - changed --setugids to use separate chown and chgrp programs, for
+ better portability
2.4.100 -> 2.4.101:
- handle files with spaces (put double quotes around them)
diff --git a/CREDITS b/CREDITS
index 5d4a2679d..88609aea8 100644
--- a/CREDITS
+++ b/CREDITS
@@ -26,6 +26,7 @@ Significant code, ideas, or porting help have been contributed by:
Horacio Rodriguez Montero
Eric Mumpower
Michael Nyquisk
+ Steve Sanbeg
Tyson Sawyer
Johnie Stafford
Gary Thomas