diff options
author | Trent Mick <trentm@activestate.com> | 2005-07-26 02:29:21 (GMT) |
---|---|---|
committer | Trent Mick <trentm@activestate.com> | 2005-07-26 02:29:21 (GMT) |
commit | 8321b42f38e7456b88e7b08e8b2d8c2dfb041093 (patch) | |
tree | 2fa686836a6b13a95bf58355b8a1a1469ffbf707 /PCbuild/readme.txt | |
parent | 9443242463104555b4802592e68a2376d049f21f (diff) | |
download | cpython-8321b42f38e7456b88e7b08e8b2d8c2dfb041093.zip cpython-8321b42f38e7456b88e7b08e8b2d8c2dfb041093.tar.gz cpython-8321b42f38e7456b88e7b08e8b2d8c2dfb041093.tar.bz2 |
Upgrade Windows build to zlib 1.2.3 (a security fix)
Diffstat (limited to 'PCbuild/readme.txt')
-rw-r--r-- | PCbuild/readme.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/PCbuild/readme.txt b/PCbuild/readme.txt index 7d836ab..bdf68f9 100644 --- a/PCbuild/readme.txt +++ b/PCbuild/readme.txt @@ -126,15 +126,15 @@ _tkinter zlib Python wrapper for the zlib compression library. Get the source code - for version 1.2.1 from a convenient mirror at: + for version 1.2.3 from a convenient mirror at: http://www.gzip.org/zlib/ - Unpack into dist\zlib-1.2.1. + Unpack into dist\zlib-1.2.3. A custom pre-link step in the zlib project settings should manage to - build zlib-1.2.1\zlib.lib by magic before zlib.pyd (or zlib_d.pyd) is + build zlib-1.2.3\zlib.lib by magic before zlib.pyd (or zlib_d.pyd) is linked in PCbuild\. However, the zlib project is not smart enough to remove anything under - zlib-1.2.1\ when you do a clean, so if you want to rebuild zlib.lib - you need to clean up zlib-1.2.1\ by hand. + zlib-1.2.3\ when you do a clean, so if you want to rebuild zlib.lib + you need to clean up zlib-1.2.3\ by hand. bz2 Python wrapper for the libbz2 compression library. Homepage |