summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorewt <devnull@localhost>1996-10-21 02:20:20 +0000
committerewt <devnull@localhost>1996-10-21 02:20:20 +0000
commit6ff46f65f50477f4927649c44a74f5080314c315 (patch)
treec80c1fab1baf95d671508863f3fcdf8c14be1754 /CHANGES
parent947a93a597108fb4e1f905cdfb96c5d72c9db159 (diff)
downloadrpm-6ff46f65f50477f4927649c44a74f5080314c315.tar.gz
rpm-6ff46f65f50477f4927649c44a74f5080314c315.tar.bz2
rpm-6ff46f65f50477f4927649c44a74f5080314c315.zip
*** empty log message ***
CVS patchset: 1130 CVS date: 1996/10/21 02:20:20
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index b0747a5b3..cc589e277 100644
--- a/CHANGES
+++ b/CHANGES
@@ -5,6 +5,13 @@
- added conflict checking (use conflicts tag, which looks
just like the requires tag)
- fixed RPM's return code when package removal fails
+ - cleaned up lib/install.c a bit for readability
+ - plugged a bunch of memory leaks thanks to mpr -- install,
+ uninstall, verify, and query all seem clean now
+ - added support for trees shared over a network via netsharedpath
+ in rpmrc
+ - don't exit when there is an unknown option in an rpmrc, just
+ give an error and continue
2.2.6 -> 2.2.7:
- applied lots of portability patches