cvs: gd(GD_2_0) /libgd index.html

[email protected] ("Pierre-Alain Joye") Thu, 21 Jun 2007 09:03:52 -0000
Newsgroups php.gd.cvs
Message-ID <cvspajoye1182416632@cvsserver>
pajoye		Thu Jun 21 09:03:52 2007 UTC

  Modified files:              (Branch: GD_2_0)
    /gd/libgd	index.html 
  Log:
  - s/2.0.33/2.0.35/
  - add a note about reading NEWS instead
  
  
http://cvs.php.net/viewvc.cgi/gd/libgd/index.html?r1=1.52.2.1&r2=1.52.2.2&diff_format=u
Index: gd/libgd/index.html
diff -u gd/libgd/index.html:1.52.2.1 gd/libgd/index.html:1.52.2.2
--- gd/libgd/index.html:1.52.2.1	Sat Feb  3 01:11:33 2007
+++ gd/libgd/index.html	Thu Jun 21 09:03:52 2007
@@ -4,7 +4,7 @@
 </head>
 <body bgcolor="#FFFFFF">
 <!-- BANNER HERE -->
-<H2>gd 2.0.33</H2>
+<H2>gd 2.0.35</H2>
 <H3>A graphics library for fast image creation</H3>
 <H3>Follow this link to the
 <A HREF="http://libgd.org">latest version
@@ -27,7 +27,7 @@
 legal advice regarding this issue. PNG remains a superior format especially
 if lossless truecolor images are needed.
 <p>
-When building from soruce, gd 2.0.33 <strong>requires</strong> that the 
+When building from soruce, gd 2.0.35 <strong>requires</strong> that the 
 following libraries also be installed, in order to produce the related 
 image formats. The win32 binary release (bgd) already contains the
 appropriate libraries.
@@ -172,10 +172,10 @@
 <A NAME="gdother"><H3>What if I want to use another programming
 language?</h3></A>
 Not all of these tools are necessarily up to date and fully compatible
-with 2.0.33.
+with 2.0.35.
 <h4>PHP</h4>
 A variant of gd 2.x is included in PHP 4.3.0. It is also possible
-to patch PHP 4.2.3 for use with gd 2.0.33; see the
+to patch PHP 4.2.3 for use with gd 2.0.35; see the
 <a href="http://www.libgd.org/">gd home page</a> for a link to
 that information. It would be a Good Idea to merge all of the things
 that are better in mainstream gd and all of the things that are
@@ -211,6 +211,9 @@
 <li><a href="http://martin.gleeson.com/fly/">fly</a>, by Martin Gleeson
 </ul>
 <p>
+<A NAME="whatsnew">
+<p>Please see the NEWS file, the releases announcements and the ChangeLog for
+the changes in the releases after 2.0.34.
 <A NAME="whatsnew2.0.34"><h3>What's new in version 2.0.34?</h3></a>
 <p>
 From 2.0.34 and later, please check the ISSUES and ChangeLog as well as