[Xfce4-commits] [panel-plugins/xfce4-clipman-plugin] 01/01: Updates for release
noreply at xfce.org
noreply at xfce.org
Sun Apr 5 00:43:28 CEST 2020
This is an automated email from the git hooks/post-receive script.
o c h o s i p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository panel-plugins/xfce4-clipman-plugin.
commit bf99d4ebc7b85e0024119b02a261002742eb6f43
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date: Sun Apr 5 00:43:04 2020 +0200
Updates for release
---
NEWS | 9 +++++++++
configure.ac.in | 4 ++--
2 files changed, 11 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index 2ce773c..720d8a9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+1.6.1
+======
+- Add translateable files to POTFILES (Bug #16608)
+- Bump libxfce4ui ifdef to 4.15.1
+- Translation Updates:
+ Albanian, Bulgarian, Catalan, Chinese (China), Danish, Dutch, French,
+ Galician, German, Italian, Japanese, Lithuanian, Norwegian Bokmål,
+ Polish, Portuguese, Russian, Spanish
+
1.6.0
======
- Add standalone dialog to search history: xfce4-clipman-history
diff --git a/configure.ac.in b/configure.ac.in
index efe099d..4307d9e 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -11,9 +11,9 @@ dnl *** Version information ***
dnl ***************************
m4_define([project_version_major], [1])
m4_define([project_version_minor], [6])
-m4_define([project_version_micro], [0])
+m4_define([project_version_micro], [1])
m4_define([project_version_build], [@REVISION@])
-m4_define([project_version_tag], [git]) # leave empty for release
+m4_define([project_version_tag], []) # leave empty for release
m4_define([project_version], [project_version_major().project_version_minor().project_version_micro()ifelse(project_version_tag(), [git], [project_version_tag()-project_version_build()], [project_version_tag()])])
dnl ***************************
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list