[libsigcplusplus/libsigc++-2-10] 2.9.3



commit 50753be3599865e84b1b3bae0764feb00d1abe78
Author: Murray Cumming <murrayc murrayc com>
Date:   Wed Jul 6 12:08:27 2016 +0200

    2.9.3

 NEWS         |   18 ++++++++++++++++++
 configure.ac |    2 +-
 2 files changed, 19 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 0200122..3286da2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,21 @@
+2.9.3 (unstable):
+
+* signal:
+  Deprecate slots().
+  Please tell us if you really need this.
+  (Murray Cumming)
+  Deprecate emit_reverse().
+  Please tell us if you really need this.
+  (Murray Cumming)
+* Benchmark: Update it and use boost::timer, and actually build it,
+  but not built by default.
+  (Murray Cumming)
+
+Build:
+* Fix the build on MSVC++ 2013 and 2015.
+  (Chun-wei Fan) Bug #767777
+
+
 2.9.2 (unstable):
 
 * Minor documentation improvements.
diff --git a/configure.ac b/configure.ac
index 3dde0ab..ea828ae 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.9.2],
+AC_INIT([libsigc++], [2.9.3],
         [http://bugzilla.gnome.org/enter_bug.cgi?product=libsigc%2B%2B],
         [libsigc++], [http://libsigc.sourceforge.net/])
 AC_PREREQ([2.59])


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]