GLib 2.36.0

This commit is contained in:
Ryan Lortie 2013-03-25 17:39:21 -04:00
parent 978571d854
commit bea56fc270
2 changed files with 34 additions and 2 deletions

32
NEWS
View File

@ -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 Overview of changes from GLib 2.35.8 to 2.35.9
============================================== ==============================================

View File

@ -30,8 +30,8 @@ m4_define(glib_configure_ac)
# <mclasen> on the unstable (ie master), interface age = 0 # <mclasen> on the unstable (ie master), interface age = 0
m4_define([glib_major_version], [2]) m4_define([glib_major_version], [2])
m4_define([glib_minor_version], [35]) m4_define([glib_minor_version], [36])
m4_define([glib_micro_version], [9]) m4_define([glib_micro_version], [0])
m4_define([glib_interface_age], [0]) m4_define([glib_interface_age], [0])
m4_define([glib_binary_age], m4_define([glib_binary_age],
[m4_eval(100 * glib_minor_version + glib_micro_version)]) [m4_eval(100 * glib_minor_version + glib_micro_version)])