[Xfce4-commits] <exo:xfce-4.8> Updates for release.
Nick Schermer
noreply at xfce.org
Mon May 9 19:56:13 CEST 2011
Updating branch refs/heads/xfce-4.8
to 7b898111d0abb5762417fd28b2c501a7bfa4c9c5 (commit)
from 468ef59844f1e499c33d3dfeaf13b9c078690881 (commit)
commit 7b898111d0abb5762417fd28b2c501a7bfa4c9c5
Author: Nick Schermer <nick at xfce.org>
Date: Mon May 9 19:48:05 2011 +0200
Updates for release.
NEWS | 12 ++++++++++++
configure.in.in | 4 ++--
2 files changed, 14 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index fe41d04..5aa3fa6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+0.6.1
+=====
+- Fix gio-unix 2.27 detection (bug #7124).
+- Allow installation of the helpers in a custom location.
+- Only compile demo application in make check (bug #7267).
+- Add Greek manual screenshots.
+- Remove mime-types from the exo helper desktop files (bug #7257).
+- Drop unused variable.
+- Make exo-compose-mail-1 case-insensitive (bug #7472).
+- Use portable abicheck.sh from xfconf.
+- Add missing linker flag.
+
0.6.0
=====
- Add main category to exo-open desktop files.
diff --git a/configure.in.in b/configure.in.in
index 72b72a1..81d3a8d 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -12,10 +12,10 @@ m4_define([libexo_verinfo], [0:0:0])
m4_define([libexo_version_api], [1])
m4_define([libexo_version_major], [0])
m4_define([libexo_version_minor], [6])
-m4_define([libexo_version_micro], [0])
+m4_define([libexo_version_micro], [1])
m4_define([libexo_version_nano], [])
m4_define([libexo_version_build], [@REVISION@])
-m4_define([libexo_version_tag], [git])
+m4_define([libexo_version_tag], [])
m4_define([libexo_version], [libexo_version_major().libexo_version_minor().libexo_version_micro()ifelse(libexo_version_nano(), [], [], [.libexo_version_nano()])ifelse(libexo_version_tag(), [git], [libexo_version_tag()-libexo_version_build()], [libexo_version_tag()])])
dnl ********************************************
More information about the Xfce4-commits
mailing list