summaryrefslogtreecommitdiff
path: root/NEWS
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 /NEWS
parentec31e0da43b8ab326ea9ba13a119d69a97060ecc (diff)
downloadsigc++-c0e4fce16fa9084a42091554c5da60cd21cd6a03.tar.gz
Increased versionlibsigc++-2.0.11
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS20
1 files changed, 3 insertions, 17 deletions
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: