summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2015-07-22 14:33:25 -0400
committerMatthias Clasen <mclasen@redhat.com>2015-07-22 14:33:25 -0400
commit6970ef98b36bc4e4574e28c28c0061f0f38ca8b0 (patch)
tree2e176f14164a79badc8278528bc2d7e9a0fa3978
parentfd7750d10a3293ec86e5d12e266f8cfde8cb074f (diff)
downloadgnome-initial-setup-6970ef98b36bc4e4574e28c28c0061f0f38ca8b0.tar.gz
3.17.43.17.4
-rw-r--r--NEWS29
-rw-r--r--configure.ac2
2 files changed, 30 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index b5583cc..0633469 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,32 @@
+3.17.4
+
+ * Create keyring initially unencrypted
+ * Password page refinements (#735578)
+ * Make policy dialog resize properly (#749426)
+ * Use correct key for privacy policy (#749545)
+ * Handle disabled network better
+ * Avoid a crash on language change (#752134)
+ * Make gnome-shell launch first
+ * AVoid a race in launching welcome tour
+ * Translation updates
+ Catalan
+ Czech
+ Friulian
+ German
+ Greek
+ Hebrew
+ Hungarian
+ Occitan
+ Portuguese
+ Romanian
+ Russian
+ Slovak
+ Slovenian
+ Spanish
+ Tajik
+ Turkish
+ Vietnamese
+
3.16.2
* Translation updates
diff --git a/configure.ac b/configure.ac
index 0c819a2..f9b7fac 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([gnome-initial-setup],[3.16.2])
+AC_INIT([gnome-initial-setup],[3.17.4])
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([dist-xz no-dist-gzip foreign])