diff options
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | NEWS | 14 | ||||
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | configure.in | 2 |
4 files changed, 23 insertions, 2 deletions
@@ -1,3 +1,10 @@ +2006-03-13 Elijah Newren <newren gmail com> + + * configure.in: + * README: + * NEWS: + 2.14.0 release + 2006-03-12 Thomas Thurman <thomas@thurman.org.uk> * src/window-props.c (set_title_text): Mark a particular @@ -1,3 +1,17 @@ +2.14.0 +== + +Thanks to Ryan Lortie and Thomas Thurman for fixes in this release. + + - Mark the app-running-remotely-window-title string for translation + (Thomas) [#334332] + - Only unmaximise window before freeing if the window is actually + maximised (Ryan) [#333563] + +Translations + Jordi Mallach (ca), Frank Arnold (de), Luca Ferretti (it), Evandro + Fernandes Giovanini (pt_BR), Theppitak Karoonboonyanan (th) + 2.13.144 == @@ -7,7 +7,7 @@ The first release of Metacity was version 2.3. Metacity has no need for your petty hangups about version numbers. The stable releases so far are 2.4.x, 2.6.x, 2.8.[01], 2.8.1.x, 2.8.5-, 2.10.x, -2.12.x. +2.12.x, 2.14.x Unstable branches are 2.3.x, 2.5.x, 2.8.2-4, 2.9.x, 2.11.x, 2.13.x diff --git a/configure.in b/configure.in index 23a09fc9..326054d6 100644 --- a/configure.in +++ b/configure.in @@ -2,7 +2,7 @@ AC_PREREQ(2.50) # Fibonacci sequence for micro version numbering: # 0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, 233, 377, 610, 987 -AC_INIT([metacity], [2.13.144], +AC_INIT([metacity], [2.14.0], [http://bugzilla.gnome.org/enter_bug.cgi?product=metacity]) AC_CONFIG_SRCDIR(src/display.c) |