summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2016-07-21 11:07:45 +0200
committerMurray Cumming <murrayc@murrayc.com>2016-07-21 11:07:45 +0200
commit5ba426e65652365e7f21dc96c47d795268fdbe33 (patch)
treefe4957c6be8f0592f4cc9e632d321891a797fb4d
parent3a7eddc02e492e6787e2e7bcefaa80c533fed009 (diff)
downloadglibmm-5ba426e65652365e7f21dc96c47d795268fdbe33.tar.gz
2.49.42.49.4
-rw-r--r--NEWS10
-rw-r--r--configure.ac2
2 files changed, 11 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 1c989895..378b72d9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+2.49.4:
+
+glib:
+* Replace some use of some deprecated libsigc++ API.
+ (Murray Cumming)
+
+Build:
+* Really enable silent builds.
+ (Sebastian Geiger) Bug #768797
+
2.49.2:
Gio:
diff --git a/configure.ac b/configure.ac
index 6d1bfd3d..c4814d87 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.49.2],
+AC_INIT([glibmm], [2.49.4],
[http://bugzilla.gnome.org/enter_bug.cgi?product=glibmm],
[glibmm], [http://www.gtkmm.org/])
AC_PREREQ([2.59])