[gnome-initial-setup] NEWS for 3.37.3



commit b77e3765704536d80d4891106092a865cf84a729
Author: Will Thompson <wjt endlessm com>
Date:   Sun Jul 5 14:07:31 2020 +0100

    NEWS for 3.37.3

 NEWS        | 39 +++++++++++++++++++++++++++++++++++++++
 meson.build |  2 +-
 2 files changed, 40 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index 40422102..c4a59e06 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,42 @@
+3.37.3
+------
+
+* The avatars offered in the 'account' page can now be customized by setting
+  the 'org.gnome.desktop.interface avatar-directories' GSetting, which also
+  controls the avatars offered in Settings. (This introduces a dependency on
+  gsettings-desktop-schemas ≥ 3.37.1.)
+
+* Since version 3.30, it has been possible to customize certain aspects of
+  Initial Setup by specifing the 'vendor-conf-file' option at build time, then
+  installing a configuration file to that path. This version adds two paths
+  that will be checked by default: one for distribution configuration, and
+  another to override that configuration on specific deployments.
+
+  If you specify the 'vendor-conf-file' at build time, the old behaviour is
+  preserved and the new paths will not be searched. If possible, please migrate
+  any existing configuration to the new path, and stop specifying the
+  build-time option.
+
+* Bugs fixed:
+  - #106 timezone: Don't set timezone if tz page is skipped
+ - #75 Polkit rules seem to list now unneeded privileges
+ - #95 Add error argument to save_data() vfunc
+ - #104 Japanese (Kana Kanji) no longer the default input method for Japanese in 3.36.2
+ - #105 Reconsider installation location of vendor.conf
+ - #106 gnome-initial-setup tries to set timezone even though timezone page is disabled
+ - !60 account: Use facesdirs setting to override faces
+ - !84 Fix pkgdata_dir location
+ - !87 Enable web process sandbox
+ - !88 Fix build with -Dvendor-conf-path
+
+* Translation updates:
+ - Chinese (China)
+ - Kazakh
+ - Persian
+ - Romanian
+ - Spanish
+ - Ukrainian
+
 3.37.1
 ------
 
diff --git a/meson.build b/meson.build
index 838ff561..66eab167 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
 project('gnome-initial-setup',
         ['c'],
-        version: '3.37.1',
+        version: '3.37.3',
         license: 'GPLv2',
         meson_version: '>= 0.47.0',
 )


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]