summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Bacher <seb128@debian.org>2005-11-29 21:14:50 +0000
committerSebastien Bacher <sbacher@src.gnome.org>2005-11-29 21:14:50 +0000
commit33443e57de3c44bf5cd556c55db90a30cca7b251 (patch)
tree3697f9961ac3b88c78a87a4ea6960e641649e41f
parent73f9866c85c9663719ca547712c626e41f40e2aa (diff)
downloadgnome-control-center-33443e57de3c44bf5cd556c55db90a30cca7b251.tar.gz
update for 2.12.2
2005-11-29 Sebastien Bacher <seb128@debian.org> * NEWS: * configure.in: update for 2.12.2
-rw-r--r--ChangeLog5
-rw-r--r--NEWS33
-rw-r--r--configure.in2
3 files changed, 39 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index cca9b5131..a84d34d2d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-11-29 Sebastien Bacher <seb128@debian.org>
+
+ * NEWS:
+ * configure.in: update for 2.12.2
+
2005-11-14 Kjartan Maraas <kmaraas@gnome.org>
* */*: Huge cleanup. Individual ChangeLogs have info.
diff --git a/NEWS b/NEWS
index 6be528080..a5c92e689 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,36 @@
+gnome-control-center 2.12.2
+
+- cleanup (Kjartan Maraas)
+
+default-applications:
+- Add Sylpheed-Claws to the list of possible mailers (Colin Leroy)
+
+mouse:
+- gcc 2.95 compilation fixes (Jens Granseuer) (318746)
+
+shell:
+- Only show one screensaver capplet when both xscreensaver and gnome-screensaver
+ are installed (Rodrigo Moya) (315505)
+- Fix scrollbar arrows (Carlos Garnacho)
+- Calculate text widths instead of forcing them (Carlos Garnacho) (319492)
+- Force canvas background to base[GTK_STATE_NORMAL] and remove the need to
+ repaint the background, in white (Carlos Garnacho)
+
+themus:
+- Allow installation of themes with file:// URIs (Ed Catmur) (319358)
+
+other:
+- Add schema for remembering NumLock state between sessions (Jürg Billeter)
+ (74215)
+- Add check for xinput extension (Ray Strode) (314409)
+- Reduced amount of xrdb executions (Erwann Chenede) (314774)
+- Don't block settings daemon while executing children processes (Rodrigo Moya)
+- Lazy load the screensaver and the typing break monitor (Rodrigo Moya)
+- Share a single GConfClient in the settings daemon (Rodrigo Moya)
+- Execute xrdb with -nocpp switch when possible (Rodrigo Moya)
+- Swap buttons on auxiliary mice for left-handed mode (Ray Strode) (314409)
+
+------------------------------------------------------------------------------
gnome-control-center 2.12.1
background:
diff --git a/configure.in b/configure.in
index c6b5e82e4..d4acc8dbb 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
-AC_INIT([control-center], [2.12.1],
+AC_INIT([control-center], [2.12.2],
[http://bugzilla.gnome.org/enter_bug.cgi?product=control-center])
AC_CONFIG_MACRO_DIR([m4])