Release 3.1.5

This commit is contained in:
Rodrigo Moya 2011-08-18 10:50:32 +02:00
parent 573c37a9c0
commit c79ca529c6
2 changed files with 44 additions and 1 deletions

43
NEWS
View file

@ -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)
==========================

View file

@ -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])