Last change
on this file since 103314 was 96425, checked in by vboxsync, 2 years ago |
src/libs: Switch to libpng-1.6.37, bugref:8515 [re-export]
|
-
Property svn:eol-style
set to
native
|
File size:
702 bytes
|
Line | |
---|
1 |
|
---|
2 | pnm2png / png2pnm --- conversion from PBM/PGM/PPM-file to PNG-file
|
---|
3 | copyright (C) 1999-2019 by Willem van Schaik <willem at schaik dot com>
|
---|
4 |
|
---|
5 | version 1.0 - 1999.10.15 - First version.
|
---|
6 | 1.1 - 2015.07.29 - Fixed leaks (Glenn Randers-Pehrson)
|
---|
7 | 1.2 - 2017.04.22 - Add buffer-size check
|
---|
8 | 1.3 - 2017.08.24 - Fix potential overflow in buffer-size check
|
---|
9 | (Glenn Randers-Pehrson)
|
---|
10 | 1.4 - 2017.08.28 - Add PNGMINUS_UNUSED (Christian Hesse)
|
---|
11 | 1.5 - 2018.08.05 - Fix buffer overflow in tokenizer (Cosmin Truta)
|
---|
12 | 1.6 - 2018.08.05 - Improve portability and fix style (Cosmin Truta)
|
---|
13 | 1.7 - 2019.01.22 - Change license to MIT (Willem van Schaik)
|
---|
Note:
See
TracBrowser
for help on using the repository browser.