summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRodrigo Moya <rodrigo@gnome-db.org>2011-08-18 10:50:32 +0200
committerRodrigo Moya <rodrigo@gnome-db.org>2011-08-18 10:50:32 +0200
commitc79ca529c67e58b69d42ea0b8ea9e66e914a194d (patch)
treee31667a26fe53c5c5d8ac6b707752dafc814abc4
parent573c37a9c0082d9de63cf7c27c3d86cb138d0d03 (diff)
downloadgnome-control-center-GNOME_CONTROL_CENTER_3_1_5.tar.gz
-rw-r--r--NEWS43
-rw-r--r--configure.ac2
2 files changed, 44 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index e46da1679..53659abfc 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,47 @@
==========================
+Version 3.1.5 (2011-08-18)
+==========================
+
+Common:
+- Add some more debug when listing languages (Bastien Nocera)
+
+Network:
+- Default to g_get_host_name if pretty hostname call failed (Mathieu Trudel-Lapierre)
+
+Printers:
+- Open firewall for required connections when searching (Marek Kasik)
+- Use system-config-printer's GetBestDrivers method (Marek Kasik) (#654742)
+- Use system-config-printer's GroupPhysicalDevices method (Marek Kasik)
+- Use system-config-printer's MissingExecutables method (Marek Kasik)
+
+Region:
+- Keep selection when moving layout up/down (Sergey Udaltsov) (#654880)
+- Sort locales for format selection (Rodrigo Moya)
+- Display user's input source in System tab (Rodrigo Moya)
+
+Shell:
+- Port to new gnome-menus API (Vincent Untz) (#655110)
+- Do not add a trailing dash in search target when comment is empty (Vincent Untz) (#655487)
+
+Sound:
+- Update the sound theme for speaker testing (David Henningsson)
+
+Translations:
+- de (Mario Blättermann)
+- es (Daniel Mustieles)
+- gl (Fran Dieguez)
+- he (Yaron Shahrabani)
+- id (Andika Triwidada)
+- nb (Kjartan Maraas)
+- pa (A S Alam)
+- sv (Daniel Nylander)
+- uk (Daniel Korostil)
+- vi (Nguyễn Thái Ngọc Duy, Ngô Chin)
+- zh_CN (Yinghua Wang)
+- zh_HK (Chao-Hsiung Liao)
+- zh_TW (Chao-Hsiung Liao)
+
+==========================
Version 3.1.4 (2011-07-25)
==========================
diff --git a/configure.ac b/configure.ac
index 48fd12cdd..962c0f85c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-m4_define([gnome_control_center_version], 3.1.4)
+m4_define([gnome_control_center_version], 3.1.5)
AC_INIT([gnome-control-center], [gnome_control_center_version],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-control-center])