Skip to content

Commit dc006c7

Browse files
committed
2.7.2
1 parent 2b8916b commit dc006c7

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

NEWS

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
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+
122
2.7.1 (unstable):
223

324
* signal: Add a moving connect() method, taking an rvalue reference

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