summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@src.gnome.org>2007-08-14 08:46:53 +0000
committerMurray Cumming <murrayc@src.gnome.org>2007-08-14 08:46:53 +0000
commitedb5f398f72795370075e9d86ad9662d2e47457e (patch)
tree7344f79a374618eaab0521cfe5cc11345d7a4e4f
parenta96dacb12679dcbd01cfd64db2f67157ff4126b6 (diff)
downloadsigc++-libsigc++-2.1.1.tar.gz
Increase versionlibsigc++-2.1.1
svn path=/trunk/; revision=286
-rw-r--r--ChangeLog6
-rw-r--r--NEWS28
-rw-r--r--configure.ac4
3 files changed, 34 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 06b9ccc..cf72dfc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -16,9 +16,11 @@
* sigc++/retype_return.h: Removed deprecated
compatibility API, to probably fix the build with
some compilers, such as some versions of the Sun Forte C++
- CC compiler. This API has been deprecated April 2004, and
+ CC compiler. Some of these headers are now mostly empty and
+ should be removed later.
+ This API has been deprecated April 2004, and
is not widely used, so it seems safe to do this now.
-
+
* tests/Makefile.am:
* tests/test_compatibility.cc: Removed this test.
diff --git a/NEWS b/NEWS
index 4ad187f..009d522 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,31 @@
+2.1.1 (unstable)
+
+WARNING: This is an unstable release and should not yet be
+packaged by distributions unless libsigc++ 2.0.x does not
+build for some reason (Please report such bugs).
+
+* Removed the SigC:: namespace and other compatibility API,
+ to fix the build with some versions of some compilers,
+ such as the SUN Forte C++ CC compiler.
+ See bug #302098, for instance
+ (Murray Cumming)
+* sigc::signal<>:
+ - Added Added typedefs for
+ value_type, reference, and pointer, so that these
+ iterators are more like standard C++ iterators, so they can
+ be used with standard C++ algorithms.
+ (Michael Elkstrand) (Bug #417926).
+ - Added emit_reverse().
+ (John Profic)
+
+2.0.17:
+
+* slot::disconnect(): Make this work.
+ sigc::connection::disconnect() already worked.
+ (James Lin, Murray Cumming)
+* visit_each compilation problem fixed.
+ (Philipp Berndt)
+
2.0.16:
* Fixed build for SUN Forte C++ 5.5
diff --git a/configure.ac b/configure.ac
index 6ba9044..26220fa 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6,8 +6,8 @@ dnl
#We use pushdef here because we can't use shell variables before AC_INIT, but we want to use a variable with AC_INIT:
dnl thus make format_package-0.0.1.tar.gz
pushdef([FP_MAJOR_VERSION], [2])
-pushdef([FP_MINOR_VERSION], [0])
-pushdef([FP_MICRO_VERSION], [16])
+pushdef([FP_MINOR_VERSION], [1])
+pushdef([FP_MICRO_VERSION], [1])
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.