Skip to content

Commit 8116ff7

Browse files
committed
2.99.10
1 parent 299e339 commit 8116ff7

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

NEWS

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
2.99.10: (unstable)
2+
3+
* slot_base::set_parent(): Create a dummy slot_rep if necessary
4+
(Kjell Ahlstedt) Bug #167714 (Gerald Britton)
5+
* visit_each.h: Add an #include.
6+
(Kjell Ahlstedt)
7+
18
2.99.9: (unstable)
29

310
* 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.99.9],
18+
AC_INIT([libsigc++], [2.99.10],
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)