summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElijah Newren <newren@gmail.com>2005-08-08 21:48:08 +0000
committerElijah Newren <newren@src.gnome.org>2005-08-08 21:48:08 +0000
commita182b353ce2ef9df6ee378d3e72956306faa18e1 (patch)
tree66e1832efacf3838f00dcbb395493703119086bb
parentf335b0c381691d94eb2b54968a6516393ba0f7bf (diff)
downloadmetacity-METACITY_2_11_2.tar.gz
2.11.2 releaseMETACITY_2_11_2
2005-08-08 Elijah Newren <newren@gmail.com> * NEWS: 2.11.2 release
-rw-r--r--ChangeLog5
-rw-r--r--NEWS20
2 files changed, 24 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 73a1bddb..fe0590fc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,12 @@
2005-08-08 Elijah Newren <newren@gmail.com>
+ * NEWS: 2.11.2 release
+
+2005-08-08 Elijah Newren <newren@gmail.com>
+
Patch from Brent Smith to fix a duplicate string. Fixes #309774.
* src/theme-parser.c (parse_toplevel_element, parse_draw_op_element):
-
Change "No \"%s\" attribute on element <%s>" string to "No \"%s\"
attribute on <%s> element"
diff --git a/NEWS b/NEWS
index b09a4c99..c4fd1ac6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,23 @@
+2.11.2
+==
+
+Thanks to Elijah Newren, Jaap Haitsma, Ray Strode, and Brent Smith for
+improvements in this release.
+
+ - Fix an easy to trigger crasher in 2.11.1 caused by unneeded
+ debugging spew (Elijah) [#311819]
+ - Make sure that Metacity dialogs have icons (Jaap) [309876]
+ - Fix an infinite restacking flicker loop in sloppy and mouse focus
+ with fullscreen windows (Elijah) [#311400]
+ - Change default theme from Simple to Clearlooks (Elijah)
+ - Vastly improve the behavior of keyboard move/resize and edge
+ snapping (Ray) [310888]
+ - Remove a duplicate string (Brent) [#309774]
+
+Translations
+ Yuval Tanny (he), Gnome PL Team (pl), Raphael Higino (pt_BR),
+ Chao-Hsiung Liao (zh_TW)
+
2.11.1
==