summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@src.gnome.org>2005-03-31 08:02:04 +0000
committerMurray Cumming <murrayc@src.gnome.org>2005-03-31 08:02:04 +0000
commitc0e4fce16fa9084a42091554c5da60cd21cd6a03 (patch)
tree9bcf859006cbbbaaeff08921956c73937f6b7583
parentec31e0da43b8ab326ea9ba13a119d69a97060ecc (diff)
downloadsigc++-c0e4fce16fa9084a42091554c5da60cd21cd6a03.tar.gz
Increased versionlibsigc++-2.0.11
-rw-r--r--ChangeLog2
-rw-r--r--NEWS20
-rw-r--r--configure.ac2
3 files changed, 6 insertions, 18 deletions
diff --git a/ChangeLog b/ChangeLog
index 11f9806..b71ee9e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+2.0.11:
+
2005-03-09 Cedric Gustin <cedric.gustin@swing.be>
* Makefile.am: Moved MSVC_Net2003 directory to SUBDIRS.
diff --git a/NEWS b/NEWS
index 0e08cea..37136a2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,21 +1,7 @@
-*** libsigc++ 2.0:
+2.0.11:
-libsigc++ implements a typesafe callback system for standard C++. It
-allows you to define signals and to connect those signals to any
-callback function, either global or a member function, regardless of
-whether it is static or virtual.
-
-libsigc++ is used by gtkmm to wrap the GTK+ signal system. It does not depend
-on GTK or gtkmm.
-
-libsigc++ 2.0 uses modern C++ mechanisms to achieve a highly flexible,
-yet typesafe callback system. It supports all features of libsigc++ 1.2
-and improves upon it with a simpler and more powerful API.
-
-This version of libsigc++ needs GNU g++ 3.2 or higher to compile.
-
-
-*** ChangeLog summary:
+* Build fixes for SUN Forte, Tru64
+ (Murray Cumming), and MSVC++ (Cedric Gustin).
2.0.10:
diff --git a/configure.ac b/configure.ac
index aefacb7..d9c7491 100644
--- a/configure.ac
+++ b/configure.ac
@@ -7,7 +7,7 @@ dnl
dnl thus make format_package-0.0.1.tar.gz
pushdef([FP_MAJOR_VERSION], [2])
pushdef([FP_MINOR_VERSION], [0])
-pushdef([FP_MICRO_VERSION], [10])
+pushdef([FP_MICRO_VERSION], [11])
pushdef([FP_EXTRA_VERSION], [])
pushdef([FP_VERSION], FP_MAJOR_VERSION.FP_MINOR_VERSION.FP_MICRO_VERSION[]FP_EXTRA_VERSION)
# package name, version, support contact, tarball name.