[glibmm] 2.29.11



commit 47769ffb8b67711509bfe8510fe5284b8bb0c5d4
Author: Murray Cumming <murrayc murrayc com>
Date:   Mon Jul 25 09:42:44 2011 +0200

    2.29.11

 ChangeLog    |    2 ++
 NEWS         |   19 +++++++++++++++++++
 configure.ac |    2 +-
 3 files changed, 22 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 3fed064..7921f84 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+2.29.11:
+
 2011-07-19  Murray Cumming  <murrayc murrayc com>
 
 	Add reftpr_sigc_bind test case.
diff --git a/NEWS b/NEWS
index dc4ca8f..2b9b228 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,22 @@
+2.29.11:
+
+* Gio::AppInfo:
+  - launch(): Use a vector instead of a ListHandle and assume that it contains 
+  Gio::File rather than strings. This was unusable before.
+  - Add launch() overload with no launch_context parameter.
+  - Add launch() overload taking one file, 
+  - launch_uri(): Deprecate the method taking a GAppLaunchContext*, adding 
+    one taking a Gio::AppLaunchContext instead.
+  - Add launch_uri() taking one URI.
+  (Murray Cumming)
+* Add test case for a recent fix in libsigc++ with RefPtr.
+  (Kjell Ahlstedt) Bug #564005#c14 (Alexander Shaduri)
+* tools: Add python .def generation scripts removed from PyGObject.
+  (Murray Cumming)
+* gmmproc: Allow _STRUCT_NOT_HIDDEN to be used even when multiple classes 
+  are defined in one file.
+  (Josà Alburquerque)
+
 2.29.10:
 
 * Gio:
diff --git a/configure.ac b/configure.ac
index a325706..b8c3ad6 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.29.10],
+AC_INIT([glibmm], [2.29.11],
         [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]