summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetr Mladek <pmladek@suse.cz>2009-11-24 16:37:29 +0100
committerPetr Mladek <pmladek@suse.cz>2009-11-24 16:37:29 +0100
commit5baa23c744b47380cbdec2f87148a640c60e6cb0 (patch)
tree92af59554bf3890c0663a57c659ad6c9eeee8218
parentd86382c7b4aa181cbecf23294843864c5d488c4b (diff)
Release ooo-build-3.1.99.3 (3.2-beta3)OOO_BUILD_3_1_99_3
* version 3.1.99.3 (3.2-beta3) * tag OOO_BUILD_3_1_99_3
-rw-r--r--NEWS32
-rw-r--r--configure.in2
2 files changed, 33 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index a52ee3248..7dfa16908 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,35 @@
+ooo-build-3.1.99.3 (3.2-beta3)
+
+ + features:
+ + support ooo320-m5
+ + Numbertext extension [KAMI]
+ + build on Linux hppa [Caolan, Rene]
+ + speed up:
+ + bunch of useless flush calls in rdb code [Thorsten]
+ + page break update and printing performance (bnc#554955) [Kohei]
+ + row's hidden state lookup during pagenation (bnc#554955) [Kohei]
+ + Common bits:
+ + better document status icon in the status bar [Jimmac, Kohei]
+ + Calc bits:
+ + more on flat_segment_tree implementation [Kohei]
+ + better icons in the datapilot popup window [Jimmac, Kohei]
+ + datapilot position in XLS export/import (i#106583) [Kohei]
+ + storing custom display names for datapilot tables (i#106975) [Kohei]
+ + Draw bits:
+ + malformed Bezier curve printing (bnc#553219) [Thorsten]
+ + more on custom shapes gradient color (bnc#485637) [Thorsten]
+ + VBA bits:
+ + more Writer VBA API [Fong]
+ + more on sheet protection [Noel]
+ + event helper crasher (bnc#438606) [Noel]
+ + find fails to wrap search when it fails (bnc#554261) [Noel]
+ + build bits:
+ + allow build with patch-2.6 (i#107027)
+ + update Lightproof extension to version 1.2.2 [KAMI]
+ + update Google Docs and Zoho extension to version 1.9.0 [Fridrich]
+ + Novell bits:
+ + update Novell branding for OOo-3.2 [Petr]
+
ooo-build-3.1.99.2 (3.2-beta2)
+ features:
diff --git a/configure.in b/configure.in
index 4b3c8b24a..14a36437c 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
-AC_INIT(ooo-build, 3.1.99.2)
+AC_INIT(ooo-build, 3.1.99.3)
AC_PREREQ(2.51)
AC_CONFIG_SRCDIR(bin/build-ooo)
AC_PREFIX_DEFAULT(/usr)