summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas James Alexander Thurman <tthurman@src.gnome.org>2008-11-23 21:37:08 +0000
committerThomas James Alexander Thurman <tthurman@src.gnome.org>2008-11-23 21:37:08 +0000
commita0cd86d2ac5f24f50aaf860cb07d7567600bfcbb (patch)
treea6ad33f50e38aa17433140e2e806fcdcc5d21ddd
parent157aa0af6d33e2554b341752608a55d9b9a6b121 (diff)
downloadmetacity-a0cd86d2ac5f24f50aaf860cb07d7567600bfcbb.tar.gz
2.25.8 release.
svn path=/trunk/; revision=4030
-rw-r--r--ChangeLog4
-rw-r--r--NEWS30
2 files changed, 34 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index dd6133fb..c97634a1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-11-23 Thomas Thurman <tthurman@gnome.org>
+
+ * NEWS: 2.25.8 release.
+
2008-11-23 Daniel Macks <dmacks@netspace.org>
reviewed by: Thomas Thurman
diff --git a/NEWS b/NEWS
index d8c2d348..35239467 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,33 @@
+2.25.8
+======
+
+Thanks to Brian Cameron, Maxim Ermilov, Daniel Macks, Elijah Newren, Frederic
+Peters, Thomas Thurman, David Trowbridge, and Olav Vitters for improvements in
+this version.
+
+ - Reorder compiler flags (Daniel) (#562033)
+ - Fix compositor switch (Daniel) (#560990)
+ - Remove spurious warnings about operations on window "none" (Thomas)
+ - Fix _POSIX_C_SOURCE which was breaking OS X builds (Thomas) (#561962)
+ - -Werror -Wall and -ansi are now standard compile flags (Thomas)
+ - Merge screen and window keybindings files; fix minor alt-tab bug
+ in the process (Thomas) (#528337)
+ - Support _NET_WM_FULLSCREEN_MONITORS (David)
+ - Remove some deprecated calls (Thomas) (#560445)
+ - Clean up #includes (Maxim) (#560449)
+ - Update description of raise_on_click (Elijah)
+ - First dialogue delegated to zenity (Thomas)
+ - fix theme-parser typo (Olav)
+ - double-quote variable names in messages (Thomas) (#558309)
+ - fix accidental renaming of run_command_terminal (Thomas) (#557943)
+ - some null checks; problems exposed by new GDM (Brian) (#558058)
+ - ignore mouse button modifier if it's missing (Thomas) (Launchpad 258054, Launchpad 266929)
+ - fix docbook markup (Frederic)
+
+Translations
+ Astur (ast), Jorge González (es), Thomas Thurman (la), Leonardo Ferreira
+ Fontenelle (pt_BR), Daniel Nylander (sv)
+
2.25.5
======