Discussion:
svn: /gtk/php-gtk/trunk/ NEWS main/php_gtk.h
Elizabeth Marie Smith
2010-03-06 18:55:36 UTC
Permalink
auroraeosrose Sat, 06 Mar 2010 18:55:36 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=295897

Log:
Preparation for new release

Changed paths:
U gtk/php-gtk/trunk/NEWS
U gtk/php-gtk/trunk/main/php_gtk.h

Modified: gtk/php-gtk/trunk/NEWS
===================================================================
--- gtk/php-gtk/trunk/NEWS 2010-03-06 18:54:55 UTC (rev 295896)
+++ gtk/php-gtk/trunk/NEWS 2010-03-06 18:55:36 UTC (rev 295897)
@@ -1,12 +1,19 @@
-Version 2.0.0 "leap day special" 29-February-2008
+Version 2.0.2 "and then there was none" 29-February-2008
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- - API coverage improved
- - GTK+ 2.12 support
- - Custom GTypes, signals and properties support (see demos/examples)
- - Shared extensions are now prefixed with "php_gtk_"
- - Some constants moved to GObject:: class
+ - API coverage improved, specifically for 2.14, 2.16 and 2.18 gtk+ additions
+ - Lots of bugfixes and segfault prevents (Thank you Felipe Pena)
+ - Cairo support - WARNING: php-gtk now requires the PECL cairo extension
+ - Full support for PHP 5.3 - WARNING: PHP 5.3 only works on XP or higher
+

+Version 2.0.1 "you knew this was coming" 16-May-2008
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ - GtkBuilder support
+ - Support for the new GTK+ 2.12 tooltips API
+ - Prevent segfaults when clone is used
+ - Miscellaneous bug fixes, and support for PHP 5.3+ features

+
Version 2.0.0beta "extension extravaganza" : 17-June-2007
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- custom tree models, clipboard support, enhanced gobject construction

Modified: gtk/php-gtk/trunk/main/php_gtk.h
===================================================================
--- gtk/php-gtk/trunk/main/php_gtk.h 2010-03-06 18:54:55 UTC (rev 295896)
+++ gtk/php-gtk/trunk/main/php_gtk.h 2010-03-06 18:55:36 UTC (rev 295897)
@@ -76,7 +76,7 @@
#include "zend_exceptions.h"
#include "zend_extensions.h"

-#define PHP_GTK_VERSION "2.0.2-dev"
+#define PHP_GTK_VERSION "2.0.2"

#ifdef PHP_WIN32
# ifdef GTK_SHARED

Loading...