summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2012-10-14 21:48:10 +0200
committerMurray Cumming <murrayc@murrayc.com>2012-10-14 21:48:10 +0200
commit4e6d4e19040bc9cb9ab744fae10d075d127ffbf2 (patch)
treecbe8e4af432e3b7c93612619094a012c4b44c61f /NEWS
parentfd417e4fe8568a0370a3f114eb066b612492bf82 (diff)
downloadglibmm-4e6d4e19040bc9cb9ab744fae10d075d127ffbf2.tar.gz
2.33.142.33.14
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS51
1 files changed, 51 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index f72df3aa..26d070cf 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,54 @@
+2.33.14 (unstable):
+
+
+2012-10-12 Kjell Ahlstedt <kjell.ahlstedt@bredband.net>
+
+ gmmproc: Add 3-argument @newin.
+
+ * tools/pm/DocsParser.pm: Convert "Since: 1.2.3" to "@newin{1,2,3}".
+ Some C projects (goocanvas, grilo, gstreamer) use "Since: 1.2.3", instead of
+ "Since: 1.2". The corresponding C++ projects need an ALIAS for this @newin
+ in Doxyfile.in, like in mm-common/skeletonmm/doc/reference/Doxyfile.in.
+
+2012-10-08 José Alburquerque <jaalburquerque@gmail.com>
+
+ FileInfo: set_attribute_strings(): Const correction.
+
+ * gio/src/fileinfo.hg: Pass the attr_value vector as a const
+ std::vector<>& and not just a std::vecto<>&. I must not have been
+ paying attention to what I was doing when wrapping this.
+
+2.33.14:
+
+Glib:
+* RegEx: Add get_has_cr_or_lf().
+ (José Alburquerque)
+* VariantIter: Add init() method.
+ (José Alburquerque)
+
+Gio:
+* ActionGroup: Add the query_action() methods.
+ (José Alburquerque)
+* FileAttributeMatcher: Add create_difference() and to_string().
+* FileInfo: Add has_namespace(), [get|set]_attribute_status(),
+ and [get|set]_attribute_strings().
+ (José Alburquerque)
+* IOStream: Add splice_async() splice_finish().
+* MenuItem: Add get_attribute().
+* MountOperation: Wrap the "show-unmount-progess" signal.
+ (José Alburquerque)
+
+* Gio::DBus:
+ - Proxy: Add call(), call_sync() and call_finish() for unix_fd_list.
+ (Murray Cumming)
+
+* gmmproc:
+ - Make the output param feature work for single indirection.
+ (José Alburquerque) Bug #662371.
+ - Add 3-argument @newin.
+ (Kjell Ahlstedt)
+
+
2.33.13 (unstable):
Gio: