[Xfce4-commits] <xfce4-settings:xfce-4.8> Updates for release.
Nick Schermer
noreply at xfce.org
Thu May 19 17:38:01 CEST 2011
Updating branch refs/heads/xfce-4.8
to 8e99706df6fa97ccb387669b7708a93c5436d452 (commit)
from b6d4d7f2fb1ebd7a23a80b4f92d2d1cfbfd1fac2 (commit)
commit 8e99706df6fa97ccb387669b7708a93c5436d452
Author: Nick Schermer <nick at xfce.org>
Date: Thu May 19 17:29:14 2011 +0200
Updates for release.
NEWS | 9 ++++++++-
configure.ac.in | 4 ++--
2 files changed, 10 insertions(+), 3 deletions(-)
diff --git a/NEWS b/NEWS
index 0131ddd..62aa5b6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,14 @@
-4.8.x
+4.8.2
=====
- Fix invalid desktop size when disabling a monitor (bug #7413).
- Fix expiration of sticky, slow, bounce and mouse keys (bug #6305).
+- Set sensitivity of custom dpi spinner.
+- Dynamically allocate the filename (bug #7521).
+- Do not show an error if spawning fails (bug #7574).
+- Remove unused code and variables.
+- Fix segfault if pointer has no feedback states and free memory.
+- Start using the gsd clipboard manager again (bug #7588).
+- Updated translations: tr, ro, pt_BR, zh_CN, nl.
4.8.1
=====
diff --git a/configure.ac.in b/configure.ac.in
index 3c158aa..cd7361c 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], [1])
+m4_define([xfce4_settings_version_micro], [2])
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