[pygobject] release 3.27.0



commit f8801c24993e9b7b9abc65e32d1a851c7ed09649
Author: Christoph Reiter <creiter src gnome org>
Date:   Fri Dec 8 20:31:17 2017 +0100

    release 3.27.0

 NEWS |   34 ++++++++++++++++++++++++++++++++++
 1 files changed, 34 insertions(+), 0 deletions(-)
---
diff --git a/NEWS b/NEWS
index 6abf74f..b663a0a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,37 @@
+3.27.0  08-Dec-2017
+        - demo: pep8 fixes (Christoph Reiter)
+        - Fix ctypes.PyDLL construction under Windows (Christoph Reiter) (#622084)
+        - configure.ac: Error out in case autoconf-archive isn't installed (Christoph Reiter) (#784428)
+        - Move pygi-convert.sh into tools (Christoph Reiter)
+        - README: Convert to reST (Christoph Reiter)
+        - demo: Move demo into examples and dist it (Christoph Reiter) (#735918)
+        - demo: Add new Gtk.FlowBox example (Gian Mario Tagliaretti) (#735918)
+        - demo: Use HeaderBar for main app window (Simon Feltman) (#735918)
+        - demo: PyFlakes and PEP8 fixes (Simon Feltman) (#735918)
+        - demo: Rename gtk-demo.py to demo.py (Simon Feltman) (#735918)
+        - demo: Rename demos/gtk-demo to simply demo (Simon Feltman) (#735918)
+        - Remove AUTHORS file (Christoph Reiter)
+        - Remove pre-commit.hook (Christoph Reiter)
+        - setup.py: Port to distutils/setuptools (Christoph Reiter) (#789211)
+        - Install a default SIGINT handler for functions which start an event loop (Christoph Reiter) 
(#622084)
+        - Make Python OS signal handlers run when an event loop is idling (Christoph Reiter) (#622084)
+        - Drop Python 3.3 support (Christoph Reiter) (#790787)
+        - Drop set_value usage in Gtk.List/TreeStore.set override (Sander Sweers) (#790346)
+        - pygobject-object: Fix Python GC collecting a ref cycle too early (Christoph Reiter) (#731501)
+        - Fix potential uninitialized memory access during GC (Daniel Colascione) (#786872)
+        - test: revert parts of the previous test as it's broken on 32 bit builds (Christoph Reiter) 
(#786948)
+        - flags: Add testcase for bug 786948 (Christoph Reiter) (#786948)
+        - fix potential overflow when marshalling flags from py interface (Philippe Renon) (#786948)
+        - to_py_array: Properly handle enum array items (Christoph Reiter) (#788890)
+        - pygobject.doap: Add myself as maintainer (Christoph Reiter)
+        - closure: Fix unaligned and out-of-bounds access (James Clarke) (#788894)
+        - build: Fix not installing .egg-info file (Christoph Reiter) (#777719)
+        - Drop pygobject-3.0-uninstalled.pc file (Christoph Reiter)
+        - tests: Windows fix (Christoph Reiter)
+        - tests: some more C locale fixes (Christoph Reiter)
+        - tests: Make the test suite pass with the C locale (Christoph Reiter)
+        - configure.ac: post-release version bump to 3.27.0 (Christoph Reiter)
+
 3.26.0  12-Sep-2017
         - configure.ac: pre-release version bump to 3.26.0 (Christoph Reiter)
         - closure: silence a new compiler warning (Christoph Reiter)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]