Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
xfce4-settings
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
200
Issues
200
List
Boards
Labels
Service Desk
Milestones
Custom Issue Tracker
Custom Issue Tracker
Merge Requests
5
Merge Requests
5
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Xfce
xfce4-settings
Commits
ec2a5d1e
Commit
ec2a5d1e
authored
Aug 22, 2019
by
Simon Steinbeiss
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updates for release
parent
d708d5df
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
3 deletions
+15
-3
NEWS
NEWS
+13
-1
configure.ac.in
configure.ac.in
+2
-2
No files found.
NEWS
View file @
ec2a5d1e
4.14.1
======
- display: Fix profile matching in xfsettingsd
- display: Assure correct gchar** (Bug #15816)
- color: Conditionally hide info button in add-profile dialog
- color: Add tooltip to profile info buttons
- keyboard: Add mnemonics to add-command dialog (Bug #10495)
- keyboard: Improve layout of add-command dialog
- Translation Updates:
Arabic, Bulgarian, Chinese (China), Dutch, French, Galician, German,
Hebrew, Italian, Portuguese (Brazil), Russian, Serbian
4.14.0
======
- a11y: Replace GtkStock buttons
...
...
@@ -678,4 +690,4 @@
4.5.90 (Xfce 4.6 alpha)
=======================
- Initial release.
\ No newline at end of file
- Initial release.
configure.ac.in
View file @
ec2a5d1e
...
...
@@ -11,10 +11,10 @@ dnl *** Version information ***
dnl ***************************
m4_define([xfce4_settings_version_major], [4])
m4_define([xfce4_settings_version_minor], [14])
m4_define([xfce4_settings_version_micro], [
0
])
m4_define([xfce4_settings_version_micro], [
1
])
m4_define([xfce4_settings_version_nano], [])
m4_define([xfce4_settings_version_build], [@REVISION@])
m4_define([xfce4_settings_version_tag], [
git
]) # Leave empty for releases
m4_define([xfce4_settings_version_tag], []) # Leave empty for releases
m4_define([xfce4_settings_version], [xfce4_settings_version_major().xfce4_settings_version_minor().xfce4_settings_version_micro()ifelse(xfce4_settings_version_nano(), [], [], [.xfce4_settings_version_nano()])ifelse(xfce4_settings_version_tag(), [git], [xfce4_settings_version_tag()-xfce4_settings_version_build()], [xfce4_settings_version_tag()])])
dnl define a short version string for xfce4-settings
...
...
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