summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Untz <vuntz@gnome.org>2011-04-05 00:13:04 +0200
committerVincent Untz <vuntz@gnome.org>2011-04-05 00:13:04 +0200
commit843d048a1a609ab2e7d96438b2467c7563f5af11 (patch)
tree1789763a3ae6ac2108af84a27421689e708d6dd6
parent0fd494db73dfa21fbda24c7f1b63e31a47582e0a (diff)
downloadmetacity-843d048a1a609ab2e7d96438b2467c7563f5af11.tar.gz
release: 2.34.0METACITY_2_34_0
-rw-r--r--NEWS72
-rw-r--r--configure.in2
2 files changed, 73 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index db1500f8..0ac11bf3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,75 @@
+==============
+Version 2.34.0
+==============
+
+ - Update keybindings when XKB keyboard layout changes (Derek Poon, Owen
+ Taylor)
+ - Unify keymap-reloading code branches (Owen Taylor, Thomas Thurman)
+ - Fix drawing of <arc> elements (Nickolas Lloyd)
+ - Add an "Above_Tab" pseudo-keysym (Owen Taylor)
+ - Fix default workspace names (Thomas Thurman)
+ - Log error if writing fail when handling SIGTERM (Christian Kirbach)
+ - Rework keybinding configuration files (William Jon McCann)
+ - Honour _NET_RESTACK_WINDOW and sibling-relative stacking (Christian Hammond)
+ - Allow applications to raise windows when raise_on_click is off (Owen Taylor)
+ - Allow explicit raises from same client, not just same app (Owen Taylor)
+ - Set RestartStyleHint to RestartIfRunning when replaced (Owen Taylor)
+ - Fix background functions for non-default layouts (Florian Müllner)
+ - Use GNOME 3 theme defaults (Matthias Clasen)
+ - Do not use an icon menu on the titlebar (William Jon McCann)
+ - Disable 'Show desktop' keybinding by default (Matthias Clasen)
+ - Make color constants work without warnings (Owen Taylor)
+ - Small bug fixes (Marcus Carlson, Sascha Silbe, Xu Li, Thomas Thurman, Colin
+ Walters)
+ - Make it possible to build without libcanberra (Michael Smith)
+ - Build fixes for Solaris (Brian Cameron)
+
+Translations:
+ Khaled Hosny (ar)
+ Nilamdyuti Goswami (as)
+ Alexander Shopov (bg)
+ David Planella (ca)
+ David Planella (ca@valencia)
+ Marek Černocký (cs)
+ Ask Hjorth Larsen (da)
+ Mario Blättermann (de)
+ Jennie Petoumenou (el)
+ Bruce Cowan (en_GB)
+ Jorge González (es)
+ Ivar Smolin (et)
+ Iñaki Larrañaga Murgoitio (eu)
+ Mahyar Moghimi (fa)
+ Alain Lojewski (fr)
+ Fran Diéguez (gl)
+ Sweta Kothari (gu)
+ Yaron Shahrabani (he)
+ Gabor Kelemen (hu)
+ Dirgita (id)
+ Luca Ferretti (it)
+ Changwoo Ryu (ko)
+ Gintautas Miliauskas (lt)
+ Rudolfs (lv)
+ Kjartan Maraas (nb)
+ Wouter Bolsterlee (nl)
+ Manoj Kumar Giri (or)
+ A S Alam (pa)
+ Piotr Drąg (pl)
+ Duarte Loreto (pt)
+ Krix Apolinário (pt_BR)
+ Lucian Adrian Grijincu (ro)
+ Yuri Myaseodov (ru)
+ Matej Urbančič (sl)
+ Мирослав Николић (sr)
+ Miroslav Nikolić (sr@latin)
+ Daniel Nylander (sv)
+ Dr.T.Vasudevan (ta)
+ Gheyret Kenji (ug)
+ Korostil Daniel (uk)
+ Clytie Siddall (vi)
+ Lele Long (zh_CN)
+ Chao-Hsiung Liao (zh_HK)
+ Chao-Hsiung Liao (zh_TW)
+
2.30.3
======
diff --git a/configure.in b/configure.in
index bc846cea..f9cbc3d5 100644
--- a/configure.in
+++ b/configure.in
@@ -1,7 +1,7 @@
AC_PREREQ(2.50)
m4_define([metacity_major_version], [2])
-m4_define([metacity_minor_version], [32])
+m4_define([metacity_minor_version], [34])
# Fibonacci sequence for micro version numbering:
# 0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, 233, 377, 610, 987
m4_define([metacity_micro_version], [0])