summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetr Mladek <pmladek@suse.cz>2009-11-26 17:02:04 +0100
committerPetr Mladek <pmladek@suse.cz>2009-11-26 17:02:04 +0100
commitb68630c172563cb685232c525d17c441931de749 (patch)
tree9e18e60e5cb87a5315436319a1af6ed92165641b
parentfdda0f1eba4ee46b80db14e548159ccaa163e678 (diff)
Release ooo-build-3.1.1.5 (maintenance update)OOO_BUILD_3_1_1_5
* version 3.1.1.5 (maintenance update) * tag OOO_BUILD_3_1_1_5
-rw-r--r--NEWS40
-rw-r--r--configure.in2
2 files changed, 41 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 7dd695aea..0557f4dc1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,43 @@
+ooo-build-3.1.1.5 (maintenance update)
+
+ + features:
+ + build on Linux hppa [Caolan, Rene]
+ + Common bits:
+ + XML parser crasher [Radek]
+ + broken colors in PDF export (i#106523) [Caolan, Rene]
+ + “Move/Copy Sheet” dialogs scrolling (bnc#548091) [Jan]
+ + select right export filters in KDE4 file picker (lp#452518,
+ bnc#557585) [Matevž, Rene]
+ + Calc bits:
+ + more on flat_segment_tree implementation [Kohei]
+ + don't paste on enter while in edit mode (i#102456) [Kohei]
+ + mirrored range selection bug in RTL mode (bnc#542684) [Kohei]
+ + Writer bits:
+ + two consecutive fields DOC export (bnc#546416) [Cédric]
+ + background color and bullet indentation DOC import (bnc#547308) [Fong]
+ + OOXML bits:
+ + header/footer PPTX import (bnc#549246) [Radek]
+ + VBA bits:
+ + override export problem [Noel]
+ + selection of pasted range [Noel]
+ + autofiltermode API (bnc#548383) [Noel]
+ + resolving macros which use a project name [Noel]
+ + non-working visibility for controls (bnc#542132) [Noel]
+ + find fails to wrap search when it fails (bnc#554261) [Noel]
+ + boolean arguments to worksheet functions fail (bnc#541735) [Noel]
+ + IsEmpty RTL function fails with non-object params (bnc#541749) [Noel]
+ + build bits:
+ + allow build with patch-2.6 (i#107027)
+ + Debian bits:
+ + use xulrunner-1.9.1.diff [Rene]
+ + Experimental stuff:
+ + cells with slanted text import (bnc#549728, i#38709) [Kohei]
+ + page break update and printing performance (bnc#554955) [Kohei]
+ + incorrect import of sheet protection options (bnc#542024) [Kohei]
+ + more on automatic adjusting number of decimals (bnc#541973) [Kohei]
+ + filtering performance in presence of cell notes (bnc#556927) [Kohei]
+ + rot. text + border in XLS import (i#38709, bnc#549728) [Daniel,Kohei]
+
ooo-build-3.1.1.4 (maintenance update)
+ Common bits:
diff --git a/configure.in b/configure.in
index 873121122..3481ef899 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
-AC_INIT(ooo-build, 3.1.1.4)
+AC_INIT(ooo-build, 3.1.1.5)
AC_PREREQ(2.51)
AC_CONFIG_SRCDIR(bin/build-ooo)
AC_PREFIX_DEFAULT(/usr)