summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2010-05-03 23:51:32 +0200
committerMurray Cumming <murrayc@murrayc.com>2010-05-03 23:52:03 +0200
commit636c2c0bce4bc3ad0e14add7cdac5dbfe3a02bd6 (patch)
treea5f8ff93ad09bd322525be8c0371833376848799
parentf4c74d287c79bd920625e40351e505231428c98a (diff)
downloadglibmm-636c2c0bce4bc3ad0e14add7cdac5dbfe3a02bd6.tar.gz
2.24.22.24.2
-rw-r--r--ChangeLog2
-rw-r--r--NEWS9
-rw-r--r--configure.ac2
3 files changed, 10 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 0d93c0f2..a8fe60ba 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+2.24.2:
+
2010-05-03 Murray Cumming <murrayc@murrayc-x61>
Documentation: Add more links to main page, and mention giomm.
diff --git a/NEWS b/NEWS
index e4a4d9c6..a3fde38a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,9 @@
-2.24.1:
+2.24.2 (stable):
+
+* Reference Documentation: Add main page text for index.html.
+ (David King, Murray Cumming)
+
+2.24.1 (stable):
* UnixOutputStream: Fix the constructor to use the correct property name.
(Alex Vallee) Bug #615482
@@ -7,7 +12,7 @@
(José Alburquerque)
* Fix the Windows MSVC build. (Armin Burgmeier)
-2.24.0:
+2.24.0 (stable):
* Changes in glibmm 2.24 compared to glibmm 2.22:
diff --git a/configure.ac b/configure.ac
index a96ccbc1..4a27acf4 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.24.1],
+AC_INIT([glibmm], [2.24.2],
[http://bugzilla.gnome.org/enter_bug.cgi?product=glibmm],
[glibmm], [http://www.gtkmm.org/])
AC_PREREQ([2.59])