aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMark Adler <madler@alumni.caltech.edu>2015-09-16 15:40:00 -0700
committerMark Adler <madler@alumni.caltech.edu>2015-09-16 15:40:00 -0700
commitf77c9823441ba169b3877976cb40b72731aa7980 (patch)
treeec0447a16ec4ccbdf19ae3589da311a40ab4818f /ChangeLog
parent44ae761dc2047038dc42a7e5a162d042fc392d2b (diff)
downloadzlib-f77c9823441ba169b3877976cb40b72731aa7980.tar.gz
zlib-f77c9823441ba169b3877976cb40b72731aa7980.tar.bz2
zlib-f77c9823441ba169b3877976cb40b72731aa7980.zip
Use UTF-8 for non-ASCII characters in ChangeLog.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 3 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 2d7a2c8..8f448fe 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,7 +7,7 @@ Changes in 1.2.8.1 (xx May 2013)
7Changes in 1.2.8 (28 Apr 2013) 7Changes in 1.2.8 (28 Apr 2013)
8- Update contrib/minizip/iowin32.c for Windows RT [Vollant] 8- Update contrib/minizip/iowin32.c for Windows RT [Vollant]
9- Do not force Z_CONST for C++ 9- Do not force Z_CONST for C++
10- Clean up contrib/vstudio [Ro§] 10- Clean up contrib/vstudio [Roß]
11- Correct spelling error in zlib.h 11- Correct spelling error in zlib.h
12- Fix mixed line endings in contrib/vstudio 12- Fix mixed line endings in contrib/vstudio
13 13
@@ -567,7 +567,7 @@ Changes in 1.2.3.1 (16 August 2006)
567- Update make_vms.com [Zinser] 567- Update make_vms.com [Zinser]
568- Use -fPIC for shared build in configure [Teredesai, Nicholson] 568- Use -fPIC for shared build in configure [Teredesai, Nicholson]
569- Use only major version number for libz.so on IRIX and OSF1 [Reinholdtsen] 569- Use only major version number for libz.so on IRIX and OSF1 [Reinholdtsen]
570- Use fdopen() (not _fdopen()) for Interix in zutil.h [BŠck] 570- Use fdopen() (not _fdopen()) for Interix in zutil.h [Bäck]
571- Add some FAQ entries about the contrib directory 571- Add some FAQ entries about the contrib directory
572- Update the MVS question in the FAQ 572- Update the MVS question in the FAQ
573- Avoid extraneous reads after EOF in gzio.c [Brown] 573- Avoid extraneous reads after EOF in gzio.c [Brown]
@@ -1181,7 +1181,7 @@ Changes in 1.0.6 (19 Jan 1998)
1181 386 asm code replacing longest_match(). 1181 386 asm code replacing longest_match().
1182 contrib/iostream/ by Kevin Ruland <kevin@rodin.wustl.edu> 1182 contrib/iostream/ by Kevin Ruland <kevin@rodin.wustl.edu>
1183 A C++ I/O streams interface to the zlib gz* functions 1183 A C++ I/O streams interface to the zlib gz* functions
1184 contrib/iostream2/ by Tyge Løvset <Tyge.Lovset@cmr.no> 1184 contrib/iostream2/ by Tyge Løvset <Tyge.Lovset@cmr.no>
1185 Another C++ I/O streams interface 1185 Another C++ I/O streams interface
1186 contrib/untgz/ by "Pedro A. Aranda Guti\irrez" <paag@tid.es> 1186 contrib/untgz/ by "Pedro A. Aranda Guti\irrez" <paag@tid.es>
1187 A very simple tar.gz file extractor using zlib 1187 A very simple tar.gz file extractor using zlib