[glibmm] 2.29.12



commit ce3df2efe927b1ff628608fe4aecb4cc6f802025
Author: Murray Cumming <murrayc murrayc com>
Date:   Wed Aug 31 11:27:47 2011 +0200

    2.29.12

 ChangeLog    |    2 ++
 NEWS         |   17 +++++++++++++++++
 configure.ac |    2 +-
 3 files changed, 20 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index d5888a9..073f822 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+2.29.12:
+
 2011-08-25  Chun-wei Fan  <fanc999 src gnome org>
 
 	Update Visual Studio projects
diff --git a/NEWS b/NEWS
index 2b9b228..095f938 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,20 @@
+2.29.12:
+
+2011-08-03  Murray Cumming  <murrayc murrayc com>
+
+* Gio::Application:
+  - Add back Gio::Application and friends so we can try to finish them.
+  - local_command_line_vfunc(): Use references for parameters.
+    See bug #643478.
+  (Murray Cumming)
+* Gio::TimeZoneMonitor: Remove because it was removed in glib.
+  (Josà Alburquerque)
+* Build:
+configure: Require the latest libsigc++ because our tests require it.
+	See https://bugs.launchpad.net/bugs/829596
+	(Murray Cumming)
+
+	
 2.29.11:
 
 * Gio::AppInfo:
diff --git a/configure.ac b/configure.ac
index cd57348..ef115f4 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.11],
+AC_INIT([glibmm], [2.29.12],
         [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]