summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetr Mladek <pmladek@suse.cz>2010-04-22 16:48:22 +0200
committerPetr Mladek <pmladek@suse.cz>2010-04-23 09:55:08 +0200
commit2dd3d28e12234806d1798058baf550bc853ead5a (patch)
tree01758e5e9ffdb6bf9ab20282576bfb888ff7f045
parent59037aacb86e004e9111c6b8dce2856c9cfff1db (diff)
Release ooo-build-3.2.0.99.3 (3.2.1-beta3)OOO_BUILD_3_2_0_99_3
* version 3.2.0.99.3 (3.2.1-beta3) * tag OOO_BUILD_3_2_0_99_3
-rw-r--r--NEWS67
-rw-r--r--configure.in2
2 files changed, 67 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 377291baf..5c015bab7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,73 @@
+ooo-build-3.2.0.99.3 (3.2.1-beta3)
+
+ + features:
+ + support ooo320-m15 [Rene, Noel, Kendy, Petr, Radek]
+ + initial support for OOo4Kids [Eric]
+ + preliminary cppcheck support [Thorsten]
+ + update Numbertext extension to version 0.8 [Andras]
+ + add Hungarian cross-reference toolbar extension [Andras]
+ + update Magyar Linux Libertine fonts to version 20100401 [Andras]
+ + common bits:
+ + 64-bit nsplugin fix (i#110747) [Rene]
+ + assertion during HTML import (i#110806) [Thorsten]
+ + missing image in localized helps (i#99165) [Andras]
+ + non-existent topic auxiliary/shared.tree (i#110963) [Andras]
+ + scroll combo box content by default (bnc#591650, i#110227) [Thorsten]
+ + better support for globally enabled nsplugin (i#49590) [Michael, Rene]
+ + reset security preferences in unoxml; allows to use the system redland
+ (i#110523) [Caolan, Rene]
+ + Calc bits:
+ + data validation XLS import (bnc#594235) [Kohei]
+ + data pilot deletion crasher (bnc#595617) [Kohei]
+ + better rendering in Asian vertical mode (bnc#595625) [Kohei]
+ + merged icon state after shift left click (bnc#595822) [Kohei]
+ + database functions regression (bnc#594332, bnc#595713) [Kohei]
+ + conditional formatting XLS import regression (bnc#594266) [Kohei]
+ + refreshing problem with vertical stack format (bnc#597658) [Kohei]
+ + deleting rows inside a merged cell (bnc#596414, lp#558968) [Kohei]
+ + do not export negative decimal places value in ODS (i#110634) [Kohei]
+ + UI issues in R1C1 formula syntax mode (bnc#595078, bnc#595080) [Kohei]
+ + Impress bits:
+ + various Calc crashers with gcc-4.5 (bnc#588957, deb#576665) [Thorsten]
+ + Writer bits:
+ + text input fields crasher [Cédric]
+ + tabs not displayed in shapes (bnc#564454) [Cédric]
+ + more on caption separator with empty caption text (i#110287) [Andras]
+ + VBA bits:
+ + ErrObj behaviour [Noel]
+ + wizard truncation problems (bnc#591768) [Noel]
+ + passing wrong separator for range list (bnc#597351) [Noel]
+ + Err symbol resolution in VBA/non-VBA mode (bnc#597884) [Noel]
+ + OOXML:
+ + DOCX font import crasher [Cedric]
+ + add fly frames DOCS export (bnc#581604) [Cédric]
+ + regression in paragraph PPTX import (bnc#479829) [Radek]
+ + l10n bits:
+ + Hungarian translation update [Andras]
+ + update strings from openSUSE community [Petr]
+ + do not do extra hacks for en-US-only build [Petr]
+ + truncated translations in Diagram wizard (i#110702) [Andras]
+ + footnote anchor Norwegian Bokmål translation (i#109545) [Thorsten]
+ + Spanish "boolean value" translation fix (deb#576842, i#110674) [Rene]
+ + Build bits:
+ + parallel build of ct2n extension (bnc#595550) [Petr]
+ + update prebuilt ooo-cli-prebuilt to version 3.2.1 [Petr]
+ + npwrap.cxx build without GTK (i#110833, gentoo#306181) [Vadim, Petr]
+ + FSFhu bits:
+ + do not use NovellOnly stuff [Andras]]
+ + enable CaptionOrderNumberingFirst for Hungarian (i#110273) [Andras]
+ + Novell bits:
+ + use --enable-hids (bnc#102592)
+ + Ubuntu bits:
+ + switch to fulscreen mode using F11 [Chris]
+ + pending:
+ + shared XLS and XLSX import/export [Katarina]
+
ooo-build-3.2.0.99.2 (3.2.1-beta2)
+ features:
+ Linux alpha port (i#110145) [Caolan, Rene]
- + automatic scrollbars for writer (fate#588554) [Radek]
+ + automatic scrollbars for writer (fate#309128) [Radek]
+ multilingual Lightproof grammar checker extension [KAMI]
+ allow to bundle Magyar Linux Libertine font set [Andras]
+ update Hungarian Lightproof extension to version 1.2 [KAMI]
diff --git a/configure.in b/configure.in
index 36889f769..51e988c57 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
-AC_INIT(ooo-build, 3.2.0.99.2)
+AC_INIT(ooo-build, 3.2.0.99.3)
AC_PREREQ(2.51)
AC_CONFIG_SRCDIR(bin/build-ooo)
AC_PREFIX_DEFAULT(/usr)