mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-11-04 18:18:56 +01:00
GLib 2.48.1
This commit is contained in:
30
NEWS
30
NEWS
@@ -1,3 +1,33 @@
|
|||||||
|
Overview of changes in GLib 2.48.1
|
||||||
|
==================================
|
||||||
|
|
||||||
|
Bugs fixed:
|
||||||
|
731988 glocalfile: Avoid a potential NULL pointer dereference
|
||||||
|
747107 GVariant varargs documentation: g_variant_get() example
|
||||||
|
747478 g_system_thread_set_name() is not implemented for gthread-win32
|
||||||
|
748474 g_get_language_names() is not thread-safe
|
||||||
|
748530 gthread: W32 implementation of g_get_num_processors() has lame fallback
|
||||||
|
748806 GVariant: Better introduction to the concepts and its uses
|
||||||
|
749606 tests: always remove app.desktop
|
||||||
|
758174 Fix documentation typos
|
||||||
|
758738 Usage of GType properties causes crashes due to gulong/gpointer mismatch
|
||||||
|
762994 Race condition in GIO/AppFileChooser crashes Firefox/Gtk3
|
||||||
|
763379 codegen: Add support for g_autoptr to gdbus-codegen–generated objects
|
||||||
|
763821 build: Also dist Systemtap files always for gobject/
|
||||||
|
764092 gstrfuncs: Document the behaviour of g_strjoinv()
|
||||||
|
764574 build: Fix all statfs() tests failing
|
||||||
|
764575 tests: Fix compilation errors due to Y2K format problems
|
||||||
|
764685 GApplication documentation about handling command-line options is confusing
|
||||||
|
764754 '-' in application id: unbreak bus activation and notifications
|
||||||
|
765959 socket: set fd field to -1 after closing socket
|
||||||
|
765990 Visual Studio: Define inline only when necessary
|
||||||
|
|
||||||
|
Translations updated:
|
||||||
|
Basque language
|
||||||
|
Catalan
|
||||||
|
Vietnamese
|
||||||
|
zh_CN
|
||||||
|
|
||||||
Overview of changes in GLib 2.48.0
|
Overview of changes in GLib 2.48.0
|
||||||
==================================
|
==================================
|
||||||
|
|
||||||
|
|||||||
@@ -31,8 +31,8 @@ m4_define(glib_configure_ac)
|
|||||||
|
|
||||||
m4_define([glib_major_version], [2])
|
m4_define([glib_major_version], [2])
|
||||||
m4_define([glib_minor_version], [48])
|
m4_define([glib_minor_version], [48])
|
||||||
m4_define([glib_micro_version], [0])
|
m4_define([glib_micro_version], [1])
|
||||||
m4_define([glib_interface_age], [0])
|
m4_define([glib_interface_age], [1])
|
||||||
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)])
|
||||||
m4_define([glib_version],
|
m4_define([glib_version],
|
||||||
|
|||||||
Reference in New Issue
Block a user