[Xfce4-commits] <xfce4-settings:xfce-4.8> Updates for release.
Nick Schermer
noreply at xfce.org
Sun Jan 30 17:36:04 CET 2011
Updating branch refs/heads/xfce-4.8
to 87172d2ae066b7b5798e9ef5753bc94e90714552 (commit)
from 03ff865a0a917cea54a7af0ccde59fabd410c464 (commit)
commit 87172d2ae066b7b5798e9ef5753bc94e90714552
Author: Nick Schermer <nick at xfce.org>
Date: Sun Jan 30 17:33:52 2011 +0100
Updates for release.
NEWS | 6 ++++++
configure.ac.in | 4 ++--
2 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index 94f4e36..d66d30f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+4.8.1
+=====
+- Don't test for "default" output in xfce_randr_populate (bug #7092).
+- Fix double free when setting workspace names (bug #7174).
+- Updated translations: Turkish.
+
4.8.0
=====
- Dispatch primary clipboard restoration (bug #6819).
diff --git a/configure.ac.in b/configure.ac.in
index 8f50f80..379e2b9 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -11,10 +11,10 @@ dnl *** Version information ***
dnl ***************************
m4_define([xfce4_settings_version_major], [4])
m4_define([xfce4_settings_version_minor], [8])
-m4_define([xfce4_settings_version_micro], [0])
+m4_define([xfce4_settings_version_micro], [1])
m4_define([xfce4_settings_version_nano], [])
m4_define([xfce4_settings_version_build], [@REVISION@])
-m4_define([xfce4_settings_version_tag], [git]) # Leave empty for releases
+m4_define([xfce4_settings_version_tag], []) # Leave empty for releases
m4_define([xfce4_settings_version], [xfce4_settings_version_major().xfce4_settings_version_minor().xfce4_settings_version_micro()ifelse(xfce4_settings_version_nano(), [], [], [.xfce4_settings_version_nano()])ifelse(xfce4_settings_version_tag(), [git], [xfce4_settings_version_tag()-xfce4_settings_version_build()], [xfce4_settings_version_tag()])])
dnl *******************************************
More information about the Xfce4-commits
mailing list