[glibmm] 2.45.80



commit 29e2c69581addcc5db86c0e8ae83cc3a964a533c
Author: Murray Cumming <murrayc murrayc com>
Date:   Tue Sep 15 09:36:11 2015 +0200

    2.45.80

 NEWS         |   17 +++++++++++++++++
 configure.ac |    4 ++--
 2 files changed, 19 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 842aa4d..d6d1085 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,20 @@
+2.45.80 (unstable):
+
+Gio:
+* Application: Add bind/unbind_busy_property() and set_state_hint().
+  (Murray Cumming)
+* TlsClientConnection: Add copy_session_state().
+  (Murray Cumming)
+
+Build:
+* MSVC Builds: Require MSVC.Net 2013 for C++11 support.
+  (Chun-wei Fan) Bug #753271.
+* MSVC Builds: Adapt for recent source code changes.
+  (Chun-wei Fan) Bug #753271.
+* MSVC Builds: Improve Build Speed and Debugging Experience
+  (Chun-wei Fan)
+
+
 2.45.70 (unstable):
 
 Glib:
diff --git a/configure.ac b/configure.ac
index 35aadea..ef6b1e4 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([glibmm], [2.45.70],
+AC_INIT([glibmm], [2.45.80],
         [http://bugzilla.gnome.org/enter_bug.cgi?product=glibmm],
         [glibmm], [http://www.gtkmm.org/])
 AC_PREREQ([2.59])
@@ -62,7 +62,7 @@ AS_IF([test "x$enable_static" = xyes],
   AC_DEFINE([GIOMM_STATIC_LIB],  [1], [Define if giomm is built as a static library])
 ])
 
-glibreq='2.0 >= 2.45.7'
+glibreq='2.0 >= 2.45.8'
 
 GLIBMM_MODULES="sigc++-2.0 >= 2.5.4 glib-$glibreq gobject-$glibreq gmodule-$glibreq"
 GIOMM_MODULES="$GLIBMM_MODULES gio-$glibreq"


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