File tree Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
25
3.0.0 (stable)
2
26
3
27
This is the first stable release of sigc++-3.0, installable in
Original file line number Diff line number Diff line change 15
15
# # You should have received a copy of the GNU Lesser General Public License
16
16
# # along with this library. If not, see <http://www.gnu.org/licenses/>.
17
17
18
- AC_INIT ( [ libsigc++] , [ 3.0.0 ] ,
18
+ AC_INIT ( [ libsigc++] , [ 3.0.1 ] ,
19
19
[ https://github.com/libsigcplusplus/libsigcplusplus/issues/] ,
20
20
[ libsigc++] , [ https://libsigcplusplus.github.io/libsigcplusplus/] )
21
21
AC_PREREQ ( [ 2.59] )
You can’t perform that action at this time.
0 commit comments