Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
xfce4-xkb-plugin
Manage
Activity
Members
Labels
Plan
Issues
14
Issue boards
Milestones
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Panel Plugins
xfce4-xkb-plugin
Commits
ba8007da
Commit
ba8007da
authored
9 years ago
by
Igor Slepchin
Browse files
Options
Downloads
Patches
Plain Diff
Updates for release.
parent
4de4f4d1
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
NEWS
+7
-0
7 additions, 0 deletions
NEWS
configure.in.in
+2
-2
2 additions, 2 deletions
configure.in.in
with
9 additions
and
2 deletions
NEWS
+
7
−
0
View file @
ba8007da
2015-02-27 18:29
* New version 0.7.1 - to be used with xfce4-settings 4.11 or later;
do *not* use this version with XFCE 4.8 or 4.10, it won't work!
* Many translation updates
* Fix crash in xkb_util_normalize_group_name
* Add Montenegrin flag; add el.svg as a synonym for gr.svg
2013-05-20 17:29
* New version 0.7.0 - to be used with xfce4-settings 4.11 or later;
do *not* use this version with XFCE 4.8 or 4.10, it won't work!
...
...
This diff is collapsed.
Click to expand it.
configure.in.in
+
2
−
2
View file @
ba8007da
...
...
@@ -12,10 +12,10 @@ dnl *** Version information ***
dnl ***************************
m4_define([xkb_version_major], [0])
m4_define([xkb_version_minor], [7])
m4_define([xkb_version_micro], [
0
])
m4_define([xkb_version_micro], [
1
])
m4_define([xkb_version_nano], [])
m4_define([xkb_version_build], [@REVISION@])
m4_define([xkb_version_tag], [
git
])
m4_define([xkb_version_tag], [])
m4_define([xkb_version], [xkb_version_major().xkb_version_minor().xkb_version_micro()ifelse(xkb_version_nano(), [], [], [.xkb_version_nano()])ifelse(xkb_version_tag(), [git], [xkb_version_tag()-xkb_version_build()], [xkb_version_tag()])])
dnl ***************************
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment