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
c760ffc2
Commit
c760ffc2
authored
Jun 13, 2019
by
Sean Davis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updates for release
parent
53084d7e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
3 deletions
+20
-3
NEWS
NEWS
+18
-1
configure.ac.in
configure.ac.in
+2
-2
No files found.
NEWS
View file @
c760ffc2
0.12.6
======
- Bug Fixes:
- Add trailing ";" to mimeapps.list (Xfce #15087)
- Clear bad entries from mimeapps.list (Xfce #15046, #15238)
- Synchronize default applications to gio-mime (Xfce #14633)
- Disable emoji menu in type-ahead search (Xfce #15451)
- Enable dismissal of "Failed to open default" dialogs
- Related: https://github.com/brave/brave-browser/issues/4142
- If the error can be safely ignored, the user is able to dismiss
it. After changing defaults, the dismissal is forgotten.
- Translation Updates: Albanian, Armenian (Armenia), Bulgarian,
Chinese (China), Chinese (Taiwan), Croatian, Danish, French,
Galician, German, Hungarian, Icelandic, Interlingue, Italian,
Polish, Portuguese, Portuguese (Brazil), Russian, Spanish, Thai,
Turkish
0.12.5
======
- Bug Fixes:
...
...
@@ -15,7 +32,7 @@
- exo-compose-mail has dropped the library version since it
does not depend on either version of the library
- The expansion-to-defined flag was re-enabled
- Translation Updates: Albanian, Bulgarian, Danish, Dutch,
- Translation Updates: Albanian, Bulgarian, Danish, Dutch,
English (United Kingdom), Finnish, Indonesian, Korean, Spanish
0.12.4
...
...
configure.ac.in
View file @
c760ffc2
...
...
@@ -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], [
5
])
m4_define([libexo_version_micro], [
6
])
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