From 1e7f0e683175179a4d8958fc75a7649874d73cc0 Mon Sep 17 00:00:00 2001 From: Sebastien Bacher Date: Mon, 7 Mar 2005 23:37:16 +0000 Subject: [PATCH] update for 2.10.0 2005-03-08 Sebastien Bacher * NEWS: * configure.in: update for 2.10.0 --- ChangeLog | 5 +++++ NEWS | 44 +++++++++++++++++++++++++++++++++++++++++++- configure.in | 2 +- 3 files changed, 49 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 304c265d6..51c833f90 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-03-08 Sebastien Bacher + + * NEWS: + * configure.in: update for 2.10.0 + 2005-02-28 Jody Goldberg * gnome-settings-daemon/gnome-settings-keyboard-xkb.c diff --git a/NEWS b/NEWS index 066d234f1..5915d9514 100644 --- a/NEWS +++ b/NEWS @@ -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: - 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 @@ -35,6 +75,8 @@ theme-switcher: - 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) (Kjartan Maraas) +- fix an infinite loop that was bringing single-CPU systems to their + knees (#160803) (Elijah Newren). Translators: diff --git a/configure.in b/configure.in index 2a7f74b8d..d702ebdb8 100644 --- a/configure.in +++ b/configure.in @@ -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]) AC_CONFIG_SRCDIR([control-center])