aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/irrlicht-1.8/source/Irrlicht/libpng/ANNOUNCE
diff options
context:
space:
mode:
authorDavid Walter Seikel2013-01-13 17:24:39 +1000
committerDavid Walter Seikel2013-01-13 17:24:39 +1000
commit393b5cd1dc438872af89d334ef6e5fcc59f27d47 (patch)
tree6a14521219942a08a1b95cb2f5a923a9edd60f63 /libraries/irrlicht-1.8/source/Irrlicht/libpng/ANNOUNCE
parentAdd a note about rasters suggested start up code. (diff)
downloadSledjHamr-393b5cd1dc438872af89d334ef6e5fcc59f27d47.zip
SledjHamr-393b5cd1dc438872af89d334ef6e5fcc59f27d47.tar.gz
SledjHamr-393b5cd1dc438872af89d334ef6e5fcc59f27d47.tar.bz2
SledjHamr-393b5cd1dc438872af89d334ef6e5fcc59f27d47.tar.xz
Added Irrlicht 1.8, but without all the Windows binaries.
Diffstat (limited to 'libraries/irrlicht-1.8/source/Irrlicht/libpng/ANNOUNCE')
-rw-r--r--libraries/irrlicht-1.8/source/Irrlicht/libpng/ANNOUNCE42
1 files changed, 42 insertions, 0 deletions
diff --git a/libraries/irrlicht-1.8/source/Irrlicht/libpng/ANNOUNCE b/libraries/irrlicht-1.8/source/Irrlicht/libpng/ANNOUNCE
new file mode 100644
index 0000000..e8498a3
--- /dev/null
+++ b/libraries/irrlicht-1.8/source/Irrlicht/libpng/ANNOUNCE
@@ -0,0 +1,42 @@
1
2Libpng 1.5.9 - February 18, 2012
3
4This is a public release of libpng, intended for use in production codes.
5
6Files available for download:
7
8Source files with LF line endings (for Unix/Linux) and with a
9"configure" script
10
11 libpng-1.5.9.tar.xz (LZMA-compressed, recommended)
12 libpng-1.5.9.tar.gz
13 libpng-1.5.9.tar.bz2
14
15Source files with CRLF line endings (for Windows), without the
16"configure" script
17
18 lpng159.7z (LZMA-compressed, recommended)
19 lpng159.zip
20
21Other information:
22
23 libpng-1.5.9-README.txt
24 libpng-1.5.9-LICENSE.txt
25
26Changes since the last public release (1.5.8):
27
28 Rebuilt configure scripts in the tar distributions.
29 Removed two unused definitions from scripts/pnglibconf.h.prebuilt
30 Removed some unused arrays (with #ifdef) from png_read_push_finish_row().
31 Removed tests for no-longer-used *_EMPTY_PLTE_SUPPORTED from pngstruct.h
32 Fixed CVE-2011-3026 buffer overrun bug. Deal more correctly with the test
33 on iCCP chunk length. Also removed spurious casts that may hide problems
34 on 16-bit systems.
35
36Send comments/corrections/commendations to png-mng-implement at lists.sf.net
37(subscription required; visit
38https://lists.sourceforge.net/lists/listinfo/png-mng-implement
39to subscribe)
40or to glennrp at users.sourceforge.net
41
42Glenn R-P