summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRodrigo Moya <rodrigo@gnome-db.org>2011-05-24 10:58:50 +0200
committerRodrigo Moya <rodrigo@gnome-db.org>2011-05-24 10:58:50 +0200
commit8d46381e08a3856dcf17ef0324757a557ce3e141 (patch)
tree74edb844ee5f4a718059acfbcc63a66ea59863c1
parent93af4f78a984238a8fdd4ef603e67dafc524d603 (diff)
downloadgnome-control-center-8d46381e08a3856dcf17ef0324757a557ce3e141.tar.gz
-rw-r--r--NEWS45
-rw-r--r--configure.ac2
2 files changed, 46 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 20d4e3a8a..ab505bf96 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,48 @@
+==========================
+Version 3.0.2 (2011-05-24)
+==========================
+
+Common:
+- Remove calls to AM_GNU_GETTEXT, IT_PROG_INTLTOOL should be enough (Rodrigo Moya)
+
+Mouse:
+- Update from gnome-settings-daemon (Bastien Nocera) (#695041)
+
+Network:
+- Properly select the active ap (Matthias Clasen) (#649934)
+
+Power:
+- Only show the 'When power is critically low' when there is a laptop
+ battery or UPS attached (Richard Hughes) (#646053)
+
+Printers:
+- Remove the subscription renewal timeout when the panel goes away (Matthias Clasen)
+- Make Add button insensitive until user select a printer (Marek Kasik) (#648787)
+- Improve search for PPDs for new devices (Marek Kasik)
+- Check presence of new printer (Marek Kasik)
+
+Shell:
+- Add raised style to "All Settings" button (Cosimo Cecchi) (#645809)
+- Kill warning in g_print call (Rodrigo Moya)
+
+User accounts:
+- Show username when no real name (Bastien Nocera) (#648348)
+- Fix bug when name is changed to contain markup (Bastien Nocera)
+- Don't call gtk_main_quit if AccountService is unavailable (David Benjamin) (#648969)
+
+Translations:
+- ga (Seán de Búrca)
+- gl (Fran Diéguez)
+- hu (Gabor Kelemen)
+- nb (Kjartan Maraas)
+- pl (Piotr Drąg)
+- pt_BR (Rodrigo Padula de Oliveira)
+- ug (Abduxukur Abdurixit)
+- uk (Daniel Korostil)
+- zh_CN (Funda Wang)
+- zh_HK (Pin-Hsien Li)
+- zh_TW (Pin-Hsien Li)
+
============================
Version 3.0.1.1 (2011-04-26)
============================
diff --git a/configure.ac b/configure.ac
index d8447810e..b26fb7c24 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-m4_define([gnome_control_center_version], 3.0.1.1)
+m4_define([gnome_control_center_version], 3.0.2)
AC_INIT([gnome-control-center], [gnome_control_center_version],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-control-center])