mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-20 07:38:54 +02:00
2.55.2
This commit is contained in:
50
NEWS
50
NEWS
@@ -1,3 +1,53 @@
|
|||||||
|
Overview of changes in GLib 2.55.2
|
||||||
|
==================================
|
||||||
|
|
||||||
|
* GFile now has API to get the path without copying
|
||||||
|
|
||||||
|
* A network monitor implementation for Windows has been added
|
||||||
|
|
||||||
|
* Bugs fixed:
|
||||||
|
520116 g_utf8_strlcpy()
|
||||||
|
584284 g_data_input_stream_read_until_async behaves confusingly different f...
|
||||||
|
605700 request for g_key_file_get_locale()
|
||||||
|
658713 ngettext (plural forms) needed for "Message has %d file descriptors ...
|
||||||
|
685442 windows GNetworkMonitor implementation
|
||||||
|
723003 gsettings list-recursively reports some keys multiple times
|
||||||
|
749583 GSequence performance improvements
|
||||||
|
757284 Move G_DIR_SEPARATOR* and G_SEARCHPATH_SEPARATOR* into glibconfig.h
|
||||||
|
760324 [PATCH] gkeyfile.c: find_file_in_data_dirs fails to return the path ...
|
||||||
|
761102 Increase performance for main loop
|
||||||
|
767976 GFile: Add g_file_peek_path()
|
||||||
|
770335 gdbus-codegen: generated getter for 'ao' property is actually (trans...
|
||||||
|
772989 Totem allows invalid urls that might cause segfault that's irrecover...
|
||||||
|
790698 convert: test failure on NetBSD
|
||||||
|
791015 gdbus-codegen: Split generation of header and source
|
||||||
|
791622 Disable strict-aliasing in GLib
|
||||||
|
792050 GResolver is not thread-safe
|
||||||
|
792217 Deprecate GTlsClientConnection:use-ssl3
|
||||||
|
792338 meson, autotools: figure out if mem barrier is needed for arm64 host...
|
||||||
|
792351 gbookmarkfile: check length before dereferencing groups
|
||||||
|
792364 gdbus-threading test method-calls-in-thread: assertion failed (elaps...
|
||||||
|
792370 GNetworkMonitor: Rename "network-changed" signal argument
|
||||||
|
792410 GDateTime new_from_iso8601 test broken in 2.55 on i386
|
||||||
|
792432 flush stdout after logging (debug) messages
|
||||||
|
792455 Improve docs of GSequence
|
||||||
|
792499 deadlock on startup with TCP session bus
|
||||||
|
792516 gconvert: More consistent handling of embedded NUL bytes
|
||||||
|
792777 g_notification_set_urgent() unconditionally sets G_NOTIFICATION_PRIO...
|
||||||
|
792780 gbytes should reference toplevel bytes when slicing with g_bytes_new...
|
||||||
|
792856 off64_t isn't a part of C standard
|
||||||
|
792862 gpollableoutputstream: document side effects of WOULD_BLOCK on D/TLS
|
||||||
|
792903 Clarification between g_try_.. functions and their counterparts
|
||||||
|
793006 High CPU load for GUnixMountsMonitor consumers
|
||||||
|
793026 possible mem leak in g_mutex_impl_new
|
||||||
|
793074 g_message() does not get -Wformat warnings when compiling with G_LOG...
|
||||||
|
|
||||||
|
* Translation updates:
|
||||||
|
Hungarian
|
||||||
|
Indonesian
|
||||||
|
Polish
|
||||||
|
|
||||||
|
|
||||||
Overview of changes in GLib 2.55.1
|
Overview of changes in GLib 2.55.1
|
||||||
==================================
|
==================================
|
||||||
|
|
||||||
|
@@ -31,7 +31,7 @@ m4_define(glib_configure_ac)
|
|||||||
|
|
||||||
m4_define([glib_major_version], [2])
|
m4_define([glib_major_version], [2])
|
||||||
m4_define([glib_minor_version], [55])
|
m4_define([glib_minor_version], [55])
|
||||||
m4_define([glib_micro_version], [1])
|
m4_define([glib_micro_version], [2])
|
||||||
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)])
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
project('glib', 'c', 'cpp',
|
project('glib', 'c', 'cpp',
|
||||||
version : '2.55.1',
|
version : '2.55.2',
|
||||||
meson_version : '>= 0.44.0',
|
meson_version : '>= 0.44.0',
|
||||||
default_options : [
|
default_options : [
|
||||||
'warning_level=1',
|
'warning_level=1',
|
||||||
|
Reference in New Issue
Block a user