summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetr Mladek <pmladek@suse.cz>2009-07-23 21:21:18 +0200
committerPetr Mladek <pmladek@suse.cz>2009-07-23 21:21:18 +0200
commit2ae99913b45d4fb433a2633154057aa3727ba8f4 (patch)
tree4281f8995b76d2634447e197c900b354165317fd
parent752c0986da65559c57c3b5b72a0f9ac6ce425487 (diff)
Release ooo-build-3.1.0.99.1 (3.1.1-beta1)OOO_BUILD_3_1_0_99_1
* version 3.1.0.99.1 (3.1.1-beta1) * tag OOO_BUILD_3_1_0_99_1
-rw-r--r--NEWS52
-rw-r--r--configure.in2
2 files changed, 53 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 20d800454..73b852209 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,55 @@
+ooo-build-3.1.0.99.1 (3.1.1-beta1)
+
+ + features:
+ + target ooo310-m16 [Rene]
+ + new unopkg add --link option [Caolan]
+ + new -bulk option to convert documents on the command line [Florian]
+ + common bug fixes:
+ + updated Graphite font technology stuff [Herbert, Rene]
+ + avoid sticky state of fullscreen window (i#103145) [Thorsten]
+ + Calc fixes:
+ + XLS import crasher (bnc#520556) [Kohei]
+ + scrolling with large selection (n#518426) [Kohei]
+ + determine in-line array size more reliably [Kohei]
+ + more on row and flags manipulations (n#516406) [Kohei]
+ + hyperlink strings XLS import (bnc#521447, i#103520) [Kohei]
+ + COUNTIF with external references (bnc#521624, i#102750) [Kohei]
+ + absolute path generation for external doc URI (i#103317) [Kohei]
+ + clink on hyperlinks behavior in Calc (i#103587, n#523005) [Kohei]
+ + document is modified when switching external link (i#103598) [Kohei]
+ + Impress fixes:
+ + no impress layout pane in master page mode (i#73289) [Liang, Thorsten]
+ + Writer fixes:
+ + RTF export crash (bnc#462657) [Kendy]
+ + lost indentation during DOC import (bnc#518731) [Florian]
+ + VBA bits:
+ + ComboBox binding data import in userform [Fong]
+ + create toolbar/menubar in document scope [Fong]
+ + variable as VBA constant (bnc#521820) [Fong, Noel]
+ + set Enabled/Disabled to menu item (i#103486) [Fong]
+ + automation objects, automation bridge wrapper (bnc#507501) [Noel]
+ + WorkBook.PrecisionAsDisplayed, and CommandbarControl.Enabled, support
+ workbook auto_open event, builtin toolbar (bnc#520228) [Fong]
+ + OOXML bits:
+ + shape map crash [Radek]
+ + action buttons PPTX export (bnc#497570) [Radek]
+ + footnote in a table DOCX import crasher (bnc#518741) [Cédric]
+ + l10n bits:
+ + ooo-build.pot update [Petr]
+ + Serbian translation update [Nix, KAMI]
+ + build bits:
+ + dmake and environment variables with space (i#101786) [Kendy]
+ + make target to create ctags file [Cédric]
+ + Go-oo bits:
+ + enable system dictionaries [Petr]
+ + new branding (bnc#493593) [Jakub, Petr]
+ + Experimental:
+ + autolayout code [Dona]
+ + ocrimport extension [Jonathan]
+ + Win32 crosscompilation on Linux [Jesús]
+ + animated border for copied range [Kohei]
+ + slideshow on drawinglayer plus canvas gradients brush-up [Thorsten]
+
ooo-build-3.1.0.98.2 (3.1.1-alpha2)
+ features:
diff --git a/configure.in b/configure.in
index b66fe13c2..4041bdbc7 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
-AC_INIT(ooo-build, 3.1.0.98.2)
+AC_INIT(ooo-build, 3.1.0.99.1)
AC_PREREQ(2.51)
AC_CONFIG_SRCDIR(bin/build-ooo)
AC_PREFIX_DEFAULT(/usr)