2.90.4 15-Sep-2011 (3.0 pre-release) - do not pass in len(str) to the length argument of gtk_test_buffer_insert* apis (John (J5) Palmieri) - Switch tarball compression format to tar.xz only. (Dieter Verfaillie) - Remove pygtk_version attribute from internal gi._gobject module. (Dieter Verfaillie) - remove overridesdir from the .pc file and add it to the gi module (John (J5) Palmieri) - fix tests to correctly construct a dummy Gtk.TargetEntry (John (J5) Palmieri) - we now assume that C arrays of structs are flat so memcpy them when marshalling (John (J5) Palmieri) - only update the arg counts once if child arg comes before parent arg (John (J5) Palmieri) - Fix refcount bug by not creating python wrapper during gobject init stage (John (J5) Palmieri) - don't destroy just created wrapper when object is created via g_object_new (John (J5) Palmieri) - Remove deprecated API from pygobject.h (Steve Frécinaux) - Convert gtk.TRUE/FALSE to Python True/False. (Marcin Owsiany) - Drop legacy __gobject_init__ method of GObject.Object. (Steve Frécinaux) - AM_CHECK_PYTHON_LIBS does not work for lib64 (Dieter Verfaillie) - Remove common_ldflags from Makefile.am as it is no longer used. (Dieter Verfaillie) - check if object is actually a PyGFlag before trying to access g_type (John (J5) Palmieri) - fix regression - add instance type checks since Py3 no longer does this for us (John (J5) Palmieri) - refactor in/out marshalling to be to_py/from_py (John (J5) Palmieri) - Examples: fix cairo-demo.py imports (Dieter Verfaillie) - Fix paths and add missing overridesdir variable used in uninstalled pkgconfig file (Dieter Verfaillie) - Remove no longer used variables from pkgconfig files (Dieter Verfaillie) - docs/Makefile.am and m4/python.m4: Python3 portability fixes (Dieter Verfaillie) - Refactor and clean Makefile.am files (Dieter Verfaillie) - Remove all PLATFORM_VERSION = 2.0 traces (Dieter Verfaillie) - Remove gi/tests/ directory as all the tests now live in tests/ (Dieter Verfaillie) - autogen.sh: Use autoreconf instead of a custom script and honor ACLOCAL_FLAGS (Dieter Verfaillie) - use improved python.m4 macros to search for Python headers and libs (Dieter Verfaillie) - Make maintiner mode enabled by default (Javier Jardón) - Disable documentation for now since they are completely wrong for GI. (Dieter Verfaillie) - Fix documentation installation directory (Dieter Verfaillie) - Remove distutils based build system. (Dieter Verfaillie) - [gtk-demo] Fix syntax highlighter encoding issue (Dieter Verfaillie) - overrides: add constants for atoms (Ignacio Casal Quinteiro) - Drop pygobject_construct() from public API. (Steve Frécinaux)