File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change
1
+ 2.9.1 (unstable):
1
2
2
- 2.8.0 (stable)
3
+ * slot: Allow sigc::slot<R(Args...)> syntax, like std::function,
4
+ deprecating the sigc::slot<R, Args...> syntax.
5
+ (Murray Cumming, Kjell Ahlstedt) Bug #763393
6
+ * signal: Allow sigc::signal<R(Args...)> syntax, like std::function,
7
+ deprecating the sigc::signal<R, Args...> syntax.
8
+ (Murray Cumming, Kjell Ahlstedt) Bug #763393
9
+
10
+
11
+ 2.8.0 (stable):
3
12
4
13
* Documentation: Mention use with CMake.
5
14
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++] , [ 2.8.0 ] ,
18
+ AC_INIT ( [ libsigc++] , [ 2.9.1 ] ,
19
19
[ http://bugzilla.gnome.org/enter_bug.cgi?product=libsigc%2B%2B] ,
20
20
[ libsigc++] , [ http://libsigc.sourceforge.net/] )
21
21
AC_PREREQ ( [ 2.59] )
You can’t perform that action at this time.
0 commit comments