summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
==