Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xfce
exo
Commits
4b7694f3
Commit
4b7694f3
authored
Nov 15, 2019
by
Sean Davis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updates for release
parent
eb89d98e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
12 deletions
+16
-12
NEWS
NEWS
+14
-10
configure.ac.in
configure.ac.in
+2
-2
No files found.
NEWS
View file @
4b7694f3
0.12.9
(UNRELEASED)
0.12.9
======
- Explicitly depend on gio-unix-2.0 (Xfce #15825)
- Fix issues with displaying icon view contents (Xfce #14737)
- Fix desktop item creation on symbolic link directories
- Fix prelight deactivation (Xfce #11806)
- Fix cursor missing in search popup widget (Xfce #16068)
- Fix excess clickable area of multiline filenames (Xfce #16075)
- Fix alignment of multi-line filenames when text beside icons (Xfce #16107)
- Hide search widget when doing a fullscreen resize (Xfce #15106)
- Make user-created launchers executable by default
- Bug Fixes:
- Explicitly depend on gio-unix-2.0 (Xfce #15825)
- Fix alignment of multi-line filenames when text beside icons (Xfce #16107)
- Fix cursor missing in search popup widget (Xfce #16068)
- Fix desktop item creation on symbolic link directories
- Fix excess clickable area of multiline filenames (Xfce #16075)
- Fix issues with displaying icon view contents (Xfce #14737)
- Fix prelight deactivation (Xfce #11806)
- Hide search widget when doing a fullscreen resize (Xfce #15106)
- Make user-created launchers executable by default
- Translation Updates:
Croatian, English (United Kingdom), French, Galician, Korean,
Slovenian, Swedish
0.12.8
======
...
...
configure.ac.in
View file @
4b7694f3
...
...
@@ -14,10 +14,10 @@ m4_define([libexo_version_api], [1])
m4_define([libexo2_version_api], [2])
m4_define([libexo_version_major], [0])
m4_define([libexo_version_minor], [12])
m4_define([libexo_version_micro], [
8
])
m4_define([libexo_version_micro], [
9
])
m4_define([libexo_version_nano], [])
m4_define([libexo_version_build], [@REVISION@])
m4_define([libexo_version_tag], [
git
])
m4_define([libexo_version_tag], [])
m4_define([libexo_version], [libexo_version_major().libexo_version_minor().libexo_version_micro()ifelse(libexo_version_nano(), [], [], [.libexo_version_nano()])ifelse(libexo_version_tag(), [git], [libexo_version_tag()-libexo_version_build()], [libexo_version_tag()])])
dnl ********************************************
...
...
Write
Preview
Markdown
is supported
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