Skip to content

Commit 50753be

Browse files
committed
2.9.3
1 parent 74fdc49 commit 50753be

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

NEWS

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
2.9.3 (unstable):
2+
3+
* signal:
4+
Deprecate slots().
5+
Please tell us if you really need this.
6+
(Murray Cumming)
7+
Deprecate emit_reverse().
8+
Please tell us if you really need this.
9+
(Murray Cumming)
10+
* Benchmark: Update it and use boost::timer, and actually build it,
11+
but not built by default.
12+
(Murray Cumming)
13+
14+
Build:
15+
* Fix the build on MSVC++ 2013 and 2015.
16+
(Chun-wei Fan) Bug #767777
17+
18+
119
2.9.2 (unstable):
220

321
* Minor documentation improvements.

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.9.2],
18+
AC_INIT([libsigc++], [2.9.3],
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)