summaryrefslogtreecommitdiff
path: root/NEWS
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 /NEWS
parenta96dacb12679dcbd01cfd64db2f67157ff4126b6 (diff)
downloadsigc++-edb5f398f72795370075e9d86ad9662d2e47457e.tar.gz
Increase versionlibsigc++-2.1.1
svn path=/trunk/; revision=286
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS28
1 files changed, 28 insertions, 0 deletions
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