summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElijah Newren <newren gmail com>2006-03-13 22:49:25 +0000
committerElijah Newren <newren@src.gnome.org>2006-03-13 22:49:25 +0000
commitdf410886605eed489636be022f0e05797a91ae04 (patch)
treea0b9165ea4c2bd41438b860a37f3c926c26d4db1
parentb1bdd4968404cf7994fa3b12bb616bf589f3795f (diff)
downloadmetacity-df410886605eed489636be022f0e05797a91ae04.tar.gz
2.14.0 releaseMETACITY_2_14_0
2006-03-13 Elijah Newren <newren gmail com> * configure.in: * README: * NEWS: 2.14.0 release
-rw-r--r--ChangeLog7
-rw-r--r--NEWS14
-rw-r--r--README2
-rw-r--r--configure.in2
4 files changed, 23 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 67ee2f9d..4a5867d8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
diff --git a/NEWS b/NEWS
index 81418d0c..3b75563f 100644
--- a/NEWS
+++ b/NEWS
@@ -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
==
diff --git a/README b/README
index 491425fe..3731f2ac 100644
--- a/README
+++ b/README
@@ -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)