Skip to content
Snippets Groups Projects
Commit b1569477 authored by Nick Schermer's avatar Nick Schermer
Browse files

Updates for release.

parent 09761ce9
No related branches found
No related tags found
No related merge requests found
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).
......
......@@ -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 *******************************************
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment