summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElijah Newren <newren@gmail.com>2005-11-28 23:27:00 +0000
committerElijah Newren <newren@src.gnome.org>2005-11-28 23:27:00 +0000
commit27566888e4a074e59ea0f0d41d5ca2ec56d57adb (patch)
tree13f4621cc93da23d2d013fb3d9b0e5be244befae
parent50783b30e6514ea16f904bad8a91fba2435b984d (diff)
downloadmetacity-27566888e4a074e59ea0f0d41d5ca2ec56d57adb.tar.gz
2.12.2 releaseMETACITY_2_12_2
2005-11-28 Elijah Newren <newren@gmail.com> * NEWS: 2.12.2 release
-rw-r--r--ChangeLog4
-rw-r--r--NEWS21
2 files changed, 25 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d99306a5..2432913a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-11-28 Elijah Newren <newren@gmail.com>
+
+ * NEWS: 2.12.2 release
+
2005-10-29 Kjartan Maraas <kmaraas@gnome.org>
* src/eventqueue.c: (meta_event_queue_new): Close a GSource leak
diff --git a/NEWS b/NEWS
index fea2a7d1..599094e9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,24 @@
+2.12.2
+==
+
+Thanks to Björn Lindqvist, Kjartan Maraas, Søren Sandmann, and
+Elijah Newren for improvements in this release.
+
+ - Mave ancestors come along with the transient when moving the window from
+ one workspace to another (Björn) [#314977]
+ - Fix the workspace switcher tabpopup to display the right windows and to
+ fix the pick-a-new-window-to-focus algorithm in order to not select
+ windows that aren't showing (Björn) [#170475]
+ - Fix a couple memory leaks (Kjartan, Søren, Elijah) [#313030]
+ - Fix a crash that occurs when removing some virtual desktops and windows
+ happen to be on those desktops (Elijah) [#318306]
+ - Fix edge snapping for multi-screen (non-xinerama) setups (Elijah)
+ [#319425]
+ - Close a GSource leak just to be correct (Kjartan) [#320050]
+
+Translations
+ Kostas Papadimas (el), Ivar Smolin (et), Michiel Sikkes (nl)
+
2.12.1
==