summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetr Mladek <pmladek@suse.cz>2010-05-28 17:19:10 +0200
committerPetr Mladek <pmladek@suse.cz>2010-05-28 17:19:10 +0200
commitc3de1d0e74253ed34b5ce78e8852b816638ee7b1 (patch)
treeb8d2983b1fc086f52d131b6f777b59d94c6e9fe9
parentb8fc6bbc27882f2f0d969001ba88f8d9ce83bf1b (diff)
Release ooo-build-3.2.1.3 (3.2.1-rc3)OOO_BUILD_3_2_1_3
* version 3.2.1.3 (3.2-rc3) * tag OOO_BUILD_3_2_1_3
-rw-r--r--NEWS21
-rw-r--r--configure.in2
2 files changed, 22 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index f18b79e19..b35519076 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,24 @@
+ooo-build-3.2.1.3 (3.2.1-rc3)
+
+ + features:
+ + support ooo320-m19
+ + initial support for Ubuntu 10.04 (Lucid)
+ + initial support for Ubuntu 10.10 (Maverick)
+ + drop Ubuntu 8.10 (Intrepid) support
+ + Draw bits:
+ + blue text color with the invisible layer tab (bnc#606434) [Kohei]
+ + l10n bits:
+ + Hungarian translations fixes [Andras]
+ + mnemonics translation in native GTK dialogs (bnc#608572) [Kohei]
+ + build bits:
+ + bashism in the upstream configure [Rene]
+ + FSF.hu bits:
+ + branding update [Andras]
+ + Novell bits:
+ + branding update [Petr, Fridrich]
+ + Ubuntu bits:
+ + build on ARM [Caolan, Doko, Chris]
+
ooo-build-3.2.1.2 (3.2.1-rc2)
+ features:
diff --git a/configure.in b/configure.in
index 18731a5dc..8c3506c97 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
-AC_INIT(ooo-build, 3.2.1.2)
+AC_INIT(ooo-build, 3.2.1.3)
AC_PREREQ(2.51)
AC_CONFIG_SRCDIR(bin/build-ooo)
AC_PREFIX_DEFAULT(/usr)