[glibmm/glibmm-2-46] 2.46.4



commit 7f210e8596282234a69eac494d4293ed6be37506
Author: Murray Cumming <murrayc murrayc com>
Date:   Thu Apr 14 17:51:19 2016 +0200

    2.46.4

 NEWS         |   15 +++++++++++++++
 configure.ac |    2 +-
 2 files changed, 16 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index aaade50..1a131f5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+2.46.4:
+
+Glib:
+* Fix definition of VARIANT_TYPE_DICT_ENTRY to match header declaration
+  (Aurelien Jacobs) Bug #761046
+
+Build:
+* MSVC builds: Look for includes in include/gio-win32-2.0.
+  (Chun-wei Fan) Bug #761046
+* glibmmconfig.h.in: Fix Visual Studio 2013 builds.
+  (Chun-wei Fan) Bug #760612
+* Glib::ustring: fix -Wmisleading-indentation gcc 6 warning in public header.
+  (Aurelien Jacobs) Bug #760641.
+
+
 2.46.3:
 
 Gio:
diff --git a/configure.ac b/configure.ac
index 53ea832..fbf28ac 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.46.3],
+AC_INIT([glibmm], [2.46.4],
         [http://bugzilla.gnome.org/enter_bug.cgi?product=glibmm],
         [glibmm], [http://www.gtkmm.org/])
 AC_PREREQ([2.59])


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