summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorDongHun Kwak <dh0128.kwak@samsung.com>2017-07-12 08:34:44 +0900
committerDongHun Kwak <dh0128.kwak@samsung.com>2017-07-12 08:34:44 +0900
commit095413828bd9b33e57b352f9ca80473172611202 (patch)
tree0674d8f4d1b10cb7a44622c57e220247c4fd3563 /NEWS
parent042fed5140cf6643eab1081664993b0d392f09ad (diff)
downloadpygobject2-095413828bd9b33e57b352f9ca80473172611202.tar.gz
pygobject2-095413828bd9b33e57b352f9ca80473172611202.tar.bz2
pygobject2-095413828bd9b33e57b352f9ca80473172611202.zip
Imported Upstream version 2.21.5
Change-Id: I465414f431ac56eb7ff5445e4c6477db5713e4f7 Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS17
1 files changed, 17 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 88dc506..c6a8b41 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,20 @@
+2.21.5 12-Jul-2010
+ - Shut up some compiler warnings (Florian Müllner)
+ - Adjust to API break in GObject-Introspection (Florian Müllner)
+ - pass in the demo app so demos can use utility methods like requesting file paths (John (J5) Palmieri)
+ - demo fixes to keep up with Gtk+ (John (J5) Palmieri)
+ - override test fixes for new GTK+ annotations (John (J5) Palmieri)
+ - Fix warning. (Ignacio Casal Quinteiro)
+ - fix up treeiter usage due to caller-allocates annotations in gtk+ (John (J5) Palmieri)
+ - add entry completion demo (John (J5) Palmieri)
+ - string changes (John (J5) Palmieri)
+ - add the Entry demo directory and the entry_buffer demo (John (J5) Palmieri)
+ - fix loading of demo modules to support sub modules (John (J5) Palmieri)
+ - add the ability to have demos in sub catagories (John (J5) Palmieri)
+ - Add __name__ to DynamicModule class. (Jose Aliste)
+ - Do not override GdkRectangle. (Ignacio Casal Quinteiro)
+ - Add override for TreeModel implementing __len__() (Philip Withnall)
+
2.21.4 29-Jun-2010
- Build the cairo shim as a python module so the _gi module stops linking to it (Tomeu Vizoso)
- add drawing area demo (John (J5) Palmieri)