summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2004-03-07 16:52:14 +0000
committerHavoc Pennington <hp@src.gnome.org>2004-03-07 16:52:14 +0000
commit91c8674acf311f825bf8e6c48d8fdc8b6c382ecc (patch)
treedd176afd0054dfe5604f6d6024036c8303233d96
parenta50c7cd58928edb090bb58353f448621bc8ef80c (diff)
downloadmetacity-91c8674acf311f825bf8e6c48d8fdc8b6c382ecc.tar.gz
2004-03-07 Havoc Pennington <hp@redhat.com> * configure.in: 2.7.1
-rw-r--r--ChangeLog4
-rw-r--r--NEWS12
-rw-r--r--configure.in2
3 files changed, 17 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e9be8b29..5fc7f93b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004-03-07 Havoc Pennington <hp@redhat.com>
+
+ * configure.in: 2.7.1
+
2004-03-04 Paisa Seeluangsawat <paisa@users.sf.net>
* configure.in: Added "th" (Thai) to ALL_LINGUAS.
diff --git a/NEWS b/NEWS
index 3aeb017a..ea8ae76e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+2.7.1
+===
+
+Thanks to Rob Adams for fixes in this release.
+
+ - bug #122016 - fix a focus race
+ - Change move_to_workspace_left/right/up/down keybindings to
+ <Control><Alt><Shift> arrow to avoid conflicting with new
+ keybindings in spacial nautilus.
+ - fix dialog stacking order issues so e.g. panel properties
+ dialog is above the panel
+
2.7.0
===
diff --git a/configure.in b/configure.in
index f35a0d56..5ecad0bc 100644
--- a/configure.in
+++ b/configure.in
@@ -5,7 +5,7 @@ AM_CONFIG_HEADER(config.h)
# 0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, 233, 377, 610, 987
# releases on a branch add a 4th version like 2.4.21.1
-AM_INIT_AUTOMAKE(metacity, 2.7.0)
+AM_INIT_AUTOMAKE(metacity, 2.7.1)
# Honor aclocal flags
ACLOCAL="$ACLOCAL $ACLOCAL_FLAGS"