summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@src.gnome.org>2005-07-04 08:18:25 +0000
committerMurray Cumming <murrayc@src.gnome.org>2005-07-04 08:18:25 +0000
commit781556c97de7ff285a517b38194c4cb64bbe8ef7 (patch)
tree6f44366ef4ced596a2678c3bcf9d5960eac46520
parentc7420bbdc9129ede402eeb895616bf6531adff24 (diff)
downloadsigc++-781556c97de7ff285a517b38194c4cb64bbe8ef7.tar.gz
Increased versionlibsigc++-2.0.15
-rw-r--r--ChangeLog2
-rw-r--r--NEWS10
-rw-r--r--configure.ac2
3 files changed, 13 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 4a2d8ba..114635b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+2.0.15:
+
2005-07-04 Philip Langdale <plangdale@vmware.com>
* sigc++/adaptors/macros/compose.h.m4: Add a setter typedef to
diff --git a/NEWS b/NEWS
index ac581a6..51eca3f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+2.0.15:
+
+* g++ 3.2 (and Mac OS X g++ 3.3) build fix.
+ (Paul Pogonyshev)
+* Compose: Fix slot lifetime regression introduced in
+ 2.0.9. (Philip Langdale)
+* tests: Small ISO C++ correctness fix (Marek Rouchal)
+* Don't specify unused function parameter names.
+ (Andris Pavenis)
+
2.0.14:
* SUN Forte 5.7 build fix for ambiguity when using
diff --git a/configure.ac b/configure.ac
index e0fcfaf..9914c47 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], [14])
+pushdef([FP_MICRO_VERSION], [15])
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.