The current version is 1.0.12.
- 1.0.12
 A Java application Png2PdfGUI was added providing a graphical
user interface to the png2pdf program.
- 1.0.11
 
- Makefile correction.
 We now use "-cp ..." instead of "cp ..." in Makefile.in, line 30.
Previous versions of png2pdf only contained string tables and help
texts for de and en. Now we also produce files for
de.UTF-8 and en.UTF-8 in the utf-8 subdirectory. To install the
default string tables we only want to copy the files in the en directory,
not the subdirectories.
 
- 1.0.10
 
- Bugfix: The program did not return a correct exit status when
producing transparency data or image mask. This is fixed now.
 
- 1.0.9
 
- Documentation update only.
 The documentation now contains an example how to use png2pdf
with the beamer class to place a partial transparent image
over a color gradient background.
 
- 1.0.8
 
- License change: This project uses a BSD-style license now.
 
- 1.0.7
 
- Documentation, string tables and other platform-independent read-only files
are installed into ${prefix}/shared instead of ${prefix}/lib used before.
- Configuration option --with-dklibs=DIR to specify directory where
the dklibs library set resides.
 
- 1.0.6
 Improved handling of invalid/corrupt PNG files.
 Previous versions crashed/dumped core when processing invalid input files.
This is fixed now.
- 1.0.5
 Added option "-n" ("--interpolation") for image interpolation.
- 1.0.4
 Makefile "makefile.msc" added for Visual C++.
- 1.0.3
 When opening files we check to not accidently open directories
as files.
- 1.0.2
 Release after moving the project to SourceForge.net.
- 1.0.1
 First version released.