summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetr Mladek <pmladek@suse.cz>2009-03-27 14:33:41 +0100
committerPetr Mladek <pmladek@suse.cz>2009-03-27 14:33:41 +0100
commit9861f6bbbe22cdc58671049b59ed0f696e8a73be (patch)
tree47d8af2fefc35bf743b68e8e917bec98d5367cda
parent7062d4deee51eb0d24ce6377bf83263b2818119b (diff)
Version 3.0.99.3 (3.1.0-beta3)OOO_BUILD_3_0_99_3
* Version 3.0.99.3 (3.1.0-beta3) * tag OOO_BUILD_3_0_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 c6ed69563..124157410 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,35 @@
+ooo-build-3.0.99.3
+
+ + features:
+ + support ooo310-m7 [Rene]
+ + ooo-build is in git now, see
+ http://www.freedesktop.org/wiki/Software/ooo-build/SVNToGitCheatSheet
+ [Kendy]
+ + bug fixes:
+ + more on skipping data in hidden cells when rendering charts
+ (bnc#404190, i#81209) [Kohei]
+ + charts with non-default formula syntax (bnc#487350) [Kohei]
+ + messages about missing directories with templates (i#100518) [Petr]
+ + VBA bits:
+ + custom menus import from word documents crasher [Noel]
+ + enable filter to process builtin menubar [Noel]
+ + compile issue (i#100578) [Noel]
+ + OOXML import:
+ + master page style only for placeholder shapes (bnc#485417) [Radek]
+ + docx nested tables (i#92544, bnc#478965) [Cédric]
+ + external references import (bnc#480868) [Jan]
+ + autoFilter in table part (bnc#479381) [Jan]
+ + l10n:
+ + updated ooo-build.pot [Petr]
+ + build bits:
+ + do not lost ARCH_FLAGS from the environment [Petr]
+ + enforce alignment for typesconfig [Rene]
+ + easier ccache usage [Jan]
+ + bin support for < ooo310-m7 [Rene]
+ + experimental:
+ + more on the split build [Petr]
+ + initial support for SmartArt import [Thorsten]
+
ooo-build-3.0.99.2
+ features:
diff --git a/configure.in b/configure.in
index 3fb033f9c..a7dc8b39d 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
-AC_INIT(ooo-build, 3.0.99.2)
+AC_INIT(ooo-build, 3.0.99.3)
AC_PREREQ(2.51)
AC_CONFIG_SRCDIR(bin/build-ooo)
AC_PREFIX_DEFAULT(/usr)