[Xfce4-commits] [apps/xfdashboard] 04/04: Bump version to 0.2.3
noreply at xfce.org
noreply at xfce.org
Tue Mar 24 10:25:22 CET 2015
This is an automated email from the git hooks/post-receive script.
nomad pushed a commit to annotated tag 0.2.3
in repository apps/xfdashboard.
commit cb23c0d322beb17e432d91710af7f4758f6f7625
Author: Stephan Haller <nomad at froevel.de>
Date: Tue Aug 26 17:58:33 2014 +0200
Bump version to 0.2.3
---
ChangeLog | 28 ++++++++++++++++++++++++++++
configure.ac.in | 2 +-
data/appdata/xfdashboard.appdata.xml.in | 7 +++++++
3 files changed, 36 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
index fa4d1b1..ea6a4bb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,31 @@
+commit ea67b84ce02f88bed9140b5b1ddd5673e9a62d0b
+Author: Stephan Haller <nomad at froevel.de>
+Date: Wed Jul 23 10:34:53 2014 +0200
+
+ cogl_texture_new_from_data() is deprecated since Cogl 1.18 so move to new function cogl_texture_2d_new_from_data()
+
+commit 3306488d337775c0800a057354340b4a25e1a07d
+Author: Stephan Haller <nomad at froevel.de>
+Date: Sat Aug 16 08:24:54 2014 +0200
+
+ Avoid closing windows accidently with key <Backspace>
+
+ A window can accidently be closed when starting a search by typing and correcting more letters than entered with key <Backspace>. Because then the view switchs from search view back to windows view, sets the focus to a window in the win$
+
+ This commit addresses issue #32.
+
+commit 35029e2ff76a2b966e049d18b2d1b30882fbb3e1
+Author: Stephan Haller <nomad at froevel.de>
+Date: Tue Aug 12 20:52:11 2014 +0200
+
+ Post-release version bump to 0.2.3
+
+commit 73d6c7f3a6b6c73d81aa712840f5ed5b3586eef8
+Author: Stephan Haller <nomad at froevel.de>
+Date: Tue Aug 12 20:51:07 2014 +0200
+
+ Bump version to 0.2.2
+
commit 137f87ff5e13ff232954914c4ca558716e559bfa
Author: Stephan Haller <nomad at froevel.de>
Date: Tue Aug 12 20:43:23 2014 +0200
diff --git a/configure.ac.in b/configure.ac.in
index bfad44a..7d96562 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -11,7 +11,7 @@ m4_define([xfdashboard_version_major], [0])
m4_define([xfdashboard_version_minor], [2])
m4_define([xfdashboard_version_micro], [3])
m4_define([xfdashboard_version_build], [@REVISION@])
-m4_define([xfdashboard_version_tag], [git])
+m4_define([xfdashboard_version_tag], [])
m4_define([xfdashboard_version], [xfdashboard_version_major().xfdashboard_version_minor().xfdashboard_version_micro()ifelse(xfdashboard_version_tag(), [git], [xfdashboard_version_tag().xfdashboard_version_build()], [xfdashboard_version_tag()])])
dnl **************************************
diff --git a/data/appdata/xfdashboard.appdata.xml.in b/data/appdata/xfdashboard.appdata.xml.in
index 54b2c55..50c7c56 100644
--- a/data/appdata/xfdashboard.appdata.xml.in
+++ b/data/appdata/xfdashboard.appdata.xml.in
@@ -43,6 +43,13 @@
</provides>
<releases>
+ <release version="0.2.3" timestamp="1409068569">
+ <description>
+ <_p>This release fixes a problem closing windows accidently by pressing
+ the key 'backspace' to refine search more often than characters entered.
+ </_p>
+ </description>
+ </release>
<release version="0.2.2" timestamp="1407869332">
<description>
<_p>This release fixes a problem when loading scalable images by icon name.
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list