From 2cda0472bda1d2ad7dd02b979fd8c723e671667f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Tue, 16 Apr 2013 21:24:40 +0200 Subject: [PATCH] Bump version to 3.8.1 Update NEWS. --- NEWS | 28 ++++++++++++++++++++++++++++ configure.ac | 4 ++-- 2 files changed, 30 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 3a4b63aa5..87efe4e49 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,31 @@ +3.8.1 +===== +* Clip window group during startup animation [Jasper; #696323] +* Check for logind rather than systemd [Martin; #696252] +* Don't special-case last remote search provider position [Giovanni; #694974] +* Fix memory leaks [Ray, Jasper; ##697119, #697295, #697300, #697395] +* AppSwitcherPopup: Activate only the selected window if any [Rui; #697480] +* Enable screen recorder keybinding in all modes [Florian; #696200] +* Remove box-shadow from screen shield for performance reasons [Adel; #697274] +* Add support for -st-natural-width/height CSS properties [Giovanni; #664411] +* Remove excessive padding from notification buttons [Allan; #664411] +* Fix thumbnail dragging in overview [Jasper; #697504] +* theme-node: Add get_url()/lookup_url() methods [Florian; #693688] +* Misc bug fixes and cleanups [Jasper, Rui, Colin, David, Ray, Matthias: + #695859, #696259, #696585, #696436, #697432, #697435, #697560, #697722, + #697709] + +Contributors: + Giovanni Campagna, Matthias Clasen, Allan Day, Adel Gadllah, David Gumberg, + Rui Matos, Florian Müllner, Martin Pitt, Jasper St. Pierre, Ray Strode, + Colin Walters + +Translations: + Daniel Martinez [an], Bruce Cowan [en_GB], Khaled Hosny [ar], + Ihar Hrachyshka [be], Aron Xu [zh_CN], Wojciech Szczęsny [pl], + Inaki Larranaga Murgoitio [eu], Kjartan Maraas [nb], + Милош Поповић [sr, sr@latin], Trần Ngọc Quân [vi] + 3.8.0.1 ======= * Background bug fixes [Ray; #696712] diff --git a/configure.ac b/configure.ac index 7bd331d59..1e390bb1c 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.63) -AC_INIT([gnome-shell],[3.8.0.1],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell],[gnome-shell]) +AC_INIT([gnome-shell],[3.8.1],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell],[gnome-shell]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_SRCDIR([src/shell-global.c]) @@ -63,7 +63,7 @@ AM_CONDITIONAL(BUILD_RECORDER, $build_recorder) CLUTTER_MIN_VERSION=1.13.4 GOBJECT_INTROSPECTION_MIN_VERSION=0.10.1 GJS_MIN_VERSION=1.35.4 -MUTTER_MIN_VERSION=3.8.0 +MUTTER_MIN_VERSION=3.8.1 GTK_MIN_VERSION=3.7.9 GIO_MIN_VERSION=2.35.0 LIBECAL_MIN_VERSION=3.5.3