File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
19
2.9.2 (unstable):
2
20
3
21
* Minor documentation improvements.
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.9.2 ] ,
18
+ AC_INIT ( [ libsigc++] , [ 2.9.3 ] ,
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