summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGian Mario Tagliaretti <gianmt@gnome.org>2009-02-22 09:21:14 +0000
committerGian Mario Tagliaretti <gianmt@src.gnome.org>2009-02-22 09:21:14 +0000
commit40ee33e57d3b2266c4204dc79d04df94232a08e5 (patch)
treecfd080340f5c0d9987ac7cf5c8d115b86492e02b
parenta62e3398c224ad9fb232c8041d8d990edc3b8237 (diff)
downloadpygobject-2-16.tar.gz
2009-02-22 Gian Mario Tagliaretti <gianmt@gnome.org> * NEWS: Updated. svn path=/branches/pygobject-2-16/; revision=1020
-rw-r--r--ChangeLog5
-rw-r--r--NEWS26
2 files changed, 31 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e7a89ca2..33500844 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+=== 2.16.1 ===
+2009-02-22 Gian Mario Tagliaretti <gianmt@gnome.org>
+
+ * NEWS: Updated.
+
2009-02-20 James Henstridge <james@jamesh.id.au>
* ltihooks.py: pull in changes from pygtk (updating license header
diff --git a/NEWS b/NEWS
index 618d50e3..aa335ef2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,29 @@
+2.16.1 22-feb-2009
+ - Apply the patch provided by Cygwin Ports maintainer
+ (Paul Pogonyshev, #564018)
+ - Bad -I ordering can break build, patch from [dmacks netspace org]
+ (Gian Mario Tagliaretti, #566737)
+ - Fix keyword list to be in sync with positional arguments
+ (Paul, #566744)
+ - Add a comment explaining why the two for loops for registering
+ interfaces (Gustavo Carneiro)
+ - Huge cleanup of GIO overrides (Paul, #566706)
+ - gtk.Buildable interface method override is not recognized
+ (Paul, #566571)
+ - Do not escape the ampersand "&" in entity references. Replace some
+ unusual entity references in the output with their literal values.
+ (Daniel Elstner, #568485)
+ - gio.InputStream.read_async can cause memory corruption.
+ (Paul, #567792)
+ - Inconsistent use of tabs and spaces in pygtk.py (Paul, #569350)
+ - Huge fix of memory leaks in GIO (Paul, Paolo Borelli, Gian, #568427)
+ - non-async functions don't release python locks before calling
+ blocking C functions (Gian, Gustavo, #556250)
+ - Change comment to avoid false positives when grep'ing for deprecated
+ gtk functions (Andre Klapper)
+ - ltihooks.py updating license header from GPL to LGPL
+ (James Henstridge)
+
2.16.0 04-jan-2009
- gobject.timeout_add_seconds() not found in docs
(Paul Pogonyshev, #547119)