Skip to content

Commit 2dbf726

Browse files
committed
3.0.1
1 parent 75119d0 commit 2dbf726

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

NEWS

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
3.0.1 (stable)
2+
3+
* Build:
4+
- Add meson build, alongside the existing autotools and CMake builds.
5+
(Kjell Ahlstedt, Chun-Wei Fan)
6+
- CMake: Fix the MSVC build, enable warnings, and disable unnecessary
7+
warnings, with MVSC.
8+
(Stuart Dootson)
9+
* connection: Allow copying of empty connections.
10+
(Aigrind)
11+
* sigc++/adaptors/bind.h: Make bind_functor::bound_ public.
12+
(Used by sigc::visitor::do_visit_each().
13+
(Kjell Ahlstedt) Bug #26
14+
* test_limit_reference: Avoid virtual-move-assign warning
15+
(seen with g++ 9.2)
16+
(Murray Cumming)
17+
* signal: slot_iterator_buf: Remove unused T_result default type
18+
(Murray Cumming)
19+
* tests: Slight cleanups
20+
(Murray Cumming)
21+
* Remove unused #ifdefed code.
22+
(Murray Cumming)
23+
24+
125
3.0.0 (stable)
226

327
This is the first stable release of sigc++-3.0, installable in

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++], [3.0.0],
18+
AC_INIT([libsigc++], [3.0.1],
1919
[https://github.com/libsigcplusplus/libsigcplusplus/issues/],
2020
[libsigc++], [https://libsigcplusplus.github.io/libsigcplusplus/])
2121
AC_PREREQ([2.59])

0 commit comments

Comments
 (0)