[Xfce4-commits] [panel-plugins/xfce4-clipman-plugin] 01/01: Updates for release
noreply at xfce.org
noreply at xfce.org
Mon Nov 28 22:51:33 CET 2016
This is an automated email from the git hooks/post-receive script.
ochosi pushed a commit to branch master
in repository panel-plugins/xfce4-clipman-plugin.
commit fab8731eb01a9373b18b7ade128cde22138423b9
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date: Mon Nov 28 22:51:00 2016 +0100
Updates for release
---
NEWS | 13 +++++++++++++
configure.ac.in | 4 ++--
2 files changed, 15 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index 8da715c..34dc34d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+Version 1.4.1 - 2016-11-28
+
+- New application icon
+- Improve clipman panel plugin icon sizing (Bug #12854)
+- Add a non-symbolic fallback icon
+- Adjust menu geometry to fit all elements (Bug #12865)
+- Avoid 'bad symlink' warning. (Bug #12850)
+- Fix tooltip of show QR code (Bug #12752)
+- Translation updates: Chinese (China), Chinese (Taiwan), Croatian, Dutch
+ (Flemish), English (Australia), French, German, Hebrew, Icelandic, Japanese,
+ Korean, Lithuanian, Malay, Occitan, Polish, Portuguese, Portuguese (Brazilian),
+ Slovak, Spanish, Swedish, Ukrainia
+
Version 1.4.0 - 2016-09-15
- Port to Gtk3
diff --git a/configure.ac.in b/configure.ac.in
index c194072..2e18d11 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], [4])
-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