Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
glib2.0
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Container Registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
public-projects
glib2.0
Commits
f023d8b9
Commit
f023d8b9
authored
14 years ago
by
Matthias Clasen
Browse files
Options
Downloads
Patches
Plain Diff
Update NEWS
parent
98060404
No related branches found
Branches containing commit
Tags
2.27.3
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
NEWS
+49
-0
49 additions, 0 deletions
NEWS
with
49 additions
and
0 deletions
NEWS
+
49
−
0
View file @
f023d8b9
Overview of Changes from GLib 2.27.2 to 2.27.3
==============================================
* The GTimeSpec type that was introduced in the 2.27.2 has been
dropped again in favour of APIs that return microseconds as
64-bit integer.
Affected functions:
g_source_get_time
g_periodic_unblock
g_get_monotonic_time
g_get_real_time
The similar GTimeVal struct is still around, but its use is
discouraged.
* GTimer is now using monotonic time unconditionally
* There are some new functions to facilitate error reporting
in async GIO APIs:
g_simple_async_result_take_error
g_simple_async_result_new_take_error
g_simple_async_report_take_gerror_in_idle
* There is new convenience API to us GVariant dictionaries:
g_variant_lookup
* It is now possible to delay sending match rules to the
D-Bus daemon in GDBus:
G_DBUS_SIGNAL_FLAGS_NO_MATCH_RULE
* Support has been added for XDG_RUNTIME_DIR:
g_get_user_runtime_dir
* Various fixes for Win64/MSVC builds have been committed
* Bugs fixed:
620263 Add g_clear_object, g_clear_pointer, g_clear_boxed
633075 update Project Files and sources for MSVC 2008/C89
633381 gsettings Makefile rules should handle empty list...
633685 Use g_simple_async_result_{new_,}take_error
633686 Add g_simple_async_report_take_gerror_in_idle
* Translation updates:
Belarusian
Galician
Hebrew
Punjabi
Spanish
Overview of Changes from GLib 2.27.1 to 2.27.2
==============================================
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment