Skip to content

Commit 06fabac

Browse files
committed
2.10.2
1 parent f97af9f commit 06fabac

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

NEWS

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
2.10.2: (stable)
2+
3+
This release is identical to 2.10.1, except for:
4+
* Reference docs generated by Doxygen 1.8.11.
5+
Hopefully it will show up at
6+
https://developer.gnome.org/libsigc++/stable/
7+
8+
19
2.10.1: (stable)
210

311
* signal_impl::clear(): Don't clear the slot list during signal emission,

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.10.1],
18+
AC_INIT([libsigc++], [2.10.2],
1919
[https://github.com/libsigcplusplus/libsigcplusplus/issues/],
2020
[libsigc++], [https://libsigcplusplus.github.io/libsigcplusplus/])
2121
AC_PREREQ([2.59])

0 commit comments

Comments
 (0)