Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xfce
exo
Commits
a8e34279
Commit
a8e34279
authored
Jan 19, 2019
by
Sean Davis
Browse files
Updates for release
parent
f8404bb9
Changes
2
Show whitespace changes
Inline
Side-by-side
NEWS
View file @
a8e34279
0.12.4
======
- General:
- Use the standard shared thumbnails directory (Xfce #14799)
- Bug Fixes:
- ExoCellRendererIcon: Fix highlight rendering with GTK 3 (Xfce #14971)
- ExoIconView: Fix search popup placement (Xfce #14994)
- Translation Updates: Belarusian, Catalan, Chinese (China), German,
Hungarian, Icelandic, Italian, Kannada, Korean, Lithuanian, Malay,
Portuguese, Portuguese (Brazil), Russian, Serbian, Slovak, Spanish, Thai
0.12.3
0.12.3
======
======
- General:
- General:
...
...
configure.ac.in
View file @
a8e34279
...
@@ -12,10 +12,10 @@ m4_define([libexo_verinfo], [1:0:1])
...
@@ -12,10 +12,10 @@ m4_define([libexo_verinfo], [1:0:1])
m4_define([libexo_version_api], [1])
m4_define([libexo_version_api], [1])
m4_define([libexo_version_major], [0])
m4_define([libexo_version_major], [0])
m4_define([libexo_version_minor], [12])
m4_define([libexo_version_minor], [12])
m4_define([libexo_version_micro], [
3
])
m4_define([libexo_version_micro], [
4
])
m4_define([libexo_version_nano], [])
m4_define([libexo_version_nano], [])
m4_define([libexo_version_build], [@REVISION@])
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()])])
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 ********************************************
dnl ********************************************
...
...
Write
Preview
Supports
Markdown
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