diff --git a/NEWS b/NEWS index 510c752cf..1e47fcf43 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,24 @@ +gnome-control-center 2.11.3 + +- fix mute handling, particularly for devices without hardware mute support + or with applications that use volume=0 for mute (Ronald S. Bultje) +- clipboard manager (Anders Carlsson) + +translator: + +Vladimir Petkov (bg) +Miloslav Trmac (cs) +Rhys Jones (cy) +Martin Willemoes Hansen (da) +Adam Weinberger (en_CA) +Alessio Dessė (it) +Takeshi AIHANA (ja) +Kjartan Maraas (nb) +Kjartan Maraas (no) +Elian Myftiu (sq) +Theppitak Karoonboonyanan (th) + +------------------------------------------------------------------------------ gnome-control-center 2.11.1 - allow to configure the menubar shortcut (Sebastien Bacher) diff --git a/configure.in b/configure.in index 2f18232f4..71a309d90 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -AC_INIT([control-center], [2.11.2], +AC_INIT([control-center], [2.11.3], [http://bugzilla.gnome.org/enter_bug.cgi?product=control-center]) AC_CONFIG_SRCDIR([control-center])