[Xfce4-commits] <parole:master> Maintenance release 0.3.1
Sean Davis
noreply at xfce.org
Thu Aug 16 16:44:01 CEST 2012
Updating branch refs/heads/master
to c374851def9e7bf6a4fdf0168b077066f5a797e5 (commit)
from 6aa1fa5c6dfe89b9150668386071bebdb1873b7e (commit)
commit c374851def9e7bf6a4fdf0168b077066f5a797e5
Author: Sean Davis <smd.seandavis at gmail.com>
Date: Thu Aug 16 10:42:07 2012 -0400
Maintenance release 0.3.1
ChangeLog | 8 ++++++++
NEWS | 9 +++++++++
configure.ac.in | 4 ++--
3 files changed, 19 insertions(+), 2 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 642dc3c..a067a71 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2012-08-16: bluesabre at xfce.org
+ * Release version 0.3.1 (maintenance release)
+ * Updated build requirements (bug #9197)
+ * Fixed installation directory for plugins
+ * Fixed compilation of plugin api (bug #9196)
+ * Fixed compilation of debug=yes and debug=full
+ * Fixed compiling twice (bug #9219)
+
2012-08-09: bluesabre at xfce.org
* Release version 0.3.0
* Replaced libxfce4gui dependencies with libxfce4ui
diff --git a/NEWS b/NEWS
index b9cba8a..2262bc6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+0.3.1
+=======
+- Maintenance release
+- Updated build requirements (bug #9197)
+- Fixed installation directory for plugins
+- Fixed compilation of plugin api (bug #9196)
+- Fixed compilation of debug=yes and debug=full
+- Fixed compiling twice (bug #9219)
+
0.3.0
=======
- Replaced libxfce4gui dependencies with libxfce4ui
diff --git a/configure.ac.in b/configure.ac.in
index 799508b..d7c22a2 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -1,9 +1,9 @@
m4_define([intltool_minimum_version], [0.31])
-m4_define([parole_verinfo], [0:3:0])
+m4_define([parole_verinfo], [0:3:1])
m4_define([parole_version_api], [0])
m4_define([parole_version_major], [0])
m4_define([parole_version_minor], [3])
-m4_define([parole_version_micro], [0])
+m4_define([parole_version_micro], [1])
m4_define([parole_version_build], [])
m4_define([parole_version_tag], [])
m4_define([parole_version], [parole_version_major().parole_version_minor().parole_version_micro()ifelse(parole_version_tag(), [git], [parole_version_tag().parole_version_build()], [parole_version_tag()])])
More information about the Xfce4-commits
mailing list