[pygobject] bump version to reflect the master branch moving towards pygobject 3.0
- From: John Palmieri <johnp src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pygobject] bump version to reflect the master branch moving towards pygobject 3.0
- Date: Fri, 11 Feb 2011 16:27:10 +0000 (UTC)
commit abdebc7f6515f9658812c0355d8ad0892e5371e4
Author: John (J5) Palmieri <johnp redhat com>
Date: Fri Feb 11 11:05:04 2011 -0500
bump version to reflect the master branch moving towards pygobject 3.0
* added NEWS file from branch pygobject-2-28
* bump to 2.90.1
* this branch will drop support for the static binding
* use the pygobject-2-28 branch for static binding fixes
NEWS | 289 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
configure.ac | 4 +-
2 files changed, 291 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index eabb703..1e46f04 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,292 @@
+2.27.90 11-Feb-2011 (2.28 pre-release)
+ - fix build to correctly use python-config (John (J5) Palmieri)
+ - Run gio tests separately when enabled (Martin Pitt)
+ - Revert "Remove gio static bindings" (Martin Pitt)
+ - Decrease the refcount for GInitiallyUnowned constructors. (Steve Fr�©cinaux)
+ - Ensure the sink functions are only ran once. (Steve Fr�©cinaux)
+ - Revert "Fix wrong refcount when calling introspected widget constructors" (Steve Fr�©cinaux)
+ - Revert "Fix reference leaks for GInitiallyUnowned objects" (Steve Fr�©cinaux)
+ - Run test suite under dbus-launch (Martin Pitt)
+ - Fix test_gdbus.py to be Python3 friendly (Martin Pitt)
+ - [gi] Provide comfortable GSettings API (Martin Pitt)
+ - Fix vfunc search bug when using GInterfaces and a do_* method. (Laszlo Pandy)
+ - [GI] Add tests for Gtk.Widget.drag_* methods. (Laszlo Pandy)
+ - [python 3] use the right syntaxis to raise exceptions (Ignacio Casal Quinteiro)
+ - [gi] return PYGLIB_MODULE_ERROR_RETURN on error and use pygobject_init (Ignacio Casal Quinteiro)
+ - [gi] return PYGLIB_MODULE_ERROR_RETURN on error (Ignacio Casal Quinteiro)
+ - Fix wrong refcount when calling introspected widget constructors (Steve Fr�©cinaux)
+ - Gdk.Window: Map the standard constructor to the *new* constructor (Simon Schampijer)
+ - Ship tests/org.gnome.test.gschema.xml in dist tarballs (Martin Pitt)
+ - [gi] Add GSettings tests (Martin Pitt)
+ - [gi] Provide GtkTextBuffer.insert_with_tags_by_name() (Martin Pitt)
+ - [gi] Support tag names in GtkTextBuffer.insert_with_tags() (Martin Pitt)
+ - Add MAINTAINERCLEANFILES (Ignacio Casal Quinteiro)
+ - Remove .gitignore files and use git.mk (Ignacio Casal Quinteiro)
+ - pygi-convert.sh: Convert Pango.TabAlign.* (Martin Pitt)
+ - pygi-convert.sh: Drop window -> get_window() conversion (Martin Pitt)
+ - pygi-convert.sh: Don't convert self.window assignments (Martin Pitt)
+ - Fix leaked python reference in python-defined subclasses (Steve Fr�©cinaux)
+ - Add some tests for the number of python refs held at creation time (Steve Fr�©cinaux)
+ - Factor out parameter marshalling from construction functions. (Steve Fr�©cinaux)
+ - [gi] in python 3 an array of uint8 can be bytes but not string (John (J5) Palmieri)
+ - [gi] fix Gio.FileEnumerator to reflect the Python 3 iter protocol (John (J5) Palmieri)
+ - [gi] python 3 fixes (John (J5) Palmieri)
+ - [gi] fix try/except blocks using depricated raise format (John (J5) Palmieri)
+ - [gi] Add docstring to GLib.Variant constructor (Martin Pitt)
+ - [gi] update gdbus test cases for previous GVariant change (Martin Pitt)
+ - [gi] Accept only a single object in GLib.Variant constructor (Martin Pitt)
+ - Speed up _setup_native_vfuncs() (Laszlo Pandy)
+ - Speed up class creation: rewrite _setup_vfuncs() to be much more efficient. (Laszlo Pandy)
+ - pygi-convert.sh: Convert gtk.UI_MANAGER_* (Sebastian P�¶lsterl)
+ - pygi-convert.sh: Convert gdk.GRAB_* (Sebastian P�¶lsterl)
+ - [gi] set the gtype GValue correctly (Ignacio Casal Quinteiro)
+ - [gi] use the right argument type for callback (Ignacio Casal Quinteiro)
+ - [gi] Add test cases for GDBus client operations (Martin Pitt)
+ - [gi] Add Variant construction/unpack support for boxed Variants (Martin Pitt)
+ - Merge branch 'windows-setup-fixes' (Dieter Verfaillie)
+ - pygi-convert.sh: GdkPixbuf methods (Thomas Hindoe Paaboel Andersen)
+ - pygi-convert.sh: Gdk.COLORSPACE_RGB (Thomas Hindoe Paaboel Andersen)
+ - [gi] Support nested objects and empty sequences in GLib.Variant building (Martin Pitt)
+ - Uncomment test_gi.TestInterfaceClash (Tomeu Vizoso)
+ - Fix reference leaks for GInitiallyUnowned objects (Steve Fr�©cinaux)
+ - Add tests for refcount of a GObject owned by a library (Steve Fr�©cinaux)
+ - Add a test to check for regular object reference count (Steve Fr�©cinaux)
+ - [gi] Update TreeView.enable_model_drag_{source,dest} to current GTK (Martin Pitt)
+ - Fix a typo in a private symbol name. (Steve Fr�©cinaux)
+ - pygi-convert.sh: Convert glib.source_remove() (Martin Pitt)
+ - Fix typo in previous commit to actually convert glib.GError (Martin Pitt)
+ - pygi-convert.sh: Move some glib bits which are better handled by gobject (Martin Pitt)
+ - Modify override for Gtk.Adjustment to allow position or keyword arguments in __init__(). (Laszlo Pandy)
+ - [gi] Fix small typo in previous commit (Martin Pitt)
+ - [gi] Add pythonic iterator and indexing for string GVariants (Martin Pitt)
+ - Construct structs using default API constructor (Tomeu Vizoso)
+ - pygi-convert.sh: Migrate Gdk.Cursor constructor, and some cursor names (Martin Pitt)
+ - pygi-convert.sh: Handle .window attributes (Martin Pitt)
+ - Also deal with foreign boxed structs (Tomeu Vizoso)
+ - [gi] Convert GErrors to GObject.GError exceptions, and throw them upon returning from calling the C function. (Laszlo Pandy)
+ - pygi-convert.sh: Don't convert glib -> GLib for now (Martin Pitt)
+ - Link libregress.so to GIO_LIBS again (Tomeu Vizoso)
+ - Fix attributes 2BUTTON_PRESS and 3BUTTON_PRESS of Gdk.EventType. (Laszlo Pandy)
+ - [gi] Fixed typo in exception (Sebastian P�¶lsterl)
+ - [gi] Enable handling of Gdk.EventType.2BUTTON_PRESS and 3BUTTON_PRESS (Sebastian P�¶lsterl)
+ - Revert "Fix Pango FontDescription override" (Martin Pitt)
+ - Python iterator interface support for GFileEnumerator. (Tony Young)
+ - Remove gio static bindings (Tomeu Vizoso)
+ - [gi] set length when marshalling guint8 erases (Ignacio Casal Quinteiro)
+ - Convert Gdk.Pixbuf to GdkPixbuf.Pixbuf (Sebastian P�¶lsterl)
+ - Disable calls to PyGILState_* when threads are disabled (Arnaud Charlet)
+ - pygi-convert.sh: Do not comment out set_cell_data_func() calls; these should be ported properly (Martin Pitt)
+ - pygi-convert.sh: Fix match for adding missing imports (Martin Pitt)
+ - pygi-convert.sh: Fix Gtk.Label handling to be idempotent (Martin Pitt)
+ - Remove trailing whitespace from gi/overrides/Gtk.py (Laszlo Pandy)
+ - Fix Pango FontDescription override (Martin Pitt)
+ - tests: Respect existing $GI_TYPELIB_PATH (Martin Pitt)
+ - Merge branch 'value' (Sebastian P�¶lsterl)
+ - GTK overrides: Do type conversion to column types of ListStore and TreeStore in set_value (Sebastian P�¶lsterl)
+ - Always register a new GType when a GObject class is subclassed (Steve Fr�©cinaux)
+ - Raise required versions of GLib and GObject-Introspection (Simon van der Linden)
+ - pygi-convert.sh: Handle keysyms (Martin Pitt)
+ - GLib overrides: Add test case for array variant building (Martin Pitt)
+ - Remove cairo.RectangleInt from the foreign module (Tomeu Vizoso)
+ - Dont try to guess the transfer if its a boxed (Tomeu Vizoso)
+ - The tags can be Empty not None. (Ignacio Casal Quinteiro)
+ - Add Pythonic iterators and indexing to GVariant (Martin Pitt)
+ - Add GLib.Variant.unpack() (Martin Pitt)
+ - Add override for gtk_text_buffer_insert_with_tags (Ignacio Casal Quinteiro)
+ - Deduce PYTHON_LIBS in addition to PYTHON_INCLUDES (Simon van der Linden)
+ - Kill JD_CHECK_PYTHON_HEADERS (Simon van der Linden)
+ - Revert "Override Gtk.Box.pack_start and pack_end to set default values to be compliant with pygtk" (Sebastian P�¶lsterl)
+ - Revert "Override Gtk.CellLayout.pack_start and pack_end to add default values to be compliant with pygtk" (Sebastian P�¶lsterl)
+ - Revert "Override Gtk.TreeViewColumn.pack_start, pack_end and set_cell_data_func to add default values to be compliant with pygtk" (Sebastian P�¶lsterl)
+ - pygi-convert.sh: Handle gtk.combo_box_new_text() (Martin Pitt)
+ - Override TreeSortable.set_sort_func and set_default_sort_func to add default values to be pygtk compliant (Sebastian P�¶lsterl)
+ - Override Gtk.TreeViewColumn.pack_start, pack_end and set_cell_data_func to add default values to be compliant with pygtk (Sebastian P�¶lsterl)
+ - Override Gtk.CellLayout.pack_start and pack_end to add default values to be compliant with pygtk (Sebastian P�¶lsterl)
+ - Override Gtk.Paned pack1 and pack2 to add default values to be compliant with pygtk (Sebastian P�¶lsterl)
+ - Override Gtk.Box.pack_start and pack_end to set default values to be compliant with pygtk (Sebastian P�¶lsterl)
+ - Handle GObject subclasses in the property helper. (Steve Fr�©cinaux)
+ - Fix handling of unicode for GtkTreeModels (Martin Pitt)
+ - In IntrospectionModule and DynamicModule classes, make all instance attributes start with an underscore. (Laszlo Pandy)
+ - Amend previous enum wrapping commit to remove redundant setting of __info__ attribute. (Laszlo Pandy)
+ - pygi-convert.sh: Handle GdkPixbuf.InterpType (Martin Pitt)
+ - Fix wrapping of enums: Create new Python type for each non-gtype enum. (Laszlo Pandy)
+ - Use g_vfunc_info_invoke for chaining up in vfuncs (Tomeu Vizoso)
+ - Move pyglib_{main_context, option_context, option_group}_new into _PyGLib_API (Simon van der Linden)
+ - pygi-convert.sh: Handle Gdk.DragAction (Martin Pitt)
+ - pygi-convert.sh: Generalize Gtk.Settings migration (Martin Pitt)
+ - pygi-convert.sh: Don't change the name of "glib" submodules (Martin Pitt)
+ - Plug another memory leak (Paolo Borelli)
+ - Plug a small memory leak. (Paolo Borelli)
+ - Override Table.attach() to behave like pygtk (Paolo Borelli)
+ - pygi-convert.sh: Convert Pango.WrapMode (Martin Pitt)
+ - pygi-convert.sh: Don't change the name of "gtk" submodules (Martin Pitt)
+ - Fix the __dir__() methods on DynamicModule and IntrospectionModule (Laszlo Pandy)
+ - pygi-convert.sh: handle ReliefStyle (Paolo Borelli)
+ - setup.py: fix the provides keyword argument (Dieter Verfaillie)
+ - setup.py: use the same spaces-less format for all setup() parameters (Dieter Verfaillie)
+ - Add a __repr__() method to DynamicModule. (Laszlo Pandy)
+ - Go back to using getattr() in DynamicModule.__getattr__ (Tomeu Vizoso)
+ - Change __dir__() to report all the attributes that __getattr__ supports (Laszlo Pandy)
+ - Bump the minimum gio dependency (Emilio Pozuelo Monfort)
+ - Add test for incorrect attributes in Gdk.Event (Tomeu Vizoso)
+ - Don't call getattr again in gi.overrides.Gdk.Event.__getattr__ (Simon van der Linden)
+ - Release allocated array of arguments when handling closures (Mike Gorse)
+ - Release GIValueInfo when checking an enum argument (Mike Gorse)
+ - Respect different type lengths when assigning out-argument pointers. (Eitan Isaacson)
+ - Fix stupid name clash (Tomeu Vizoso)
+ - Add /usr/share to XDG_DATA_DIRS when running the tests (Tomeu Vizoso)
+ - Comment out tests that require SRV lookups (Tomeu Vizoso)
+ - Use suppresion file when running valgrind (Tomeu Vizoso)
+ - Fix warnings. (Ignacio Casal Quinteiro)
+ - Allow comparing Gtk.TreePath to None (Jesse van den Kieboom)
+ - handle unicode objects in properties (John (J5) Palmieri)
+ - dsextras.py: check if gcc is there when platform is win32 and compiler is mingw32 (Dieter Verfaillie)
+ - dsextras.py: be consistent in how distutils imports are done (Dieter Verfaillie)
+ - dsextras.py: add have_gcc() function (Dieter Verfaillie)
+ - dsextras.py: use distutils.spawn.find_executable for have_pkgconfig() (Dieter Verfaillie)
+ - setup.py: fix another case of use True/False instead of 1/0 (Dieter Verfaillie)
+ - pygi-convert.sh: improve GtkSourceView conversion (Paolo Borelli)
+ - pygi-convert.sh: Gtk.DialogFlags conversion (Paolo Borelli)
+ - Doc Extractor: Print the gtk-doc blocks sorted by function name. (Jos�© Alburquerque)
+ - pygi-convert.sh: add more Gtk conversions and sort (Paolo Borelli)
+ - pygi-convert.sh: convert Atk (Paolo Borelli)
+ - pygi-convert.sh: convert a few more Gio types (Paolo Borelli)
+ - pygi-convert.sh: more GLib conversion (Paolo Borelli)
+ - pygi-convert.sh: remove two cases handled by overrides (Paolo Borelli)
+ - Override Gtk.ScrolledWindow constructor (Paolo Borelli)
+ - pygi-convert.sh: Fix 'find' syntax (Paolo Borelli)
+ - pygi-convert.sh: start handling Gio and GLib (Paolo Borelli)
+ - pygi-convert.sh: convert Gdk.ScrollDirection. (Paolo Borelli)
+ - Override Pango.Layout constructor. (Paolo Borelli)
+ - Remove Pango.FontDescription() conversion. (Paolo Borelli)
+ - Override GtkAction and GtkRadioAction constructors. (Paolo Borelli)
+ - Override Adjustment constructor to behave like pygtk (Dmitrijs Ledkovs)
+ - add secondary_text apis to MessageDialog (John (J5) Palmieri)
+ - [gi] get rid of some debug prints and fix error messages (John (J5) Palmieri)
+ - Fix demo for override changes. (Paolo Borelli)
+ - Override Pango.FontDescription. (Paolo Borelli)
+ - Stop checking that all vfuncs are implemented (Tomeu Vizoso)
+ - Fix usage of TreeIter api that is now an override. (Paolo Borelli)
+ - Fix Gtk.Label(label="Foo") (Paolo Borelli)
+ - Fix typo when raising an exception (Paolo Borelli)
+ - pygi-convert.sh: Added more conversions (Sebastian P�¶lsterl)
+ - Override LinkButton constructor to make 'uri' mandatory (Paolo Borelli)
+ - Container should be iterable. (Dmitry Morozov)
+ - No need to import Gdk (Paolo Borelli)
+ - Remove semicolumns (Paolo Borelli)
+ - [gi] make sure Gtk.Button override passes all keywords to parent constructor (John (J5) Palmieri)
+ - Fix cut&paste error in the Label override (Paolo Borelli)
+ - pygi-convert.sh: handle TextWindowType (Paolo Borelli)
+ - Override Label constructor to behave like pygtk (Paolo Borelli)
+ - Override GtkTable constructor to behave like pygtk (Paolo Borelli)
+ - pygi-convert.sh: convert MovementStep (Paolo Borelli)
+ - Update Gdk overrides to work with latest Gtk+ 3 (Paolo Borelli)
+ - Gtk: add an override for Gtk.main_quit (Johan Dahlin)
+ - [gi] handle subtypes when inserting into tree models (John (J5) Palmieri)
+ - Override TreeSelection.select_path and TreeView.scroll_to_cell (Paolo Borelli)
+ - Override TreePath.__new__ (Paolo Borelli)
+ - Override Container to behave like a sequence (Paolo Borelli)
+ - refactor Jonathan Matthew recurse vfunc patch so it applys and clean up a bit (John (J5) Palmieri)
+ - Recurse up through base classes when setting up vfuncs (Jonathan Matthew)
+ - add a profiling torture test for when we fix up invoke (John (J5) Palmieri)
+ - moved dynamic and base modules outside of gtk-2.0 directory (John (J5) Palmieri)
+ - add test for inout argument count (John (J5) Palmieri)
+ - [gi] add check for UNICHAR (John (J5) Palmieri)
+ - Support gunichar (Paolo Borelli)
+ - pygi-convert.sh: gtk.accel_map -> Gtk.AccelMap._ (Paolo Borelli)
+ - pygi-convert.sh: handle "from gtk import gdk" (Paolo Borelli)
+ - pygi-convert.sh: add some Pango special cases (Paolo Borelli)
+ - Override TextIter (begins|ends|toggles)_tag() (Paolo Borelli)
+ - Override TextBuffer.set_text() to make length optional (Paolo Borelli)
+ - Override TextBuffer.create_mark() (Paolo Borelli)
+ - Fix TextBuffer.get_selection_bounds() override (Paolo Borelli)
+ - [gi] fix ActionGroup constructor to allow other keyword properties to be set (John (J5) Palmieri)
+ - [gi] require the name parameter when creatin a Gtk.ActionGroup (John (J5) Palmieri)
+ - Override UIManager.insert_action_group (Paolo Borelli)
+ - Override TreeModel.get() to return a tuple (Paolo Borelli)
+ - Make TreeSelection.get_selected_rows compatible with PyGtk (Paolo Borelli)
+ - [gi] switch to using sequences/tuples when marshalling cairo_rectangle_int_t (John (J5) Palmieri)
+ - [gi] overrides for treeview Drag and Drop (John (J5) Palmieri)
+ - [gi] when encountering guint8 arrays treat them as byte arrays (John (J5) Palmieri)
+ - pygi-convert.sh: Add pynotify -> Notify (Martin Pitt)
+ - pygi-convert.sh: Remove sugar specifics, and allow command line file list (Martin Pitt)
+ - pygi-convert.sh: Cover Message and Buttons types (Martin Pitt)
+ - [gi] fix actiongroup test since actions are hashed (John (J5) Palmieri)
+ - [gi] when converting to UTF-8 accept Python Unicode objects as input (Python 2) (John (J5) Palmieri)
+ - Correct a bug in the freeing of memory in pygi-invoke.c. (Damien Caliste)
+ - update news for release (John (J5) Palmieri)
+ - Implement richcompare for GIBaseInfo (Jonathan Matthew)
+ - [gi] add the rectangle_int_t forign cairo type (John (J5) Palmieri)
+ - add a foreign type for cairo_rectangle_int_t and allow it to be caller-allocated (John (J5) Palmieri)
+ - [gi] add overrides to Gtk.Editable (John (J5) Palmieri)
+ - [gi] handle virtual invokers (John (J5) Palmieri)
+ - add overrides for the insert* apis of list_store and tree_store (John (J5) Palmieri)
+ - fix dialogs overrides which were relying on broken inheritance behavior (John (J5) Palmieri)
+ - Add a overrides registry so we can refrence overrides inside the module (John (J5) Palmieri)
+ - Merge remote branch 'dieterv/setup-fixes-for-merge' (John Stowers)
+ - setup.py: ease maintenance burden for tests installation (Dieter Verfaillie)
+ - fix inheritence issues in overrides (John (J5) Palmieri)
+ - tests: add runtests-windows.py script (Dieter Verfaillie)
+ - pygobject_postinstall.py: remove pygobject-2.0.pc treatment from postinstall as pkg-config on windows figures out the correct prefix at runtime (Dieter Verfaillie)
+ - pygobject_postinstall.py: remove shortcut creation (Dieter Verfaillie)
+ - setup.py: formatting cleanup, makes things readable (Dieter Verfaillie)
+ - setup.py: build and install tests (Dieter Verfaillie)
+ - setup.py: install documentation when available on build system (Dieter Verfaillie)
+ - setup.py: install pygobject-codegen script (Dieter Verfaillie)
+ - setup.py: install fixxref.py script (Dieter Verfaillie)
+ - setup.py: rearrange constants (Dieter Verfaillie)
+ - setup.py: check python version and pkgconig availability before anything else (Dieter Verfaillie)
+ - setup.py: simplify sys.platform != 'win32' detection and error reporting (Dieter Verfaillie)
+ - setup.py: rearrange imports (Dieter Verfaillie)
+ - README.win32: update build instructions (Dieter Verfaillie)
+ - dsextras.py: formatting cleanup, makes things readable (Dieter Verfaillie)
+ - dsextras.py: add ggc4 to MSVC compatible struct packing comment (Dieter Verfaillie)
+ - dsextras.py: use the pkgc_ functions instead of repeating pgk-config incantations all over the place (Dieter Verfaillie)
+ - dsextras.py: add pkgc_get_version and pkgc_get_defs_dir functions (Dieter Verfaillie)
+ - dsextras.py: PEP8: Comparisons to singletons like None should always be done with 'is' or 'is not', never the equality operators. (Dieter Verfaillie)
+ - dsextras.py: use True/False instead of 1/0 (Dieter Verfaillie)
+ - dsextras.py: rearrange imports (Dieter Verfaillie)
+ - Add distutils generated build/dist directories and eclipse configuration files to .gitignore (Dieter Verfaillie)
+ - [gi] add tests for calling dir on a dynamic module (John (J5) Palmieri)
+ - [gi] dir() now works for modules (Deepankar Sharma)
+ - Don't check the inner type when comparing gpointers (Sim�³n Pena)
+ - Release GIL when calling into C functions (John (J5) Palmieri)
+ - _gi.Repository : Implement missing info bindings. (Jos�© Aliste)
+ - include Python.h so that PY_VERSION_HEX gets defined (John (J5) Palmieri)
+ - [gi] make overrides work for python 3.x protocols and alias for python 2.x (John (J5) Palmieri)
+ - Override Gtk.Widget.translate_coordinates to not return success value (Sebastian P�¶lsterl)
+ - Override Gtk.TreeViewColumn.cell_get_position to not return success value (Sebastian P�¶lsterl)
+ - Override get_path_at_pos and get_dest_row_at_pos of Gtk.TreeView to not return success value (Sebastian P�¶lsterl)
+ - Override Gtk.TreeSortable.get_sort_column_id to not return success value (Sebastian P�¶lsterl)
+ - Override forward_search and backward_search of Gtk.TextIter to not return success value (Sebastian P�¶lsterl)
+ - Override Gtk.TextBuffer.get_selection_bounds to not return success value (Sebastian P�¶lsterl)
+ - Override Gtk.RecentInfo.get_application_info to not return success value (Sebastian P�¶lsterl)
+ - Override Gtk.IMContext.get_surrounding to not return success value (Sebastian P�¶lsterl)
+ - Override get_item_at_pos, get_visible_range, get_dest_item_at_pos of Gtk.IconView to not return success value (Sebastian P�¶lsterl)
+ - Override Gtk.Container.get_focus_chain to not return success value (Sebastian P�¶lsterl)
+ - Override Gtk.ComboBox.get_active_iter to not return success value (Sebastian P�¶lsterl)
+ - [gi] make parameter check less strict when dealing with GValue params (John (J5) Palmieri)
+ - Shortcut removal is not needed on post-uninstall (John Stowers)
+ - Disable shortcut creation in windows installer (John Stowers)
+ - overrides for all subclasses of dialog (John (J5) Palmieri)
+ - Make TreeModel behave like in GTK-2.x (Sebastian P�¶lsterl)
+ - Correctly build GIO on windows (John Stowers)
+ - Require Python >= 2.6.0 for Windows build (John Stowers)
+ - Fix depreciation warning in dsextras.py (John Stowers)
+ - Fix build on windows (John Stowers)
+ - Support for GCC4 in Windows distutils build - bug 626548 (Michael Culbertson)
+ - Remove obsolete comments in dsextras.py (John Stowers)
+ - Broken dsextras.py pkg-config check error message (John Stowers)
+ - add compat functions for the deprecated PyCObject api (John (J5) Palmieri)
+ - Add __path__ attributes. (Damien Caliste)
+ - Override Gtk.TreeSelection.get_selected to not return success value. (Sebastian P�¶lsterl)
+ - Make row optional in Gtk.TreeStore/ListStore.append override (Vincent Untz)
+ - Revert "add compat functions for the deprecated PyCObject api" (John (J5) Palmieri)
+ - return NULL instead of -1 which fixes crash when introspection is turned off (John (J5) Palmieri)
+ - add compat functions for the deprecated PyCObject api (John (J5) Palmieri)
+ - fix commit 7fe83108 which didn't use the compat functions for string handling (John (J5) Palmieri)
+ - Python 3 fixes for dsextras and the python.m4 distribution files (John (J5) Palmieri)
+
2.27.0 10-Nov-2010
- Implement richcompare for GIBaseInfo (Jonathan Matthew)
- [gi] add the rectangle_int_t forign cairo type (John (J5) Palmieri)
diff --git a/configure.ac b/configure.ac
index 0e231e9..dd68678 100644
--- a/configure.ac
+++ b/configure.ac
@@ -11,8 +11,8 @@ m4_define(python3_min_ver, 3.1)
dnl the pygobject version number
m4_define(pygobject_major_version, 2)
-m4_define(pygobject_minor_version, 27)
-m4_define(pygobject_micro_version, 0)
+m4_define(pygobject_minor_version, 90)
+m4_define(pygobject_micro_version, 1)
m4_define(pygobject_version, pygobject_major_version.pygobject_minor_version.pygobject_micro_version)
dnl versions of packages we require ...
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]