summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2011-08-31 11:27:47 +0200
committerMurray Cumming <murrayc@murrayc.com>2011-08-31 11:27:47 +0200
commitce3df2efe927b1ff628608fe4aecb4cc6f802025 (patch)
tree91d1d95a261bc1fa4970f6c9723cc7f6ddec0c7c
parentaa29d46ec799d85f0406e9950867dc55badfc53d (diff)
downloadglibmm-ce3df2efe927b1ff628608fe4aecb4cc6f802025.tar.gz
2.29.122.29.12
-rw-r--r--ChangeLog2
-rw-r--r--NEWS17
-rw-r--r--configure.ac2
3 files changed, 20 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index d5888a9b..073f822d 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 2b9b228d..095f938c 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 cd573481..ef115f44 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])