From c79ca529c67e58b69d42ea0b8ea9e66e914a194d Mon Sep 17 00:00:00 2001 From: Rodrigo Moya Date: Thu, 18 Aug 2011 10:50:32 +0200 Subject: [PATCH] Release 3.1.5 --- NEWS | 43 +++++++++++++++++++++++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 44 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index e46da1679..53659abfc 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,46 @@ +========================== +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])