summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorjbj <devnull@localhost>1999-12-18 19:38:18 +0000
committerjbj <devnull@localhost>1999-12-18 19:38:18 +0000
commit2a7a110805a4ec51e5227e51147a831d4bfb8277 (patch)
treed10b6e7a8b8816ac9d50f327311aace4dce3c8ab /CHANGES
parentd76e89ddef99c60a271ece1910ba3e2da23906cd (diff)
downloadrpm-2a7a110805a4ec51e5227e51147a831d4bfb8277.tar.gz
rpm-2a7a110805a4ec51e5227e51147a831d4bfb8277.tar.bz2
rpm-2a7a110805a4ec51e5227e51147a831d4bfb8277.zip
fix: turn off stdio buffering if not opened O_RDONLY for now.
CVS patchset: 3490 CVS date: 1999/12/18 19:38:18
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 9b6dafad3..4b68c57ec 100644
--- a/CHANGES
+++ b/CHANGES
@@ -28,6 +28,7 @@
- fix: missing strdup when overriding buildroot from command line
argument (#1026,#5006).
- diddle some names to keep my C++ brethern happy (i.e. kpackage port).
+ - fix: turn off stdio buffering if not opened O_RDONLY for now.
3.0.2 -> 3.0.3
- add --eval to find result of macro expansion.