summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS11
1 files changed, 11 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 86d7569..d9b1e14 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+2.28.4 18-Apr-2011
+ - Version bump to 2.24.4 (Sebastian Pölsterl)
+ - [gi] Don't create variant twice (Sebastian Pölsterl)
+ - pygi-convert.sh: Make sure the uppercase GObject module is imported instead of the lowercase (Sebastian Pölsterl)
+ - [gi] Removed hack to avoid using GLib.Variant.new_variant. (Sebastian Pölsterl)
+ - [gi] Added additional test case for GVariant handling (Sebastian Pölsterl)
+ - [gi] Added support for GVariant arguments (Sebastian Pölsterl)
+ - Fix ABI break in old static bindings. (Steve Frécinaux)
+ - fetch size from an enum type (Mike Gorse)
+ - dsextras.py: ensure eol characters are preserved when writing template files (so \n does not become \r\n) (Dieter Verfaillie)
+
2.28.3 23-Mar-2011
- fix a typo when converting objects to strings gvalues (John (J5) Palmieri)