summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@src.gnome.org>2004-10-27 21:42:26 +0000
committerMurray Cumming <murrayc@src.gnome.org>2004-10-27 21:42:26 +0000
commit6462aa516f789273c8bb52b1ba856278b3c387d5 (patch)
treeccd8c7c62dcf701dfa08e18307d7dbb410fa72e8
parent6791f1654e4d9342310e79f3f8d13e5755d7757d (diff)
downloadglibmm-6462aa516f789273c8bb52b1ba856278b3c387d5.tar.gz
Increased version
-rw-r--r--ChangeLog4
-rw-r--r--NEWS11
-rw-r--r--configure.in4
3 files changed, 16 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 6d76eb0e..a15bde99 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,10 @@
+2.4.5:
+
2004-10-21 Murray Cumming <murrayc@murrayc.com>
* build_shared/Makefile_build.am_fragment: Patch from Roger Leigh in
bug # 15589 to use PLATFORM_WIN32 rather than OS_WIN32 to enable
- -no-undefined. This allows glibmm to build in a cgwin environment,
+ -no-undefined. This allows glibmm to build in a cygwin environment,
apparently.
2004-10-20 Murray Cumming <murrayc@murrayc.com>
diff --git a/NEWS b/NEWS
index 8d54714f..8e49cfb3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+2.4.5:
+
+* Added MSVC++ project files, which might work.
+ (Timothy Shead)
+* Build fix for cygwin. (Roger Leigh)
+* dispatcher example: Fixed race condition on windows platform.
+ (Cedric Gustin)
+* gmmproc: Generate property code that uses the canonical property names,
+ to fix property change notification in some cases.
+ (Murray Cumming)
+
2.4.4:
* Signals: Avoid crashes when disconnecting a signal when handling that signal.
diff --git a/configure.in b/configure.in
index 585d82ff..8099c23a 100644
--- a/configure.in
+++ b/configure.in
@@ -19,7 +19,7 @@ AC_PREREQ(2.50)
#########################################################################
GLIBMM_MAJOR_VERSION=2
GLIBMM_MINOR_VERSION=4
-GLIBMM_MICRO_VERSION=4
+GLIBMM_MICRO_VERSION=5
GLIBMM_VERSION=$GLIBMM_MAJOR_VERSION.$GLIBMM_MINOR_VERSION.$GLIBMM_MICRO_VERSION
GLIBMM_RELEASE=$GLIBMM_MAJOR_VERSION.$GLIBMM_MINOR_VERSION
AC_DEFINE_UNQUOTED(GLIBMM_MAJOR_VERSION, $GLIBMM_MAJOR_VERSION)
@@ -35,7 +35,7 @@ AC_SUBST(GLIBMM_RELEASE)
# ? :+1 : ? == just some internal changes, nothing breaks but might work
# better
# CURRENT : REVISION : AGE
-LIBGLIBMM_SO_VERSION=1:4:0
+LIBGLIBMM_SO_VERSION=1:5:0
AC_SUBST(LIBGLIBMM_SO_VERSION)
AC_CONFIG_AUX_DIR(scripts)