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
d4574638
Commit
d4574638
authored
May 18, 2019
by
Sean Davis
Browse files
Updates for release
parent
f6b89b77
Changes
2
Hide whitespace changes
Inline
Side-by-side
NEWS
View file @
d4574638
4.13.7
======
- Bump glib version
- Bug #15122: xfconf: disable gsettings backend by default
- Fix compiler error -Wcast-function-type (GCC 8)
- Fix this use of "defined" may not be portable
- Update .gitignore
- Fix warnings reported by GCC 8 (Bug #15112)
- Added gdbus binding to gitignore, add post release git tag
- Translation updates: Basque, Belarusian, Bulgarian, Catalan, Czech, Danish,
English (Australia), Icelandic, Italian, Lithuanian, Portuguese (Brazilian),
Romanian, Slovak, Swedish
4.13.6
======
- Added .NOTPARALLEL to property change test (bug #13840)
...
...
configure.ac.in
View file @
d4574638
...
...
@@ -11,10 +11,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], [
6
])
m4_define([xfconf_version_micro], [
7
])
m4_define([xfconf_version_nano], [])
m4_define([xfconf_version_build], [@REVISION@])
m4_define([xfconf_version_tag], [
git
])
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