mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-26 05:56:14 +01:00
2.35.6
This commit is contained in:
parent
844527c037
commit
3fe8ed04c7
64
NEWS
64
NEWS
@ -1,3 +1,67 @@
|
|||||||
|
Overview of changes from GLib 2.35.4 to 2.35.6
|
||||||
|
==============================================
|
||||||
|
|
||||||
|
* GUnixFdSource is a new way to add file descriptors
|
||||||
|
to the mainloop
|
||||||
|
|
||||||
|
* g_source_set_ready_time lets you mark a source to become
|
||||||
|
ready at a specified monotonic time
|
||||||
|
|
||||||
|
* The internal visibility handling of GLib has been reworked
|
||||||
|
|
||||||
|
* GFileMonitor will now automatically use fam instead of inotify
|
||||||
|
if $HOME is on NFS
|
||||||
|
|
||||||
|
* The file monitor implementation can now be overridden with
|
||||||
|
the GIO_USE_FILE_MONITOR environment variable
|
||||||
|
|
||||||
|
* Bugs fixed:
|
||||||
|
570572 2 make check errors on
|
||||||
|
592211 No monitoring over NFS mounts
|
||||||
|
625552 wrong behaviour of GVolume GVolumeMonitor related func...
|
||||||
|
657729 modernise GMainLoop
|
||||||
|
658020 GSource for a single GPollFD
|
||||||
|
678223 g_mutex_free
|
||||||
|
682560 leak fixes
|
||||||
|
682819 EINTR-harden all the things
|
||||||
|
684404 When using g_network_address_address_enumerator_next()...
|
||||||
|
686853 new GSource fd API
|
||||||
|
688169 G_DISABLE_DEPRECATED doesn't cover deprecated/gthread....
|
||||||
|
688681 build: Make .symbols file canonical on all platforms
|
||||||
|
690118 Crash when closing last tab of a window using Ctrl-w
|
||||||
|
691624 glib/gtester.c: missing include
|
||||||
|
691812 gioinputstream - give task as callback_data not task_data
|
||||||
|
691866 fails out of source build directory - gnetwork.h not f...
|
||||||
|
692029 Add new API checking utility
|
||||||
|
692034 Install an invalidation notifier for GClosure in g_sou...
|
||||||
|
692058 Broken makefile for gio tests
|
||||||
|
692079 build failure in gmarkup.c when using gcc 4.8 and buil...
|
||||||
|
692201 inotify: fix a memleak
|
||||||
|
692202 gfile: don't report completion twice on g_file_load_co...
|
||||||
|
692229 Incorrect string formatters in a translation string
|
||||||
|
692332 GNetworkMonitorNetlink: make the netlink socket cloexec
|
||||||
|
692360 possibly non-threadsafe code in g_content_type_guess()?
|
||||||
|
692404 tester: Use FD_CLOEXEC when creating pipes
|
||||||
|
692408 nautilus SIGSEGV in g_file_info_get_size()
|
||||||
|
692544 [PATCH] gfile: Ensure we create internal pipe with FD_C...
|
||||||
|
692583 atomic get doesn't accept a const argument on architect...
|
||||||
|
692618 Use g_timeout_add_seconds
|
||||||
|
692815 Using g_hash_table_insert() when using a hash table as ...
|
||||||
|
692865 Invalid docbook generated by gdbus-codegen
|
||||||
|
692928 Document G_MENU_{ATTRIBUTE,LINK}_*
|
||||||
|
|
||||||
|
* Translation updates:
|
||||||
|
Hebrew
|
||||||
|
Kannada
|
||||||
|
Lithuanian
|
||||||
|
Norwegian bokmål
|
||||||
|
Polish
|
||||||
|
Serbian
|
||||||
|
Slovenian
|
||||||
|
Spanish
|
||||||
|
Uyghur
|
||||||
|
|
||||||
|
|
||||||
Overview of changes from GLib 2.35.3 to 2.35.4
|
Overview of changes from GLib 2.35.3 to 2.35.4
|
||||||
==============================================
|
==============================================
|
||||||
|
|
||||||
|
@ -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], [35])
|
m4_define([glib_minor_version], [35])
|
||||||
m4_define([glib_micro_version], [5])
|
m4_define([glib_micro_version], [6])
|
||||||
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