summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMurray Cumming <murraycu@google.com>2019-12-22 15:46:30 +0100
committerMurray Cumming <murraycu@google.com>2019-12-22 15:46:30 +0100
commit2dbf726101e87a18b9dd7b3144e76cf28ea55d15 (patch)
tree5cbc3261b3cb80772904fea0719b1343941a7bef
parent75119d0a346d1739c16a5117ed2ff17412241ff1 (diff)
downloadsigc++-2dbf726101e87a18b9dd7b3144e76cf28ea55d15.tar.gz
3.0.13.0.1
-rw-r--r--NEWS24
-rw-r--r--configure.ac2
2 files changed, 25 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index cf581e8..93d51cb 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,27 @@
+3.0.1 (stable)
+
+* Build:
+ - Add meson build, alongside the existing autotools and CMake builds.
+ (Kjell Ahlstedt, Chun-Wei Fan)
+ - CMake: Fix the MSVC build, enable warnings, and disable unnecessary
+ warnings, with MVSC.
+ (Stuart Dootson)
+* connection: Allow copying of empty connections.
+ (Aigrind)
+* sigc++/adaptors/bind.h: Make bind_functor::bound_ public.
+ (Used by sigc::visitor::do_visit_each().
+ (Kjell Ahlstedt) Bug #26
+* test_limit_reference: Avoid virtual-move-assign warning
+ (seen with g++ 9.2)
+ (Murray Cumming)
+* signal: slot_iterator_buf: Remove unused T_result default type
+ (Murray Cumming)
+* tests: Slight cleanups
+ (Murray Cumming)
+* Remove unused #ifdefed code.
+ (Murray Cumming)
+
+
3.0.0 (stable)
This is the first stable release of sigc++-3.0, installable in
diff --git a/configure.ac b/configure.ac
index d88205f..8a65509 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++], [3.0.0],
+AC_INIT([libsigc++], [3.0.1],
[https://github.com/libsigcplusplus/libsigcplusplus/issues/],
[libsigc++], [https://libsigcplusplus.github.io/libsigcplusplus/])
AC_PREREQ([2.59])