summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrédéric Péters <fpeters@0d.be>2012-08-22 10:28:36 +0200
committerFrédéric Péters <fpeters@0d.be>2012-08-22 10:28:36 +0200
commit9e5a780b4ad154138156a83653b8712a89456b9e (patch)
treecc58a4d03da6b69e505ad23bd25ec9ccf4358c16
parent8566774a292025dbbc235d15fe6713ecb5a96997 (diff)
downloadgnome-desktop-3.5.90.tar.gz
release: 3.5.903.5.90
-rw-r--r--NEWS48
-rw-r--r--configure.ac2
2 files changed, 49 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 5c5079e8..fc291a86 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,51 @@
+==============
+Version 3.5.90
+==============
+
+Alexander Larsson (1):
+ Fix crash if default background not found
+
+Colin Walters (5):
+ gnome-bg: Don't use C99 declarations
+ Pull in libgsystem, use it to read thumbnails with O_NOATIME
+ .gitmodules: Was missing from previous commit
+ Fix up submodule setup
+ Update libgsystem
+
+Dominique Leuenberger (1):
+ trivial: Replace FSF address with current one.
+
+Rui Matos (2):
+ gnome-xkb-info: Parse XKB options
+ gnome-xkb-info: Use glib's slice allocator for small structures
+
+William Jon McCann (2):
+ Don't crash if unable to set background
+ Increase the size of thumbnails to 256
+
+Fixed bugs:
+
+ - #680326, thumbnailer should not modify atime of file
+ - #680354, crashes if unable to create a root surface
+ - #681897, Outdated FSF address
+ - #681929, increase default wallpaper thumbnail size to 256
+ - #682004, gnome-xkb-info: Parse XKB options
+ - #682252, Crashes if default bg not installed
+
+Translators:
+
+- Ihar Hrachyshka (be)
+- Fran Diéguez (gl)
+- Dirgita (id)
+- A S Alam (pa)
+- Chao-Hsiung Liao (zh_HK)
+- Chao-Hsiung Liao (zh_TW)
+
+Many thanks to all contributors: Mario Blättermann, Alexander Larsson, Tom
+Tryfonidis, William Jon McCann, Rui Matos, Fran Diéguez, Dominique
+Leuenberger, Ihar Hrachyshka, Colin Walters, Daniel Mustieles, A S Alam,
+Dirgita, Bastien Nocera
+
=============
Version 3.5.5
=============
diff --git a/configure.ac b/configure.ac
index 5324b973..f6b3d318 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
m4_define(gnome_platform, 3)
m4_define(gnome_minor, 5)
-m4_define(gnome_micro, 6)
+m4_define(gnome_micro, 90)
dnl gnome_sub is an optional sub-version which will not be advertised to the user
dnl It allows to release a 2.30.1.1 which is just a better 2.30.1
dnl Leave empty if not needed