summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorroot <devnull@localhost>1996-12-06 16:53:54 +0000
committerroot <devnull@localhost>1996-12-06 16:53:54 +0000
commit6a73bab77c4fb890ec7ae131300a8600fa215b46 (patch)
tree8371f57de4c7d897a992c00ac0472723d41a898b
parent3a60f69697d00783fa6809f3d006d2a9f5907552 (diff)
downloadlibrpm-tizen-6a73bab77c4fb890ec7ae131300a8600fa215b46.tar.gz
librpm-tizen-6a73bab77c4fb890ec7ae131300a8600fa215b46.tar.bz2
librpm-tizen-6a73bab77c4fb890ec7ae131300a8600fa215b46.zip
*** empty log message ***
CVS patchset: 1215 CVS date: 1996/12/06 16:53:54
-rw-r--r--CHANGES3
-rw-r--r--CREDITS1
2 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 7a1abfdb1..50b266a95 100644
--- a/CHANGES
+++ b/CHANGES
@@ -11,6 +11,9 @@
(esp because we don't kill symlinks!)
- plugged memory leaks in upgrade (again thanks to mpr) -- install,
erase, upgrade, query, and verify all seem to be leakproof
+ - use select() rather than busy waiting in cpio_gzip()
+ - use half as much temp space during package assembly
+ - fail if spec file check fails
2.2.8 -> 2.2.9:
- fixed typo in default rpmrc
diff --git a/CREDITS b/CREDITS
index 277956176..4c2242297 100644
--- a/CREDITS
+++ b/CREDITS
@@ -18,3 +18,4 @@ Significant code and/or ideas have been contributed by:
Michael Nyquisk
Tyson Sawyer
Johnie Stafford
+ Gary Thomas