mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-23 12:41:50 +01:00
2.41.5
This commit is contained in:
parent
bb6a77afa3
commit
0177cece40
23
NEWS
23
NEWS
@ -1,3 +1,26 @@
|
||||
Overview of changes in GLib 2.41.5
|
||||
==================================
|
||||
|
||||
* Bug fixes:
|
||||
735819 single native credential struct used for two purposes
|
||||
735915 glib-building.html uses --enable-gcov instead of --enable-coverage
|
||||
736350 GDesktopAppInfo: avoid polling on missing desktop dirs
|
||||
736351 Don't use issetugid() on Android
|
||||
Fix the default application logic in GDesktopAppInfo
|
||||
736458 Only use rand_s() when targetting Visual Studio >= 2005
|
||||
|
||||
* Translation updates
|
||||
Galician
|
||||
Hungarian
|
||||
Indonesian
|
||||
Kannada
|
||||
Latvian
|
||||
Polish
|
||||
Russian
|
||||
Slovenian
|
||||
Tamil
|
||||
|
||||
|
||||
Overview of changes in GLib 2.41.4
|
||||
==================================
|
||||
|
||||
|
@ -31,7 +31,7 @@ m4_define(glib_configure_ac)
|
||||
|
||||
m4_define([glib_major_version], [2])
|
||||
m4_define([glib_minor_version], [41])
|
||||
m4_define([glib_micro_version], [4])
|
||||
m4_define([glib_micro_version], [5])
|
||||
m4_define([glib_interface_age], [0])
|
||||
m4_define([glib_binary_age],
|
||||
[m4_eval(100 * glib_minor_version + glib_micro_version)])
|
||||
|
Loading…
Reference in New Issue
Block a user