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
libxfce4util
Commits
63a62d99
Commit
63a62d99
authored
Jun 10, 2018
by
Romain Bouvier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update for release
parent
db9c3b42
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
3 deletions
+19
-3
NEWS
NEWS
+16
-0
configure.ac.in
configure.ac.in
+3
-3
No files found.
NEWS
View file @
63a62d99
4.13.2
======
[Please note that this is a development release.]
- Add VAPIGEN for vala binding generation.
- Fix make distcheck build
- Better documentation processing (migrate away from sgml templates)
- Allow language-specific keys before language-neutral ones (some applications names were not
localized in applications menu) (bug #13979)
- Translation updates: Arabic, Asturian, Bulgarian, Bengali, Catalan, Czech, Welsh, Danish, German,
Greek, English (Australia), English (United Kingdom), Spanish, Estonian, Basque, Finnish,
French, Galician, Hebrew, Croatian, Hungarian, Indonesian, Icelandic, Italian, Japanese, Kazakh,
Korean, Lithuanian, Latvian, Malay, Norwegian Bokmål, Dutch, Norwegian Nynorsk,
Occitan (post 1500), Panjabi (Punjabi), Polish, Portuguese, Portuguese (Brazil), Romanian, Russian,
Sinhala, Slovak, Albanian, Serbian, Swedish, Thai, Turkish, Uighur, Ukrainian, Urdu, Urdu
(Pakistan), Uzbek, Chinese (China), Chinese (Hong Kong), Chinese (Taiwan)
4.13.1
======
[Please note that this is a development release.]
...
...
configure.ac.in
View file @
63a62d99
...
...
@@ -13,10 +13,10 @@ dnl ***************************
m4_define([libxfce4util_verinfo], [7:0:0])
m4_define([libxfce4util_version_major], [4])
m4_define([libxfce4util_version_minor], [13])
m4_define([libxfce4util_version_micro], [
1
])
m4_define([libxfce4util_version_micro], [
2
])
m4_define([libxfce4util_version_nano], []) dnl leave this empty to have no nano version
m4_define([libxfce4util_version_build], [@REVISION@])
m4_define([libxfce4util_version_tag], [
git
])
m4_define([libxfce4util_version_tag], [])
m4_define([libxfce4util_version], [libxfce4util_version_major().libxfce4util_version_minor().libxfce4util_version_micro()ifelse(libxfce4util_version_nano(), [], [], [.libxfce4util_version_nano()])ifelse(libxfce4util_version_tag(), [git], [libxfce4util_version_tag()-libxfce4util_version_build()], [])])
dnl **************************************************************
...
...
@@ -37,7 +37,7 @@ m4_define([libxfce4util_debug_default], [ifelse(libxfce4util_version_tag(), [git
dnl ***************************
dnl *** Initialize autoconf ***
dnl ***************************
AC_COPYRIGHT([Copyright (c) 2002-201
1
AC_COPYRIGHT([Copyright (c) 2002-201
8
The Xfce development team. All rights reserved.])
AC_INIT([libxfce4util], [libxfce4util_version], [xfce4-dev@xfce.org])
AC_PREREQ([2.50])
...
...
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