mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-24 04:56:14 +01:00
GLib 2.36.0
This commit is contained in:
parent
978571d854
commit
bea56fc270
32
NEWS
32
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
|
Overview of changes from GLib 2.35.8 to 2.35.9
|
||||||
==============================================
|
==============================================
|
||||||
|
|
||||||
|
@ -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)])
|
||||||
|
Loading…
Reference in New Issue
Block a user