File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change
1
+ 3.0.0 (stable)
2
+
3
+ This is the first stable release of sigc++-3.0, installable in
4
+ parallel with sigc++-2.0.
5
+ Changes compared to the latest unstable release:
6
+
7
+ * Fix tuple_transform_each() for libc++
8
+ (Kjell Ahlstedt) Issue #25 (Jeff Trull)
9
+
10
+ Documentation:
11
+ * Remove some obsolete documentation
12
+ (Kjell Ahlstedt)
13
+
14
+ Tests:
15
+ * Make test_track_obj.cc compile with clang++
16
+ (Kjell Ahlstedt)
17
+ * Don't call static method via instance
18
+ (Murray Cumming)
19
+
20
+
1
21
2.99.13: (unstable)
2
22
3
23
* Replace the deprecated std::result_of with std::invoke_result
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.99.13 ] ,
18
+ AC_INIT ( [ libsigc++] , [ 3.0.0 ] ,
19
19
[ https://github.com/libsigcplusplus/libsigcplusplus/issues/] ,
20
20
[ libsigc++] , [ https://libsigcplusplus.github.io/libsigcplusplus/] )
21
21
AC_PREREQ ( [ 2.59] )
You can’t perform that action at this time.
0 commit comments