summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS10
1 files changed, 10 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 095f938c..aca690d7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+2.29.13:
+
+giomm:
+* Variant< std::vector<std::string> >: Ensure correct creation.
+ (José Alburquerque) Bug #657030 (Aurimas Černius)
+gmmproc
+* Correct handling of constversion etc. in _WRAP_METHOD, avoiding side-effects
+ on other _WRAP_METHOD() calls in the same .hg file.
+ (Kjell Ahlstedt) Bug #657751,
+
2.29.12:
2011-08-03 Murray Cumming <murrayc@murrayc.com>