root/WizardsToolkit/trunk/www/changelog.html

Revision 1, 6.5 KB (checked in by cristy, 3 months ago)


Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr">
4<head>
5  <style type="text/css"><!--
6    @import url("../www/wizard.css");
7  //--></style>
8  <title>Wizard's Toolkit: Wizard's Toolkit Changelog</title>
9  <meta http-equiv="Content-Language" content="en-US"/>
10  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
11  <meta http-equiv="Reply-to" content="magick-users@imagemagick.org"/>
12  <meta name="Generator" content="PHP"/>
13  <meta name="Keywords" content="wizard's, toolkit, changelog, WizardsToolkit, Wizard's, Toolkit"/>
14  <meta name="Description" content="The Wizard's Toolkit, version 1.0.2, is a free C API that includes a number of methods most developers will find useful in their projects."/>
15  <meta name="Rating" content="INDEX, FOLLOW"/>
16  <meta name="Robots" content="ALL"/>
17  <meta name="Generator" content="ImageMagick Studio LLC"/>
18  <meta name="Author" content="ImageMagick Studio LLC"/>
19  <meta name="Revisit-after" content="2 DAYS"/>
20  <meta name="Resource-type" content="document"/>
21  <meta name="Copyright" content="Copyright (c) 1999-2009 ImageMagick Studio LLC"/>
22  <meta name="Distribution" content="Global"/>
23  <link rel="shortcut icon" href="../images/wand.ico"  type="images/vnd.microsoft.icon"/>
24</head>
25
26<body id="www-wizards-toolkit.org">
27  <table id="titlebar" style="width: 100%;background-color: #f5f5f5" cellpadding="0" cellspacing="0" border="0" summary="Wizard's Toolkit">
28    <tbody>
29      <tr valign="top">
30        <td align="left"><a href="../index.html"><img id="titlebar-west" src="../images/script.png" alt="[Wizard's Toolkit]" width="400" height="60" border="0" vspace="28" name="titlebar-west" /></a></td>
31        <td align="left"><a href="http://www.wizards-toolkit.org/" target="1969114663"><img id="titlebar-west" src="../images/sponsor.jpg" alt="[sponsor]" border="0" vspace="28" name="titlebar-west" /></a></td>
32        <td width="99%"><br /></td>
33        <td style="background-color: white" align="right"><a href="../index.html"><img src="../images/sprite.jpg" alt="" width="114" height="118" border="0" name="titlebar-east" /></a></td>
34        <td style="background-color: white" align="right"><a href="http://www.wizards-toolkit.org/discourse-server/viewforum.html?f=17" target="2130938441"><img id="titlebar-east" src="../images/logo.jpg" alt="" width="114" height="118" border="0" name="titlebar-east" /></a></td>
35      </tr>
36    </tbody>
37  </table>
38
39  <table style="width: 100%" border="0" cellpadding="0" cellspacing="0" summary="">
40  <tbody>
41
42    <tr valign="top" style="height: 100%;">
43      <td id="menu" width="1%" height="100%">
44      <p><a href="#main">Skip to page contents</a></p>
45       <font size="-1">
46      <span>[</span>
47      <a href="../index.html">About the<br />Wizard's Toolkit</a>
48  <span>]</span><br /><span>[</span>
49      <a href="../www/command-line-tools.html">Command-line Tools</a>
50  <span>]</span><br /><span>[</span>
51      <a href="../www/api.html">Application Program<br />Interface</a>
52  <span>]</span><br /><span>[</span>
53      <a href="../www/install-source.html">Install from Source</a>
54      <a href="../www/install-source.html#unix" class="sub">Unix</a>
55      <a href="../www/install-source.html#windows" class="sub">Windows</a>
56      <a href="../www/binary-releases.html">Binary Releases</a>
57      <a href="../www/binary-releases.html#unix" class="sub">Unix</a>
58      <a href="../www/binary-releases.html#windows" class="sub">Windows</a>
59  <span>]</span><br /><span>[</span>
60      <a href="../www/download.html">Download</a>
61  <span>]</span><br /><span>[</span>
62      <a href="../www/sponsors.html">Sponsors:</a>
63      <fieldset>
64  <a href="http://www.anxietyspinnerrings.com" class="sponsor" target="sponsor">Silver Rings</a><!-- 200904010140 -->
65<br />
66      </fieldset>
67      <span>]</span>
68      </font>
69      </td>
70
71      <td id="main" valign="top">
72<ul><dt>2009-04-28  1.0.6-6 Cristy  &lt;cristy@virgi...&gt;</dt>
73  <li> Update autoconf / automake configuration files.</li><br />
74<dt>2009-03-05  1.0.6-2 Cristy  &lt;cristy@virgi...&gt;</dt>
75  <li> Add digest:extent element when a digest is generated.</li><br />
76<dt>2008-12-18  1.0.6-1 Cristy  &lt;cristy@virgi...&gt;</dt>
77  <li> FormatWizardTime() checks to ensure the provided time is valid.</li><br />
78<dt>2008-11-03  1.0.5-7 Cristy  &lt;cristy@virgi...&gt;</dt>
79  <li> Always add crytographic padding to cipher block.</li><br />
80<dt>2008-10-28  1.0.5-6 Cristy  &lt;cristy@virgi...&gt;</dt>
81  <li> Add support for the -random option in the encipher utility.</li><br />
82<dt>2008-03-09  1.0.4-5 Cristy  &lt;cristy@virgi...&gt;</dt>
83  <li> Define inline to _magickcore_inline (to satisfy HP's aCC compiler).</li>
84  <li> Add keyring command-line utility.</li><br />
85<dt>2008-02-16  1.0.3-9 Cristy  &lt;cristy@virgi...&gt;</dt>
86  <li> Update automake/autoconf/libtool scripts.</li><br />
87<dt>2008-02-13  1.0.3-8 Cristy  &lt;cristy@virgi...&gt;</dt>
88  <li> Add -(de)compress command-line option.</li><br />
89<dt>2008-01-25  1.0.3-0 Cristy  &lt;cristy@virgi...&gt;</dt>
90  <li> Add encipher, cipher-info, and digest command-line programs.</li><br />
91<dt>2007-12-05  1.0.3-0 Cristy  &lt;cristy@virgi...&gt;</dt>
92  <li> Update autoconf/automake/libtool configuration files.</li><br />
93<dt>2006-12-23  1.0.2-5 Cristy  &lt;cristy@virgi...&gt;</dt>
94  <li> Remove excess whitespace when converting an XMLTree to XML (reference    http://www.imagemagick.org/discourse-server/viewtopic.html?t=8053).</li><br />
95<dt>2006-12-16  1.0.2-4 Cristy  &lt;cristy@virgi...&gt;</dt>
96  <li> CompareStringInfo() no longer returns incorrect results if one string is    a substring of the other.</li>
97  <li> Properly check hash_info pointer before destroying in DestroyHMACInfo().</li><br />
98<dt>2005-09-01  Cristy  &lt;cristy@virgi...&gt;</dt>
99  <li> Wizard's Toolkit version 1.0.1</ul>      </td>
100      <td id="margin" width="1%" height="100%" valign="top" align="right">&nbsp;</td>
101    </tr>
102  </tbody>
103  </table>
104  <div id="linkbar">
105    <a href="http://www.wizards-toolkit.org/discourse-server/viewforum.html?f=17" target="1885573131">Discourse Server</a> |
106    <a href="../www/license.html">License</a> |
107    <a href="../www/notice.html">Notice</a>
108  </div>
109  <div id="footer">
110    <span id="footer-west">&copy; 1999-2009 ImageMagick Studio LLC</span>
111  </div>
112  <div style="clear: both; margin: 0; width: 100%; "></div>
113</body>
114</html>
Note: See TracBrowser for help on using the browser.