update for 2.10.0

2005-03-08  Sebastien Bacher  <seb128@debian.org>

        * NEWS:
        * configure.in: update for 2.10.0
This commit is contained in:
Sebastien Bacher 2005-03-07 23:37:16 +00:00 committed by Sebastien Bacher
parent 99826d67d9
commit 1e7f0e6831
3 changed files with 49 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2005-03-08 Sebastien Bacher <seb128@debian.org>
* NEWS:
* configure.in: update for 2.10.0
2005-02-28 Jody Goldberg <jody@gnome.org> 2005-02-28 Jody Goldberg <jody@gnome.org>
* gnome-settings-daemon/gnome-settings-keyboard-xkb.c * gnome-settings-daemon/gnome-settings-keyboard-xkb.c

44
NEWS
View file

@ -1,7 +1,47 @@
gnome-control-center 2.9.92 gnome-control-center 2.10.0
background:
- fix the crashes with non-UTF8 names (Rodney Dawes)
general: general:
- do not warn vnc users that their XKB does not work. We already know. - do not warn vnc users that their XKB does not work. We already know.
(Jody Goldberg)
translators:
Vladimir Petkov (bg)
Jordi Mallach (ca)
Miloslav Trmac (cs)
Martin Willemoes Hansen (da)
Frank Arnold (de)
Kostas Papadimas (el)
Adam Weinberger (en_CA)
David Lodge (en_GB)
Francisco Javier F. Serrador (es)
Priit Laes (et)
Pauli Virtanen (fi)
Simon Manlay (fr)
Ankit Patel (gu)
Gabor Kelemen (hu)
Alessio Dessì (it)
Takeshi AIHANA (ja)
Changwoo Ryu (ko)
Žygimantas Beručka (lt)
Kjartan Maraas (nb)
Reinout van Schouwen (nl)
Kjartan Maraas (no)
Gnome PL Team (pl)
Raphael Higino (pt_BR)
Duarte Loreto (pt)
Dan Damian (ro)
Leonid Kanter (ru)
Marcel Telka (sk)
Elian Myftiu (sq)
Veljko M. Stanojevic (sr)
Christian Rose (sv)
Theppitak Karoonboonyanan (th)
Maxim Dziumanenko (uk)
Woodman Tuen (zh_TW)
------------------------------------------------------------------------------ ------------------------------------------------------------------------------
gnome-control-center 2.9.91 gnome-control-center 2.9.91
@ -35,6 +75,8 @@ theme-switcher:
- remove a load of leaks and make sure newly installed themes show up in the - remove a load of leaks and make sure newly installed themes show up in the
relevant lists without having to close/open the dialog again (#166267) relevant lists without having to close/open the dialog again (#166267)
(Kjartan Maraas) (Kjartan Maraas)
- fix an infinite loop that was bringing single-CPU systems to their
knees (#160803) (Elijah Newren).
Translators: Translators:

View file

@ -1,4 +1,4 @@
AC_INIT([control-center], [2.9.92], AC_INIT([control-center], [2.10.0],
[http://bugzilla.gnome.org/enter_bug.cgi?product=control-center]) [http://bugzilla.gnome.org/enter_bug.cgi?product=control-center])
AC_CONFIG_SRCDIR([control-center]) AC_CONFIG_SRCDIR([control-center])