Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
xfce4-appfinder
Manage
Activity
Members
Labels
Plan
Issues
16
Issue boards
Milestones
Code
Merge requests
1
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
Xfce
xfce4-appfinder
Commits
b1569477
Commit
b1569477
authored
12 years ago
by
Nick Schermer
Browse files
Options
Downloads
Patches
Plain Diff
Updates for release.
parent
09761ce9
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
+13
-0
13 additions, 0 deletions
NEWS
configure.ac.in
+3
-3
3 additions, 3 deletions
configure.ac.in
with
16 additions
and
3 deletions
NEWS
+
13
−
0
View file @
b1569477
4.10.0
======
- Add a valid category to xfce4-run.desktop.
- Fix property-changed matching.
- Avoid a single category if the root menu has a directory.
- Avoid segfault when right-clicking a custom command.
- Only focus view if an item is selected on entry active.
- Try to spwan a custom command in expanded view as well.
- Translation updates: Czech, German, English (United Kingdom),
Spanish (Castilian), Galician, Hungarian, Japanese, Korean, Dutch
(Flemish), Portuguese (Brazilian), Romanian, Turkish, Chinese
(China), Chinese (Taiwan).
4.9.5
=====
- Don't use deprecated g_mapped_file_free (bug #8649).
...
...
This diff is collapsed.
Click to expand it.
configure.ac.in
+
3
−
3
View file @
b1569477
...
...
@@ -6,11 +6,11 @@ dnl ***************************
dnl *** Version information ***
dnl ***************************
m4_define([xfce4_appfinder_version_major], [4])
m4_define([xfce4_appfinder_version_minor], [
9
])
m4_define([xfce4_appfinder_version_micro], [
5
])
m4_define([xfce4_appfinder_version_minor], [
10
])
m4_define([xfce4_appfinder_version_micro], [
0
])
m4_define([xfce4_appfinder_version_nano], []) dnl leave this empty to have no nano version
m4_define([xfce4_appfinder_version_build], [@REVISION@])
m4_define([xfce4_appfinder_version_tag], [
git
])
m4_define([xfce4_appfinder_version_tag], [])
m4_define([xfce4_appfinder_version], [xfce4_appfinder_version_major().xfce4_appfinder_version_minor().xfce4_appfinder_version_micro()ifelse(xfce4_appfinder_version_nano(), [], [], [.xfce4_appfinder_version_nano()])ifelse(xfce4_appfinder_version_tag(), [git], [xfce4_appfinder_version_tag()-xfce4_appfinder_version_build()], [xfce4_appfinder_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