From bea56fc270883a6705b377f9c933a3080b901362 Mon Sep 17 00:00:00 2001 From: Ryan Lortie Date: Mon, 25 Mar 2013 17:39:21 -0400 Subject: [PATCH] GLib 2.36.0 --- NEWS | 32 ++++++++++++++++++++++++++++++++ configure.ac | 4 ++-- 2 files changed, 34 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 9541af8..02b3abd 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,35 @@ +Overview of changes fron GLib 2.35.9 to 2.36.0 +============================================== + +This release contains only small bugfixes and translations updates. + + - g_file_copy(): fix bug where attributes were not applied properly to + the destination file + + - fix some 'available since' annotations + + - fix gdbus-codegen to produce more pedantically-correct code + +* Bugs fixed: + 696108 gdbus-codegen: avoid warnings in generated code + 696014 g_file_copy(): Ensure G_FILE_COPY_OVERWRITE preserves permissions + +* Translations updated: + Basque + Czech + Gujarati + Hindi + Hungarian + Japanese + Malayalam + Marathi + Odia + Punjabi + Russian + Tadjik + Tamil + Telugu + Overview of changes from GLib 2.35.8 to 2.35.9 ============================================== diff --git a/configure.ac b/configure.ac index f734b7c..deac966 100644 --- a/configure.ac +++ b/configure.ac @@ -30,8 +30,8 @@ m4_define(glib_configure_ac) # on the unstable (ie master), interface age = 0 m4_define([glib_major_version], [2]) -m4_define([glib_minor_version], [35]) -m4_define([glib_micro_version], [9]) +m4_define([glib_minor_version], [36]) +m4_define([glib_micro_version], [0]) m4_define([glib_interface_age], [0]) m4_define([glib_binary_age], [m4_eval(100 * glib_minor_version + glib_micro_version)]) -- 2.7.4