cvs: gd(GD_2_0) /libgd/src CMakeLists.txt gd.h index.html /libgd/src/tests/png bug00088.c

[email protected] ("Pierre-Alain Joye") Sun, 18 Nov 2007 20:16:01 -0000
Newsgroups php.gd.cvs
Message-ID <cvspajoye1195416961@cvsserver>
pajoye		Sun Nov 18 20:16:01 2007 UTC

  Added files:                 (Branch: GD_2_0)
    /gd/libgd/src/tests/png	bug00088.c 

  Modified files:              
    /gd/libgd/src	CMakeLists.txt gd.h index.html 
  Log:
  - #88, add test
  - update version to .36-dev
  
  
http://cvs.php.net/viewvc.cgi/gd/libgd/src/CMakeLists.txt?r1=1.1.2.6&r2=1.1.2.7&diff_format=u
Index: gd/libgd/src/CMakeLists.txt
diff -u gd/libgd/src/CMakeLists.txt:1.1.2.6 gd/libgd/src/CMakeLists.txt:1.1.2.7
--- gd/libgd/src/CMakeLists.txt:1.1.2.6	Tue May 15 11:31:21 2007
+++ gd/libgd/src/CMakeLists.txt	Sun Nov 18 20:16:00 2007
@@ -26,11 +26,11 @@
 else (USE_EXT_GD)
 	SET(GD_VERSION_MAJOR "2")
 	SET(GD_VERSION_MINOR "0x0")
-	SET(GD_VERSION_PATCH "35")
+	SET(GD_VERSION_PATCH "36-dev")
 	SET(GD_VERSION "${GD_VERSION_MAJOR}.${GD_VERSION_MINOR}.${GD_VERSION_PATCH}")
 	SET(GD_VERSION_STRING "${GD_VERSION}")
 
-	SET(GD_VERSION_INT "2000035")
+	SET(GD_VERSION_INT "20036")
 
 	SET(PACKAGE GD)
 	SET(PACKAGE_NAME GD)
http://cvs.php.net/viewvc.cgi/gd/libgd/src/gd.h?r1=1.34.2.7&r2=1.34.2.8&diff_format=u
Index: gd/libgd/src/gd.h
diff -u gd/libgd/src/gd.h:1.34.2.7 gd/libgd/src/gd.h:1.34.2.8
--- gd/libgd/src/gd.h:1.34.2.7	Tue Jun 26 12:09:13 2007
+++ gd/libgd/src/gd.h	Sun Nov 18 20:16:00 2007
@@ -7,9 +7,9 @@
 
 #define GD_MAJOR_VERSION 2
 #define GD_MINOR_VERSION 0
-#define GD_RELEASE_VERSION 35
+#define GD_RELEASE_VERSION 36
 #define GD_EXTRA_VERSION ""
-#define GD_VERSION_STRING "2.0.35"
+#define GD_VERSION_STRING "2.0.36"
 
 
 /* Do the DLL dance: dllexport when building the DLL,
http://cvs.php.net/viewvc.cgi/gd/libgd/src/index.html?r1=1.52.2.2&r2=1.52.2.3&diff_format=u
Index: gd/libgd/src/index.html
diff -u gd/libgd/src/index.html:1.52.2.2 gd/libgd/src/index.html:1.52.2.3
--- gd/libgd/src/index.html:1.52.2.2	Thu Jun 21 09:03:52 2007
+++ gd/libgd/src/index.html	Sun Nov 18 20:16:00 2007
@@ -1,10 +1,10 @@
 <!-- REMEMBER TO EDIT index.html.source -->
 <head>
-<TITLE>gd 2.0.34</TITLE>
+<TITLE>gd 2.0.36</TITLE>
 </head>
 <body bgcolor="#FFFFFF">
 <!-- BANNER HERE -->
-<H2>gd 2.0.35</H2>
+<H2>gd 2.0.36</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.35 <strong>requires</strong> that the 
+When building from soruce, gd 2.0.36 <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.35.
+with 2.0.36.
 <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.35; see the
+to patch PHP 4.2.3 for use with gd 2.0.36 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

http://cvs.php.net/viewvc.cgi/gd/libgd/src/tests/png/bug00088.c?view=markup&rev=1.1
Index: gd/libgd/src/tests/png/bug00088.c
+++ gd/libgd/src/tests/png/bug00088.c