This commit is contained in:
Rui Matos 2014-04-16 14:44:08 +02:00
parent edbae67a9a
commit aaa2833901
2 changed files with 25 additions and 1 deletions

24
NEWS
View file

@ -1,3 +1,27 @@
==============
Version 3.12.1
==============
Background:
- Remove black from the preset colours
- Make sure the whole dialog is visible on small screens
Info:
- Fix incorrect virtualisation technology being displayed
- Don't display "Check for updates" button when neither gnome-software
nor gpk-update-viewer are available
Printers:
- Don't fail when adding Samba printers with spaces on their name
Users:
- Fix hang on password change
Wacom:
- Unconditionally build the panel on supported platforms
- Translations update
==============
Version 3.12.0
==============

View file

@ -1,4 +1,4 @@
m4_define([gnome_control_center_version], 3.12.0)
m4_define([gnome_control_center_version], 3.12.1)
AC_INIT([gnome-control-center], [gnome_control_center_version],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-control-center])