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
6a993450
Commit
6a993450
authored
Nov 09, 2020
by
Ali Abdallah
Browse files
Prepare 4.15.1 release
parent
94129ed6
Changes
2
Hide whitespace changes
Inline
Side-by-side
NEWS
View file @
6a993450
4.15.1
======
- Fix stray double-quote in bash-completion PKG_CONFIG invocation
- Disable parallelism on all tests
- Adds new README.md and updates AM_INIT_AUTOMAKE
- xfconf-cache: Fix access to freed data (#16)
- Translation Updates: oc, he, hu, hy_AM, lt, sk, sq, ug, tr.
4.15.0
======
- Implement custom test driver
...
...
configure.ac.in
View file @
6a993450
...
...
@@ -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], [15])
m4_define([xfconf_version_micro], [
0
])
m4_define([xfconf_version_micro], [
1
])
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