[Xfce4-commits] [panel-plugins/xfce4-clipman-plugin] 02/02: === Release 1.2.6 ===

noreply at xfce.org noreply at xfce.org
Sat May 31 19:06:11 CEST 2014


This is an automated email from the git hooks/post-receive script.

mmassonnet pushed a commit to branch master
in repository panel-plugins/xfce4-clipman-plugin.

commit 26d80ae968f446d8ba884def09157d43f0a20e2d
Author: Mike Massonnet <m8t at gandi.net>
Date:   Sat May 31 18:56:57 2014 +0200

    === Release 1.2.6 ===
---
 ChangeLog       |   30 ++++++++++++++++++++++++++++++
 NEWS            |    8 ++++++++
 configure.ac.in |    2 +-
 3 files changed, 39 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 4dccc23..21f8b94 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,33 @@
+2014-05-31	Mike Massonnet
+=== Release 1.2.6 ===
+
+2014-05-31  Mike Massonnet
+Include .appdata.xml file inside tarball distribution
+
+2014-05-31  Mike Massonnet
+Fix typo and use correct screenshot for .appdata.xml (bug 10926)
+
+2014-05-31  Mike Massonnet
+Include an .appdata.xml file
+
+2014-05-31  Mike Massonnet
+Move icons/ to data/icons/
+
+2014-05-30  Mike Massonnet
+Switch to gtk_clipboard_request_text for retrieving text (bug 10225)
+
+2014-05-30  Mike Massonnet
+Update Years
+
+2014-05-30  Mike Massonnet
+Position menu with XfceScreenPosition (bug 8849)
+
+2014-05-28	Mike Massonnet
+Update default action Long URL with whitespace \s
+
+2014-05-28	Mike Massonnet
+Fix link to online documentaion
+
 2014-02-05	Mike Massonnet
 === Release 1.2.5 ===
 
diff --git a/NEWS b/NEWS
index 3b6a883..d06bb46 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+Version 1.2.6 - 2014-05-31
+
+- Include an .appdata.xml file
+- Switch to gtk_clipboard_request_text for retrieving text (bug 10225)
+- Position menu with XfceScreenPosition (bug 8849)
+- Update default action Long URL with whitespace \s
+- Fix link to online documentaion
+
 Version 1.2.5 - 2014-02-05
 
 - Set empty text on the clipboard when clearing history
diff --git a/configure.ac.in b/configure.ac.in
index 3174a85..7d72cd3 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -11,7 +11,7 @@ dnl *** Version information ***
 dnl ***************************
 m4_define([project_version_major], [1])
 m4_define([project_version_minor], [2])
-m4_define([project_version_micro], [5])
+m4_define([project_version_micro], [6])
 m4_define([project_version_build], [@REVISION@])
 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()])])

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list