[Xfce4-commits] [panel-plugins/xfce4-clipman-plugin] 01/01: === Release 1.2.5 ===
noreply at xfce.org
noreply at xfce.org
Wed May 21 22:05:08 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 548c7f5f64236908bb67acd3cea7773952a35cf6
Author: Mike Massonnet <m8t at gandi.net>
Date: Wed Feb 5 20:51:59 2014 +0100
=== Release 1.2.5 ===
---
ChangeLog | 13 +++++++++++++
NEWS | 5 +++++
configure.ac.in | 2 +-
3 files changed, 19 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
index be10957..4dccc23 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2014-02-05 Mike Massonnet
+=== Release 1.2.5 ===
+
+2014-02-05 Mike Massonnet
+Bind skip-action option on the correct radio button (setting was reversed)
+
+2014-02-05 Mike Massonnet
+Set empty text on the clipboard when clearing history
+
+ Call gtk_clipboard_text with an empty string before calling
+ gtk_clipboard_clear. gtk_clipboard_clear must only be called after
+ owning the clipboard.
+
2014-02-02 Mike Massonnet
=== Release 1.2.4 ===
diff --git a/NEWS b/NEWS
index d20b5cb..3b6a883 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+Version 1.2.5 - 2014-02-05
+
+- Set empty text on the clipboard when clearing history
+- Bind skip-action option on the correct radio button (setting was reversed)
+
Version 1.2.4 - 2014-02-02
- Removed doc submodule
diff --git a/configure.ac.in b/configure.ac.in
index 777aa5b..948dabb 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], [4])
+m4_define([project_version_micro], [5])
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