summaryrefslogtreecommitdiff
path: root/obsolete/support/png2pdf/DOCU/changes.html
diff options
context:
space:
mode:
Diffstat (limited to 'obsolete/support/png2pdf/DOCU/changes.html')
-rw-r--r--obsolete/support/png2pdf/DOCU/changes.html122
1 files changed, 122 insertions, 0 deletions
diff --git a/obsolete/support/png2pdf/DOCU/changes.html b/obsolete/support/png2pdf/DOCU/changes.html
new file mode 100644
index 0000000000..4e15023f83
--- /dev/null
+++ b/obsolete/support/png2pdf/DOCU/changes.html
@@ -0,0 +1,122 @@
+<html>
+<head>
+<title>png2pdf - Convert PNG images to PDF</title>
+<link rel="stylesheet" type="text/css" href="style.css">
+</head>
+<body>
+<div class="header">
+<p>
+<table width="100%" class="headertable">
+<tr class="headertr">
+<td class="headertdleft" rowspan="2"><img src="./png2pdf-logo.png"></td>
+<td class="headertdleft"><h1>png2pdf</h1></td>
+<td class="headertdright" rowspan="2">
+<a target="_blank" href="http://sourceforge.net/"><img src="sflogo.png" width="210" height="62" border="0" alt="SourceForge.net Logo"/></a>
+</td>
+</tr>
+<td class="headertdleft"><span class="subtitle">Convert <u>PNG</u> images <u>to</u> <u>PDF</u></span></td>
+</tr>
+</table>
+<table width="100%" class="navimenutable">
+<tr class="navimenutr">
+<td class="navimenutd">
+<a class="navimenulink" href="index.html">Overview</a>&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;<a class="navimenulink" href="install.html">Installation</a>&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;<a class="navimenulink" href="usage.html">Usage</a>&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;<a class="navimenulink" href="ppgui.html">GUI</a>&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;<a class="navimenulink" href="faq.html">FAQ</a>&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;<span class="navimenucurrent">Change&nbsp;Log</span>&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;<a class="navimenulink" href="projects.html">Other&nbsp;Projects</a>
+</td>
+</tr>
+</table>
+</p>
+</div>
+<div class="text">
+
+<table width="100%">
+<tr>
+<td class="h2tdleft"><h2>Change log</h2></td>
+<td class="h2tdright"><a class="smallotherlink" href="png2pdf.pdf">PDF manual "png2pdf.pdf" available</a></td>
+</tr>
+</table>
+The current version is 1.0.12.
+<ul>
+<li>1.0.12<br>
+A Java application Png2PdfGUI was added providing a graphical
+user interface to the png2pdf program.
+</li>
+<li>1.0.11<br>
+<ul>
+<li>Makefile correction.<br>
+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.
+</li>
+</ul>
+</li>
+<li>1.0.10<br>
+<ul>
+<li>Bugfix: The program did not return a correct exit status when
+producing transparency data or image mask. This is fixed now.
+</li>
+</ul>
+</li>
+<li>1.0.9<br>
+<ul>
+<li>Documentation update only.<br>
+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.
+</li>
+</ul>
+</li>
+<li>1.0.8<br>
+<ul>
+<li>License change: This project uses a BSD-style license now.
+</li>
+</ul>
+</li>
+<li>1.0.7<br>
+<ul>
+<li>Documentation, string tables and other platform-independent read-only files
+are installed into ${prefix}/shared instead of ${prefix}/lib used before.</li>
+<li>Configuration option --with-dklibs=DIR to specify directory where
+the dklibs library set resides.
+</li>
+</ul>
+</li>
+<li>1.0.6<br>
+Improved handling of invalid/corrupt PNG files.<br>
+Previous versions crashed/dumped core when processing invalid input files.
+This is fixed now.
+</li>
+<li>1.0.5<br>
+Added option "-n" ("--interpolation") for image interpolation.
+</li>
+<li>1.0.4<br>
+Makefile "makefile.msc" added for Visual C++.
+</li>
+<li>1.0.3<br>
+When opening files we check to not accidently open directories
+as files.
+</li>
+<li>1.0.2<br>
+Release after moving the project to SourceForge.net.
+</li>
+<li>1.0.1<br>
+First version released.
+</li>
+</ul>
+</div>
+<div class="footer">
+<p>
+<table width="100%" class="footertable">
+<tr class="footertr">
+<td class="footertdleft">Dirk Krause</td>
+<td class="footertdcenter">http://png2pdf.sourceforge.net</td>
+<td class="footertdright">2005/02/01</td>
+</tr>
+</table>
+</p>
+</div>
+</body>
+</html>
+