summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2005-02-12 19:03:32 +0000
committerjbj <devnull@localhost>2005-02-12 19:03:32 +0000
commit66a6ab533f9f0a293a049dd7f154cedfc614a331 (patch)
tree4e8d6c42e230097603adbbe67ba9b7a54c60c2f5 /CHANGES
parent4bfb4d6f3fdeab36404947a2a63d88aa70f48760 (diff)
downloadlibrpm-tizen-66a6ab533f9f0a293a049dd7f154cedfc614a331.tar.gz
librpm-tizen-66a6ab533f9f0a293a049dd7f154cedfc614a331.tar.bz2
librpm-tizen-66a6ab533f9f0a293a049dd7f154cedfc614a331.zip
- zlib: uniqify certain symbols to prevent name space pollution.
- macosx: include <sys/types.h> so that python sees the u_char typedef. CVS patchset: 7760 CVS date: 2005/02/12 19:03:32
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 5d3c5c848..fcd2b4b0f 100644
--- a/CHANGES
+++ b/CHANGES
@@ -22,6 +22,8 @@
- discover and use getmntinfo if present.
- perform callbacks as always (#147537).
- permit build scriptlet interpreters to be individually overridden.
+ - zlib: uniqify certain symbols to prevent name space pollution.
+ - macosx: include <sys/types.h> so that python sees the u_char typedef.
4.3.3 -> 4.4:
- pentium3/pentium4 arch support (pluto@PLD).