summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2005-02-01 09:10:46 +0000
committerMurray Cumming <murrayc@src.gnome.org>2005-02-01 09:10:46 +0000
commita3d6f905af9760452b566b8e7e4bef0f53152621 (patch)
tree9eb928b7ee5e26abd8f870cf7ecc009e33a1b76e
parent7b1d5dd5aabd636e24bf2e30c6edd83a4b5dcc85 (diff)
downloadsigc++-libsigc++-2.0.8.tar.gz
2005-01-30 Murray Cumming <murrayc@murrayc.com> * sigc++/type_traits.h: is_base_and_derived: Added avoid_gcc3_warning_(), to avoid an incorrect warning when using g++ 3.3.5
-rw-r--r--ChangeLog2
-rw-r--r--NEWS7
-rw-r--r--configure.ac2
3 files changed, 10 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index fff6118..8678606 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+2.0.8:
+
2005-01-30 Murray Cumming <murrayc@murrayc.com>
* sigc++/type_traits.h: is_base_and_derived: Added
diff --git a/NEWS b/NEWS
index 8fca01c..6124fc6 100644
--- a/NEWS
+++ b/NEWS
@@ -17,6 +17,13 @@ This version of libsigc++ needs GNU g++ 3.2 or higher to compile.
*** ChangeLog summary:
+2.0.8:
+
+* Maybe avoid (incorrect) warning with g++ 3.3.5.
+ (Murray Cumming)
+* Fix namespace ambiguity when using multiple
+ major versions of libsigc++. (Liza Klerck)
+
2.0.7:
* Now builds with the following compilers, in addition to
diff --git a/configure.ac b/configure.ac
index aa4f7c4..78500fa 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], [7])
+pushdef([FP_MICRO_VERSION], [8])
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.