[Xfce4-commits] [apps/xfce4-mixer] 02/03: Prepare for the release.
noreply at xfce.org
noreply at xfce.org
Wed Apr 9 21:47:24 CEST 2014
This is an automated email from the git hooks/post-receive script.
andrzejr pushed a commit to branch master
in repository apps/xfce4-mixer.
commit 933da2c683d7744a33552a5fd2a1d14239885383
Author: Andrzej <ndrwrdck at gmail.com>
Date: Wed Apr 9 20:44:50 2014 +0100
Prepare for the release.
---
NEWS | 15 +++++++++++++++
configure.ac.in | 4 ++--
2 files changed, 17 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index 089cd47..e599ea2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+4.11.0
+======
+- Updated translations.
+- Fixed button sizing in some themes.
+- g_thread_init is deprecated.
+- Refactor the handling of minimum volumes
+- Do not assume a minimum volume of 0 in the keyboard shortcut handling
+- Correct debugging instructions
+- Avoid unused variable warning when buildwing without keybinder (bug #9544)
+- Move the XFCE_MIXER_PLUGIN_DEFAULT_COMMAND macro to where it is used
+- Extend documentation in README
+- Rename variable which may shadow index(3) (bug #9374)
+- Fix mnemonics in the plugin menu that conflict with those of default menu items (bug #9339)
+
+
4.10.0
======
- Do not use G_VALUE_INIT which is only available in glib >= 2.30
diff --git a/configure.ac.in b/configure.ac.in
index 51dd93e..4397463 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -22,11 +22,11 @@ dnl ***************************
dnl *** Version information ***
dnl ***************************
m4_define([xfce4_mixer_version_major], [4])
-m4_define([xfce4_mixer_version_minor], [10])
+m4_define([xfce4_mixer_version_minor], [11])
m4_define([xfce4_mixer_version_micro], [0])
m4_define([xfce4_mixer_version_nano], []) dnl leave this empty to have no nano version
m4_define([xfce4_mixer_version_build], [r at REVISION@])
-m4_define([xfce4_mixer_version_tag], [git])
+m4_define([xfce4_mixer_version_tag], [])
m4_define([xfce4_mixer_version], [xfce4_mixer_version_major().xfce4_mixer_version_minor().xfce4_mixer_version_micro()ifelse(xfce4_mixer_version_nano(), [], [], [.xfce4_mixer_version_nano()])ifelse(xfce4_mixer_version_tag(), [git], [xfce4_mixer_version_tag()-xfce4_mixer_version_build()], [xfce4_mixer_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