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
f43da176
Commit
f43da176
authored
Aug 20, 2020
by
Simon Steinbeiss
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updates for release
parent
8ec146ca
Pipeline
#1953
passed with stages
in 2 minutes and 56 seconds
Changes
2
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
3 deletions
+19
-3
NEWS
NEWS
+17
-1
configure.ac.in
configure.ac.in
+2
-2
No files found.
NEWS
View file @
f43da176
4.15.2
======
- icon-chooser-dialog: Allow removing selected icon (Fixes #2)
- desktop-item-edit: Fix sensitivity of save button (Fixes #28)
- Rework exo_icon_view_scroll_event for overshoot effect (Fixes #25)
- Allow resizing the xfce4-settings window smaller (Fixes #19)
- Drop exo-csource from exo
- Fix build on OpenBSD (!2)
- Fix race condition in make install (Fixes #29)
- Remove unused perl module requirement
- Replace bugzilla occurences with gitlab (Fixes #30)
- Translation Updates:
Albanian, Chinese (China), Chinese (Hong Kong), Danish, Eastern
Armenian, French, German, Hebrew, Japanese, Kazakh, Korean, Lithuanian,
Portuguese, Portuguese (Brazil), Russian, Swedish, Turkish
4.15.1
======
This release transitions several exo components to xfce-settings.
...
...
@@ -886,4 +902,4 @@ Other changes:
the gnome-ice module of libgnomeui.
- libexo no longer requires SSL on non-BSD systems, since a MD5 fallback
implementation was added, which will be used if the system doesn't
provide MD5_* functions.
\ No newline at end of file
provide MD5_* functions.
configure.ac.in
View file @
f43da176
...
...
@@ -13,10 +13,10 @@ m4_define([libexo_verinfo], [1:0:1])
m4_define([libexo_version_api], [2])
m4_define([libexo_version_major], [4])
m4_define([libexo_version_minor], [15])
m4_define([libexo_version_micro], [
1
])
m4_define([libexo_version_micro], [
2
])
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