2016-04-09 13:22:03 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Apr 8 14:18:58 UTC 2016 - dimstar@opensuse.org
|
|
|
|
|
|
|
|
- Update to version 2.99.4:
|
|
|
|
+ Minor documentation improvements.
|
|
|
|
+ Make some constructors explicit.
|
|
|
|
+ Some more minor uses of C++11 syntax.
|
|
|
|
+ Remove unused SIGC_FUNCTORS_DEDUCE_RESULT_TYPE_WITH_DECLTYPE.
|
|
|
|
+ Reformat code with clang-format.
|
|
|
|
|
2016-03-18 12:31:27 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Mar 18 11:06:07 UTC 2016 - dimstar@opensuse.org
|
|
|
|
|
|
|
|
- Update to version 2.99.3:
|
|
|
|
+ bgo#763616: Correct the license of some header files from GPL
|
|
|
|
to LGPL.
|
|
|
|
- Change License to LGPL-3.0+ following upstreams changes.
|
|
|
|
|
2016-03-18 11:07:50 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Mar 17 08:58:23 UTC 2016 - dimstar@opensuse.org
|
|
|
|
|
|
|
|
- Update to version 2.99.2:
|
|
|
|
+ slots and signal: These should now be declared with the
|
|
|
|
sigc::slot<R(Args...)> and sigc::signal<R(Args...)>
|
|
|
|
syntax, like std::function<>. Version 2.9/2.10 of libsigc++-2.0
|
|
|
|
supports both the old and new syntax.
|
|
|
|
+ sigc::men_fun(): Take the instance by reference only.
|
|
|
|
|
2016-03-11 18:07:45 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Mar 9 11:18:46 UTC 2016 - zaitor@opensuse.org
|
|
|
|
|
|
|
|
- Initial packaging of libsigc++3 based on libsigc++2.
|
|
|
|
|