Skip to content

Commit 299d98a

Browse files
committed
3.0.0
1 parent b1b28f6 commit 299d98a

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

NEWS

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
3.0.0 (stable)
2+
3+
This is the first stable release of sigc++-3.0, installable in
4+
parallel with sigc++-2.0.
5+
Changes compared to the latest unstable release:
6+
7+
* Fix tuple_transform_each() for libc++
8+
(Kjell Ahlstedt) Issue #25 (Jeff Trull)
9+
10+
Documentation:
11+
* Remove some obsolete documentation
12+
(Kjell Ahlstedt)
13+
14+
Tests:
15+
* Make test_track_obj.cc compile with clang++
16+
(Kjell Ahlstedt)
17+
* Don't call static method via instance
18+
(Murray Cumming)
19+
20+
121
2.99.13: (unstable)
222

323
* Replace the deprecated std::result_of with std::invoke_result

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
## You should have received a copy of the GNU Lesser General Public License
1616
## along with this library. If not, see <http://www.gnu.org/licenses/>.
1717

18-
AC_INIT([libsigc++], [2.99.13],
18+
AC_INIT([libsigc++], [3.0.0],
1919
[https://github.com/libsigcplusplus/libsigcplusplus/issues/],
2020
[libsigc++], [https://libsigcplusplus.github.io/libsigcplusplus/])
2121
AC_PREREQ([2.59])

0 commit comments

Comments
 (0)