Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alexander Schwinn
xfconf
Commits
c38105c0
Commit
c38105c0
authored
Aug 31, 2017
by
Ali Abdallah
Browse files
Update NEWS and prepare for 4.13.4 release.
parent
c8215a90
Changes
2
Hide whitespace changes
Inline
Side-by-side
NEWS
View file @
c38105c0
4.13.4
======
- Fix segfault in xfconf_cache_set_property_reply_handler when
multiple calls are made (bug #13825)
- Allow to store empty arrays (bug #13791)
- Fix a path in xfconf_cache_set where the mutex isn't locked (bug #13790)
4.13.3
======
- Flush gdbus connection on xfconf_shutdown
...
...
configure.ac.in
View file @
c38105c0
...
...
@@ -10,10 +10,10 @@ m4_define([libxfconf_verinfo], [3:0:0])
m4_define([libxfconf_version_api], [0])
m4_define([xfconf_version_major], [4])
m4_define([xfconf_version_minor], [13])
m4_define([xfconf_version_micro], [
3
])
m4_define([xfconf_version_micro], [
4
])
m4_define([xfconf_version_nano], [])
m4_define([xfconf_version_build], [
@REVISION@
])
m4_define([xfconf_version_tag], [
git
])
m4_define([xfconf_version_build], [])
m4_define([xfconf_version_tag], [])
m4_define([xfconf_version], [xfconf_version_major().xfconf_version_minor().xfconf_version_micro()ifelse(xfconf_version_nano(), [], [], [.xfconf_version_nano()])ifelse(xfconf_version_tag(), [git], [xfconf_version_tag()-xfconf_version_build()], [xfconf_version_tag()])])
m4_define([xfconf_default_debug], [ifelse(xfconf_version_tag(), [git], [yes], [minimum])])
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment