File tree Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change
1
+ 2.7.2 (unstable):
2
+
3
+ * Deprecate sigc::ref() and sigc::reference_wrapper(),
4
+ adding support instead for std::ref(), std::cref(),
5
+ and std::reference_wrapper().
6
+ (Murray Cumming)
7
+ * mem_fun(): Deprecate mem_fun(pointer, func).
8
+ Leaving just mem_fun(reference, func).
9
+ Please let us know if you disagree strongly with this.
10
+ (Murray Cumming) Bug #763215
11
+ * Make all operator bool() explicit. (A C++11 feature.)
12
+ (Murray Cumming)
13
+ * Build: Remove some now-unnecessary configure checks.
14
+ But please let us know if this causes problems for you.
15
+ (Murray Cumming) Bug #762065 (Kjell Ahlstedt)
16
+ * Build: Update MSVC project.
17
+ (Chun-wei Fan)
18
+ * Documentation: Improve the documentation of mem_fun(), making it clear that
19
+ mem_fun() does not return a slot.
20
+ (Kjell Ahlstedt)
21
+
1
22
2.7.1 (unstable):
2
23
3
24
* signal: Add a moving connect() method, taking an rvalue reference
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.7.1 ] ,
18
+ AC_INIT ( [ libsigc++] , [ 2.7.2 ] ,
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