summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS10
-rw-r--r--configure.ac2
2 files changed, 11 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 272767e..730d80e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+2.99.5 (unstable):
+
+* Functors (mem_functor, ptr_functor) no longer need to derive from a common
+ functor_base base class, and functors no longer need to have a result_type
+ typedef or alias.
+* emitters and accumulators no longer need t ohave a result_type typedef or
+ alias.
+* Remove now-unnecessary adaptor_type type aliases.
+* Remove some more unused and unnecessary public type aliases.
+
2.99.4 (unstable):
* Minor documentation improvements.
diff --git a/configure.ac b/configure.ac
index 79ff088..fb421c5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,7 +15,7 @@
## You should have received a copy of the GNU Lesser General Public License
## along with this library. If not, see <http://www.gnu.org/licenses/>.
-AC_INIT([libsigc++], [2.99.4],
+AC_INIT([libsigc++], [2.99.5],
[http://bugzilla.gnome.org/enter_bug.cgi?product=libsigc%2B%2B],
[libsigc++], [http://libsigc.sourceforge.net/])
AC_PREREQ([2.59])