summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetr Mladek <pmladek@suse.cz>2009-05-07 22:52:28 +0200
committerPetr Mladek <pmladek@suse.cz>2009-05-07 22:52:28 +0200
commit5c6ed4c6c16a02b4dfeebff47e702901bf640c14 (patch)
treec966f63ad2b563b2cc4b057d261054e3d26b532d
parent9b68f1679e5d26751ffce95d641ba3f84e4c2861 (diff)
Release ooo-build-3.1.0.0 (3.1-rc1)OOO_BUILD_3_1_0_0OOO-BUILD-3-1-ANCHOR
* version 3.1.0.0 (3.1-rc1) * tag OOO_BUILD_3_1_0_0
-rw-r--r--NEWS49
-rw-r--r--configure.in2
2 files changed, 50 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index fac3adc09..e73af9177 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,52 @@
+ooo-build-3.1.0.0 (3.1-rc1)
+
+ + features:
+ + initial support for ArchLinux [AndreasR]
+ + initial support for Slackware [Christoph]
+ + bug fixes:
+ + ODS export freeze (bnc#501029) [Kohei]
+ + more on slow ODS import (bnc#498547) [Kohei]
+ + custom sort in DataPilot tables (bnc#443361) [Kohei]
+ + more on DataPilot custom sort popup window (bnc#443361) [Kohei]
+ + pasting a formula into formula input field freeze (bnc#500985) [Kohei]
+ + put back the paper orientation printer props (bnc#83925) [Thorsten]
+ + templates and a11y crasher (i#86443, bnc#497879) [Upstream, Petr]
+ + detect new monitor in GTK (i#101184) [Caolan, Phillip, Thorsten]
+ + flat ODT files indentation (lp#226075, bnc#437561) [Chris]
+ + guard against wrong dpi (i#101145) [Caolan, Thorsten]
+ + "Search&Replace" and a11y crasher (bnc#500267) [Jan]
+ + broken "Paste Special" (bnc#497708) [Cédric]
+ + OOXML bits:
+ + picture layout PPTX import (bnc#49285, bnc#480223) [Thorsten]
+ + max level of a TOC field DOCX import (bnc#478583) [Cédric]
+ + parent styles DOCX import (bnc#478583) [Cédric]
+ + Normal style DOCX import (bnc#478583) [Cédric]
+ + numbering DOCX import (bnc#478583) [Cédric]
+ + notes DOCX export crasher (bnc#497417] [Jan]
+ + VBA bits:
+ + sheet control geometry attributes crasher (bnc#500006) [Noel]
+ + build bits:
+ + build with gcj [Rene]
+ + build with gcc-4.4 [Chris]
+ + bin support for < ooo310-11 [Rene]
+ + packaging .so symlinks on Debian/Ubuntu [Chris]
+ + support "and" and "not" operators in apply [Petr]
+ + Debian bits:
+ + add JDBC Driver classpaths [Rene]
+ + OxygenOffice:
+ + add Lightproof extension [KAMI]
+ + better packages with SUN Professional templates [KAMI]
+ + Ubuntu bits:
+ + update for ooo310-m11 [Chris]
+ + Ubuntu dictionary update [Chris]
+ + force use of gvfs fuse path [Chris]
+ + show only local files with GTK file chooser [Chris]
+ + Experimental:
+ + sheet protection options ODF import/export [Kohei]
+ + legacy Excel password ODF import/export [Kohei]
+ + VBA volatile bits [Kohei, Noel]
+ + document context call [Noel]
+
ooo-build-3.0.99.7
+ features
diff --git a/configure.in b/configure.in
index 448f400e8..f4ee52cf3 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
-AC_INIT(ooo-build, 3.0.99.7)
+AC_INIT(ooo-build, 3.1.0.0)
AC_PREREQ(2.51)
AC_CONFIG_SRCDIR(bin/build-ooo)
AC_PREFIX_DEFAULT(/usr)