summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathon Jongsma <jonathon@quotidian.org>2009-08-25 12:25:01 -0500
committerJonathon Jongsma <jonathon@quotidian.org>2009-08-25 12:25:01 -0500
commite635ff1ba2d5009c1ce9bd542b52f81474de74fd (patch)
tree1a47c6cfe0e8c021086d46428cfc27e22411bd57
parent3a2e7d1767b486e977e4b1891c696566adac54a5 (diff)
downloadglibmm-e635ff1ba2d5009c1ce9bd542b52f81474de74fd.tar.gz
release 2.21.4glibmm-2.21.4
-rw-r--r--ChangeLog7
-rw-r--r--NEWS9
-rw-r--r--configure.ac2
3 files changed, 17 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index b87235a8..f65a47ac 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2.21.4:
+
+2009-08-25 Jonathon Jongsma <jonathon@quotidian.org>
+
+ * NEWS:
+ * configure.ac: update for 2.21.4
+
2009-08-25 Daniel Elstner <danielk@openismus.com>
Change documentation host to library.gnome.org
diff --git a/NEWS b/NEWS
index b6c16afb..848f3fe0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+2.21.4 (unstable):
+
+ Daniel Elstner (59):
+ Transition to new mm-common build infrastructure
+
+ José Alburquerque (1):
+ Correct the if condition in Gio::MemoryInputStream::add_data().
+
+
2.21.3 (unstable):
David King (1):
diff --git a/configure.ac b/configure.ac
index 71d7fee1..f709f5a5 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.21.3], [http://bugzilla.gnome.org/enter_bug.cgi?product=glibmm],
+AC_INIT([glibmm], [2.21.4], [http://bugzilla.gnome.org/enter_bug.cgi?product=glibmm],
[glibmm], [http://www.gtkmm.org/])
AC_PREREQ([2.59])