cvs: gd /libgd configure.ac index.html
[email protected] ("Pierre-Alain Joye")
| Newsgroups | php.gd.cvs |
|---|---|
| Message-ID | <cvspajoye1167919818@cvsserver> |
pajoye Thu Jan 4 14:10:18 2007 UTC
Modified files:
/gd/libgd configure.ac index.html
Log:
- update version nr
- update links
- update bug report link
http://cvs.php.net/viewvc.cgi/gd/libgd/configure.ac?r1=1.30&r2=1.31&diff_format=u
Index: gd/libgd/configure.ac
diff -u gd/libgd/configure.ac:1.30 gd/libgd/configure.ac:1.31
--- gd/libgd/configure.ac:1.30 Mon Oct 9 14:22:22 2006
+++ gd/libgd/configure.ac Thu Jan 4 14:10:17 2007
@@ -5,18 +5,18 @@
AC_PREREQ(2.54)
#HEY! Change BOTH the vesion number and the GDLIB_REVISION setting!
-AC_INIT([GD], [2.0.33], [[email protected]])
+AC_INIT([GD], [2.0.34], [http://bugs.libgd.org])
AC_CONFIG_SRCDIR([gd.c])
AC_CONFIG_AUX_DIR(config)
GDLIB_MAJOR=2
GDLIB_MINOR=0
-GDLIB_REVISION=33
+GDLIB_REVISION=34
GDLIBNAME=gd
#Expanded by tests later in this file. TBB 2.0.26
#2.0.28: GIF is standard now. Doesn't depend on anything else,
#so we always build it.
-FEATURES=GD_GIF
+FEATURES=GD_GIF GD_GIFANIM GD_OPENPOLYGON
AC_SUBST(FEATURES)
AC_SUBST(GDLIB_MAJOR)
http://cvs.php.net/viewvc.cgi/gd/libgd/index.html?r1=1.49&r2=1.50&diff_format=u
Index: gd/libgd/index.html
diff -u gd/libgd/index.html:1.49 gd/libgd/index.html:1.50
--- gd/libgd/index.html:1.49 Wed Apr 5 17:12:12 2006
+++ gd/libgd/index.html Thu Jan 4 14:10:17 2007
@@ -73,6 +73,7 @@
<LI><A HREF="#informing"><strong>Please</strong>
tell us you're using gd!</A>
<LI><A HREF="#support">How do I get support?</A>
+<LI><A HREF="#issues">How do I report issues, bugs or features request?</A>
<LI><A HREF="#index">Alphabetical quick index</A>
</UL>
<P><A HREF="http://www.libgd.org/">
@@ -82,8 +83,7 @@
In order to resolve any possible confusion regarding the authorship
of gd, the following copyright statement covers all of the authors
who have required such a statement. <strong>If you are aware of any oversights
-in this copyright notice, please contact the
-<a href="http://www.libgd.org/wiki/Special:Contact">LibGD maintainers</a> who will be
+in this copyright notice, please contact <A HREF="http://libgd.org/Contact">Pierre-A. Joye</A> who will be
pleased to correct them.</strong>
<pre>
COPYRIGHT STATEMENT FOLLOWS THIS LINE
@@ -5429,7 +5429,7 @@
Anyone can mail questions about the gd library using the
<a href="http://www.libgd.org/Wiki/Support">LibGD support</a>. However,
-we receive a very large volume of email on many subjects, and while vw do
+we receive a very large volume of email on many subjects, and while we do
our best to respond to all queries this can take some time. Sometimes
the response must take the form of an eventual new release or
an addition to a FAQ or other document, as opposed to an detailed individual response.
@@ -5439,11 +5439,15 @@
from the maintaines, at the rate of $50/hr, billed
directly by credit card. Purchase orders are also accepted from
Fortune 500 corporations and institutions in good standing.
-To make arrangements, contact
-<a href="http://www.libgd.org/wiki/Special:Contact">libGD Commercial support</a>. To avoid delay
+To make arrangements, contact <A HREF="http://www.libgd.org/Contact">Pierre-A. Joye</A>. To avoid delay
and/or confusion, be sure to specifically mention that you wish to purchase gd support at the
hourly rate above.
+<A NAME="issues"><H3>How do I report issues, bugs or features request?</H3></A>
+Bugs, feature requests or other issues can be reported using the
+<A HREF="http://bugs.libgd.org">libGD.org issues tracker.</A> as well as using
+one of our support channels: <a href="http://www.libgd.org/Wiki/Support">LibGD support</a>
+
<H3><A NAME="index">Alphabetical quick index</A></H3>
<A HREF="#gdAntiAliased">gdAntiAliased</A> |
<A HREF="#gdBrushed">gdBrushed</A> |