[glibmm] 2.33.14



commit 4e6d4e19040bc9cb9ab744fae10d075d127ffbf2
Author: Murray Cumming <murrayc murrayc com>
Date:   Sun Oct 14 21:48:10 2012 +0200

    2.33.14

 ChangeLog    |    2 ++
 NEWS         |   51 +++++++++++++++++++++++++++++++++++++++++++++++++++
 configure.ac |    2 +-
 3 files changed, 54 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 6bdcf83..55e90e2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+2.33.14:
+
 2012-10-12  Kjell Ahlstedt  <kjell ahlstedt bredband net>
 
 	gmmproc: Add 3-argument @newin.
diff --git a/NEWS b/NEWS
index f72df3a..26d070c 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:
diff --git a/configure.ac b/configure.ac
index 16f0c0c..23e9b1f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,7 +15,7 @@
 ## You should have received a copy of the GNU Lesser General Public License
 ## along with this library.  If not, see <http://www.gnu.org/licenses/>.
 
-AC_INIT([glibmm], [2.33.13],
+AC_INIT([glibmm], [2.33.14],
         [http://bugzilla.gnome.org/enter_bug.cgi?product=glibmm],
         [glibmm], [http://www.gtkmm.org/])
 AC_PREREQ([2.59])



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]