summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetr Mladek <pmladek@suse.cz>2009-12-20 19:03:15 +0100
committerPetr Mladek <pmladek@suse.cz>2009-12-20 19:03:15 +0100
commit04e8d4cf8d8fe2c81e1f63db1e649087a9510209 (patch)
tree07557c6d42e3b96fd229d92d7d9295da14a55fcb
parentf9ceab291a124ca532d2a8f04ad053220b2a33cb (diff)
Release ooo-build-3.2.0.1 (3.2-rc1)OOO_BUILD_3_2_0_1OOO-BUILD-3-2-ANCHOR
* version 3.2.0.1 (3.2-rc1) * tag OOO_BUILD_3_2_0_1
-rw-r--r--NEWS46
-rw-r--r--configure.in2
2 files changed, 47 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index d8595c76d..40c21c4f8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,49 @@
+ooo-build-3.2.0.1 (3.2-rc1)
+
+ + features:
+ + support ooo320-m8 [Rene, Petr]
+ + allow to add Watch Window extension [KAMI]
+ + possibility to add a subscription menu [Kendy]
+ + performance:
+ + DBF import performance by 75% (bnc#558505) [Kohei]
+ + string intern optimization for PC 850 code pages [Kohei]
+ + do not load any VBA crap from non MSO documents [Noel]
+ + do not always load presenter screen (i#107568) [Thorsten]
+ + Common bits:
+ + layout dialogs crashers [Thorsten]
+ + few WMF/EMF+ import fixes [upstream, Radek]
+ + file read from sftp-folder (bnc#465102) [Tor]
+ + pasting from Firefox crashers (bnc#553819) [Tor]
+ + unnecessary exceptions in sfx2 (i#107512) [Kendy]
+ + better wording of the always save option check box [Kohei]
+ + saving when locking is not supported (bnc#560877, i#107511) [Kendy]
+ + Calc bits:
+ + Lotus import crasher (bnc#565184) [Kohei]
+ + connector styles XLS import (bnc#559393) [Kohei]
+ + minor bugs in datapilot ODS import/export [Kohei]
+ + line count of move-copy sheet dialog (bnc#559438) [Thorsten]
+ + random ListBox::CalcMinimumSize() results (bnc#557230) [Thorsten]
+ + support XLSX export for more that 65536 rows (bnc#504623) [Kohei]
+ + conflict between formula and decimal separators (bnc#556142) [Kohei]
+ + number of the sheet in the "Insert Sheet" dialog (bnc#559445) [Petr]
+ + Writer bits:
+ + image position in DOC import [Cédric]
+ + update table format when pasting a value (bnc#564789) [Cédric]
+ + VBA bits:
+ + macro properties fixup (bnc#566030) [Noel]
+ + listindex, radiobutton, listbox events (bnc#560355, bnc#561639) [Noel]
+ + build bits:
+ + build with g++-4.4 [Cédric]
+ + build with mono-2.6 [Petr]
+ + enable lockdown stuff for everyone [Kohei]
+ + fix build with internal mysqlcppconn [Rene]
+ + fix "--with-tag=dev300-latest" to work [Thorsten]
+ + Debian bits:
+ + use -O2 on PPC [Rene]
+ + build mysqlc against stlport [Rene]
+ + OxygenOffice:
+ + some new settings to OxygenOffice configuration [KAMI]
+
ooo-build-3.1.99.4 (3.2-beta4)
+ features:
diff --git a/configure.in b/configure.in
index 5b59ee0a3..7f2c719d1 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
-AC_INIT(ooo-build, 3.1.99.4)
+AC_INIT(ooo-build, 3.2.0.1)
AC_PREREQ(2.51)
AC_CONFIG_SRCDIR(bin/build-ooo)
AC_PREFIX_DEFAULT(/usr)