summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKjell Ahlstedt <kjellahlstedt@gmail.com>2019-09-05 10:16:57 +0200
committerKjell Ahlstedt <kjellahlstedt@gmail.com>2019-09-05 10:16:57 +0200
commit299d98ade5a460d2e81b3a29e0111c548107ebd7 (patch)
treeff1e920386247e852bc0037e93d90a287dfb8436
parentb1b28f6914ba79fe190b0581764c1c539acf27d7 (diff)
downloadsigc++-299d98ade5a460d2e81b3a29e0111c548107ebd7.tar.gz
3.0.03.0.0
-rw-r--r--NEWS20
-rw-r--r--configure.ac2
2 files changed, 21 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 7b21c6a..cf581e8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,23 @@
+3.0.0 (stable)
+
+This is the first stable release of sigc++-3.0, installable in
+parallel with sigc++-2.0.
+Changes compared to the latest unstable release:
+
+* Fix tuple_transform_each() for libc++
+ (Kjell Ahlstedt) Issue #25 (Jeff Trull)
+
+Documentation:
+* Remove some obsolete documentation
+ (Kjell Ahlstedt)
+
+Tests:
+* Make test_track_obj.cc compile with clang++
+ (Kjell Ahlstedt)
+* Don't call static method via instance
+ (Murray Cumming)
+
+
2.99.13: (unstable)
* Replace the deprecated std::result_of with std::invoke_result
diff --git a/configure.ac b/configure.ac
index eaec676..d88205f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,7 +15,7 @@
## You should have received a copy of the GNU Lesser General Public License
## along with this library. If not, see <http://www.gnu.org/licenses/>.
-AC_INIT([libsigc++], [2.99.13],
+AC_INIT([libsigc++], [3.0.0],
[https://github.com/libsigcplusplus/libsigcplusplus/issues/],
[libsigc++], [https://libsigcplusplus.github.io/libsigcplusplus/])
AC_PREREQ([2.59])