diff options
author | Rui Matos <tiagomatos@gmail.com> | 2014-09-02 21:24:37 +0200 |
---|---|---|
committer | Rui Matos <tiagomatos@gmail.com> | 2014-09-02 21:24:37 +0200 |
commit | c59590ec66bc56da30260d3153862c770361c535 (patch) | |
tree | fd9a3960959074b9837adffd63970a713e96b0f4 | |
parent | 15a98c3fd899bcf039ad1b716b45610b72018c1e (diff) | |
download | gnome-control-center-c59590ec66bc56da30260d3153862c770361c535.tar.gz |
3.13.91GNOME_CONTROL_CENTER_3_13_91
-rw-r--r-- | NEWS | 14 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 15 insertions, 1 deletions
@@ -1,4 +1,18 @@ =============== +Version 3.13.91 +=============== + +- Translation updates + +Date & Time: +- Fix crash when setting year to 0 + +Network: +- Center "Wi-Fi hotspot" properties +- Fix warning on startup with hotspot enabled +- Show an error when we fail to turn off hotspot + +=============== Version 3.13.90 =============== diff --git a/configure.ac b/configure.ac index 5a8dc7415..c217dd628 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -m4_define([gnome_control_center_version], 3.13.90) +m4_define([gnome_control_center_version], 3.13.91) AC_INIT([gnome-control-center], [gnome_control_center_version], [http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-control-center]) |