Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GNOME
libdazzle
Commits
35033dab
Commit
35033dab
authored
Jan 31, 2018
by
Christian Hergert
Browse files
release 3.26.3
parent
fd58d833
Changes
2
Hide whitespace changes
Inline
Side-by-side
NEWS
View file @
35033dab
==============
Version 3.26.3
==============
Changes in this release:
• A number of fixes to DzlSignalGroup to be more re-entrant safe
and handle disposal cycles better.
• DzlPreferences is more aggressive about protecting against
widget disposal.
• A static inline dzl_clear_signal_handler() was backported for
use in other backports from master.
• A number of protections were added to DzlDirectoryReaper to
protect against potentially following through symlinks.
• Max age in DzlDirectoryReaper was changed to always ensure
a positive value for use in date comparisons.
• A leak of GFile instances in the directory reaper was fixed.
It's recommended that all distributions update to this release.
==============
Version 3.26.2
==============
...
...
meson.build
View file @
35033dab
project('libdazzle', 'c',
version: '3.26.
2
',
version: '3.26.
3
',
license: 'GPLv3+',
meson_version: '>= 0.40.1',
default_options: [ 'warning_level=1', 'buildtype=debugoptimized', 'c_std=gnu11' ],
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment