diff options
author | Eric Vannier <evannier@google.com> | 2011-07-20 17:03:29 -0700 |
---|---|---|
committer | Kenny Root <kroot@google.com> | 2011-07-21 10:35:54 -0700 |
commit | 66dce0da6a5db51ee0c2875517d3a6ca6cbbe53d (patch) | |
tree | 7a375165c96b754d82ba1b6c304084645a5197bf /INSTALL | |
parent | 6acf3dd4a350c51fd2b72ec990b7da6d5657e52a (diff) | |
download | external_libpng-66dce0da6a5db51ee0c2875517d3a6ca6cbbe53d.zip external_libpng-66dce0da6a5db51ee0c2875517d3a6ca6cbbe53d.tar.gz external_libpng-66dce0da6a5db51ee0c2875517d3a6ca6cbbe53d.tar.bz2 |
Upgrading libpng to 1.2.46 to fix a few vulnerabilities.
Bug: 5057432
Bug: 5055636
Change-Id: I9e1b51881386aa9f574a38abc844e036baef9091
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ -Installing libpng version 1.2.44 - June 26, 2010 +Installing libpng version 1.2.46 - July 9, 2011 On Unix/Linux and similar systems, you can simply type @@ -46,7 +46,7 @@ to have access to the zlib.h and zconf.h include files that correspond to the version of zlib that's installed. You can rename the directories that you downloaded (they -might be called "libpng-1.2.44" or "libpng12" and "zlib-1.2.3" +might be called "libpng-1.2.46" or "libpng12" and "zlib-1.2.3" or "zlib123") so that you have directories called "zlib" and "libpng". Your directory structure should look like this: |