summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetr Mladek <pmladek@suse.cz>2009-08-04 22:06:12 +0200
committerPetr Mladek <pmladek@suse.cz>2009-08-04 22:06:12 +0200
commitc4f52893009f0d928722b4910e0f7c90591920b0 (patch)
tree4b3234b0fc8a2f503decbdfdd594489000ec9730
parenta954aa33b806464f490edd2fa9ddd73af4f770b7 (diff)
Release ooo-build-3.1.0.99.2 (3.1.1-beta2)OOO_BUILD_3_1_0_99_2OOO-BUILD-3-1-1-ANCHOR
* version 3.1.0.99.2 (3.1.1-beta2) * tag OOO_BUILD_3_1_0_99_2
-rw-r--r--NEWS51
-rw-r--r--configure.in2
2 files changed, 52 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 73b852209..fd3786fe9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,54 @@
+ooo-build-3.1.0.99.2 (3.1.1-beta2)
+
+ + feature:
+ + target ooo310-m17 [Rene]
+ + animated border for copied range [Kohei]
+ + better modified status icon in statusbar (i#103862) [Kohei]
+ + surface shades, custom shapes gradient color (bnc#485637) [Thorsten]
+ + common bits:
+ + squeezed check boxes in sub menus (bnc#523852) [Kendy]
+ + show templates installed as extension (bnc#512146) [Thorsten]
+ + single-point polygons in fontwork crasher (bnc#526342) [Thorsten]
+ + Calc fixes:
+ + sorting when the first row was not 0 (bnc#524215) [Kohei]
+ + string cell format during text file import (bnc#523414) [Kohei]
+ + non-default max column/row size for range names (bnc#522833) [Kohei]
+ + Draw:
+ + autoshape geometry on model change [Thorsten]
+ + avoids messing with fontwork glyph polygons (bnc#485637) [Thorsten]
+ + VBA bits:
+ + broken Styles.Add [Fong]
+ + toolbar XLS import [Fong]
+ + broken toolbar import [Noel]
+ + typename issue (bnc#525649)[Noel]
+ + better heuristic for deleted ctrls [Noel]
+ + support for tooltips and separators [Noel]
+ + HTMLSelect activex objects XLS import (bnc#523191) [Noel]
+ + Financial functions (bnc#525633, bnc#525635, bnc#525642, bnc#525647)
+ [Noel]
+ + OOXML bits:
+ + pivot table XLSX export (bnc#505917) [Jan]
+ + animations PPTX export (bnc#497570) [Radek]
+ + blip luminance PPTX export (bnc#497570) [Radek]
+ + better header/footer DOCX import (bnc#519201) [Cédric]
+ + l10n bits:
+ + Russian translation update [Rail]
+ + Hungarian translations update [KAMI]
+ + translations update by openSUSE community [Petr]
+ + Spanish translation of the autofilter menu (i#103840) [Petr]
+ + Win32 bits:
+ + too long .msp file name [Tor]
+ + built bits:
+ + convwatch support [Thorsten]
+ + tweakconfig extension for OOo debugging [Thorsten]
+ + Novell bits:
+ + updated Novell branding [Tor]
+ + experimental:
+ * Canvas/drawinglayer gradient rework [Thorsten]
+ + more on autolayout code [Dona]
+ + more on Win32 crosscompilation on Linux [Jesús]
+ + don't read multiple lines from csv stream [Kohei]
+
ooo-build-3.1.0.99.1 (3.1.1-beta1)
+ features:
diff --git a/configure.in b/configure.in
index d7edd62c3..ab636fe18 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
-AC_INIT(ooo-build, 3.1.0.99.1)
+AC_INIT(ooo-build, 3.1.0.99.2)
AC_PREREQ(2.51)
AC_CONFIG_SRCDIR(bin/build-ooo)
AC_PREFIX_DEFAULT(/usr)