summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2016-04-14 17:51:19 +0200
committerMurray Cumming <murrayc@murrayc.com>2016-04-14 17:51:19 +0200
commit7f210e8596282234a69eac494d4293ed6be37506 (patch)
tree5a7b0c4315e9f02b86c534eab53e762e2f03fdc4
parent3348b3e82d9a0a8a27be5e11d9592bfc09364461 (diff)
downloadglibmm-2-46.tar.gz
-rw-r--r--NEWS15
-rw-r--r--configure.ac2
2 files changed, 16 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index aaade502..1a131f50 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 53ea8322..fbf28ac3 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])