[Xfce4-commits] [xfce/gtk-xfce-engine] 05/06: Release 3.1.0!
noreply at xfce.org
noreply at xfce.org
Wed Feb 18 21:36:28 CET 2015
This is an automated email from the git hooks/post-receive script.
peter pushed a commit to branch master
in repository xfce/gtk-xfce-engine.
commit 487eeec75c8522f5ef05fc219b597aef2674d9ea
Author: Peter de Ridder <peter at xfce.org>
Date: Wed Feb 18 21:02:07 2015 +0100
Release 3.1.0!
---
NEWS | 9 +++++++++
configure.ac.in | 6 +++---
2 files changed, 12 insertions(+), 3 deletions(-)
diff --git a/NEWS b/NEWS
index 087e894..23a66b6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+3.1.0
+=====
+- Added default colors to xfce basic theme
+- Fix uinitialized value (bug #10877)
+- Support trough-side-details
+- Added flat_border and focus_color style properties
+- More rendering improvements
+- Gtk+-3 support has been stopped
+
3.0.1
=====
- Don't leak a graduent pattern at each draw (bug #8521).
diff --git a/configure.ac.in b/configure.ac.in
index af8fb0c..dc579c3 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -6,11 +6,11 @@ dnl ***************************
dnl *** Version information ***
dnl ***************************
m4_define([gtk_xfce_engine_version_major], [3])
-m4_define([gtk_xfce_engine_version_minor], [0])
-m4_define([gtk_xfce_engine_version_micro], [1])
+m4_define([gtk_xfce_engine_version_minor], [1])
+m4_define([gtk_xfce_engine_version_micro], [0])
m4_define([gtk_xfce_engine_version_nano], []) dnl leave this empty to have no nano version
m4_define([gtk_xfce_engine_version_build], [@REVISION@])
-m4_define([gtk_xfce_engine_version_tag], [git])
+m4_define([gtk_xfce_engine_version_tag], [])
m4_define([gtk_xfce_engine_version], [gtk_xfce_engine_version_major().gtk_xfce_engine_version_minor().gtk_xfce_engine_version_micro()ifelse(gtk_xfce_engine_version_nano(), [], [], [.gtk_xfce_engine_version_nano()])ifelse(gtk_xfce_engine_version_tag(), [git], [gtk_xfce_engine_version_tag()-gtk_xfce_engine_version_build()], [gtk_xfce_engine_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