diff --git a/libsigc++-2.10.0.tar.xz b/libsigc++-2.10.0.tar.xz deleted file mode 100644 index 69e1347..0000000 --- a/libsigc++-2.10.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f843d6346260bfcb4426259e314512b99e296e8ca241d771d21ac64f28298d81 -size 3794612 diff --git a/libsigc++-2.10.1.tar.xz b/libsigc++-2.10.1.tar.xz new file mode 100644 index 0000000..63888a4 --- /dev/null +++ b/libsigc++-2.10.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9a25f26178c6cbb147f9904d8c533b5a5c5111a41ac2eb781eb734eea446003 +size 4062388 diff --git a/libsigc++2.changes b/libsigc++2.changes index aaaef08..d0ebf7d 100644 --- a/libsigc++2.changes +++ b/libsigc++2.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Fri Nov 30 18:26:50 UTC 2018 - bjorn.lie@gmail.com + +- Update to version 2.10.1: + + signal_impl::clear(): Don't clear the slot list during signal + emission, to prevent a segfault. And add a test for this. + + slot_base::set_parent(): Create a dummy slot_rep if necessary. + + Avoid compiler warnings from function pointer conversions. + + Build: + - Make --disable-benchmark work. + - Replace the Visual Studio project files with MSVC NMake + project files. + - Add MSVC_NMake/README.txt for Visual Studio builds. + + Documentation: + - signal_base: Warn against deletion during emission. + - Update links in README, configure.ac, libsigcplusplus.doap. + ------------------------------------------------------------------- Wed Feb 28 16:36:21 UTC 2018 - dimstar@opensuse.org diff --git a/libsigc++2.spec b/libsigc++2.spec index e04d7d1..4c4930c 100644 --- a/libsigc++2.spec +++ b/libsigc++2.spec @@ -12,13 +12,13 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # %define _name libsigc++ Name: libsigc++2 -Version: 2.10.0 +Version: 2.10.1 Release: 0 Summary: Typesafe Signal Framework for C++ License: LGPL-2.1-or-later