mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-12 07:26:15 +01:00
2.51.5
This commit is contained in:
parent
90dfea2b61
commit
7a36df7b01
24
NEWS
24
NEWS
@ -1,3 +1,27 @@
|
||||
Overview of changes in GLib 2.51.5
|
||||
==================================
|
||||
|
||||
* OS X implementations of GContentType and GAppInfo
|
||||
have been added
|
||||
|
||||
* Bugs fixed:
|
||||
673047 gunicollate is broken on OS X (patch included!)
|
||||
734946 Implement GContentType on OSX
|
||||
747146 Implement GNotification on OSX
|
||||
769983 glib-mkenums generates non-reproducible Makefile snippets
|
||||
777203 gnulib license information is not correct in glib2.0
|
||||
778515 Crash in the gio kqueue backend
|
||||
779456 Make g_utf8_make_valid optionally take a length
|
||||
|
||||
* Translation updates:
|
||||
Danish
|
||||
Friulian
|
||||
German
|
||||
Hungarian
|
||||
Korean
|
||||
Lithuanian
|
||||
|
||||
|
||||
Overview of changes in GLib 2.51.4
|
||||
==================================
|
||||
|
||||
|
@ -31,7 +31,7 @@ m4_define(glib_configure_ac)
|
||||
|
||||
m4_define([glib_major_version], [2])
|
||||
m4_define([glib_minor_version], [51])
|
||||
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