Skip to content

Commit 030488b

Browse files
committed
2.9.1
1 parent 351f29b commit 030488b

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

NEWS

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
1+
2.9.1 (unstable):
12

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):
312

413
* Documentation: Mention use with CMake.
514

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
## You should have received a copy of the GNU Lesser General Public License
1616
## along with this library. If not, see <http://www.gnu.org/licenses/>.
1717

18-
AC_INIT([libsigc++], [2.8.0],
18+
AC_INIT([libsigc++], [2.9.1],
1919
[http://bugzilla.gnome.org/enter_bug.cgi?product=libsigc%2B%2B],
2020
[libsigc++], [http://libsigc.sourceforge.net/])
2121
AC_PREREQ([2.59])

0 commit comments

Comments
 (0)