summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHavoc Pennington <hp@pobox.com>2003-05-22 04:12:12 +0000
committerHavoc Pennington <hp@src.gnome.org>2003-05-22 04:12:12 +0000
commit6bb190df7acbb6fab339d33fde15211f6b379f6c (patch)
tree9de098b60355701dbe54c9ceefb7c7af34df4a92
parentb134b10f31770130baa7e1037bd920cab1b8660b (diff)
downloadmetacity-6bb190df7acbb6fab339d33fde15211f6b379f6c.tar.gz
2003-05-21 Havoc Pennington <hp@pobox.com> * NEWS: update * configure.in: 2.4.55
-rw-r--r--ChangeLog6
-rw-r--r--NEWS22
-rw-r--r--configure.in2
3 files changed, 29 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 5736ae91..a39284b2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2003-05-21 Havoc Pennington <hp@pobox.com>
+
+ * NEWS: update
+
+ * configure.in: 2.4.55
+
2003-05-20 Havoc Pennington <hp@pobox.com>
* src/keybindings.c (meta_change_keygrab): the mask
diff --git a/NEWS b/NEWS
index 5444a0c6..a558a6f8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,25 @@
+2.4.55
+===
+
+ Thanks to Soeren Sandmann, Owen Taylor, Frederic Crozat,
+ Rob Adams, Orien Vandenbergh, Arvind Samptur, Youssef Makki
+ for contributions to this release.
+
+ - some fixes to opaque resize that make it slightly less
+ choppy
+ - fix some infinite loops caused by stupid apps with transient for
+ cycles
+ - force window min/max size to be at least 1 pixel
+ - unfocus window on leaving window border, not on leaving
+ window itself, in strict mouse focus mode
+ - fix handling of workspace names so they don't get
+ all lost/broken/etc.
+ - fix handling of ignored modifiers (makes key shortcuts
+ work while CapsLock/ScrollLock/NumLock are all enabled,
+ most people didn't notice as nobody turns on ScrollLock)
+ - fix multihead crash #106086
+ - many translation updates
+
2.4.34
===
diff --git a/configure.in b/configure.in
index 415c6938..6b442b95 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.4.34)
+AM_INIT_AUTOMAKE(metacity, 2.4.55)
# Honor aclocal flags
ACLOCAL="$ACLOCAL $ACLOCAL_FLAGS"