summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetr Mladek <pmladek@suse.cz>2009-04-24 13:34:22 +0200
committerPetr Mladek <pmladek@suse.cz>2009-04-24 13:34:22 +0200
commit26be4db1cf02b7bc0d27099230818669042427e8 (patch)
tree21e841a725f2c540b090ebb3e7d4c7b5ef5a8ffb
parenta02e94b09574c5884cb4fda94388353793587e66 (diff)
Release ooo-build-3.0.99.6 (3.1-beta6)OOO_BUILD_3_0_99_6
* version 3.0.99.6 (3.1-beta6) * tag OOO_BUILD_3_0_99_6
-rw-r--r--NEWS34
-rw-r--r--configure.in2
2 files changed, 35 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index bbe284974..33fcf8feb 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,37 @@
+ooo-build-3.0.99.6
+
+ + features
+ + support ooo310-m10 [Rene]
+ + bug fixes:
+ + F9 update didn't update charts (i#101273) [Kohei]
+ + infinite loop on exporting ODS document (bnc#497610) [Kohei]
+ + crash when exporting notes with hyperlinks (i#101159) [Caolan, Kendy]
+ + many input field stuff improvements (bnc#248354, bnc#400884) [Florian]
+ + more on stepping back one animation effect (i#48179) [Andre, Thorsten]
+ + loosing slide preview in notes on PPT export (i#101051) [Thorsten]
+ + restore the pre-3.0 Impress ruler behaviour (i#101269) [Thorsten]
+ + avoid dupe sound with presenter screen [Upstream, Thorsten]
+ + Impress animation UI fix [Upstream, Thorsten]
+ + VBA bits:
+ + fix treatment of null if 'If' comparison (bnc#496844) [Noel]
+ + OOXML bits:
+ + view zoom in XLSX import (bnc#494603) [Jan]
+ + disable untested animations PPTX export [Radek]
+ + tables DOCX export (bnc#492916, bnc#492896) [Kendy]
+ + initial support for VML in DOCX import [Cédric]
+ + merged many DOCX import fixes:
+ + tables (i#90093, i#97804, i#92544, bnc#478965) [Cédric]
+ + pictures: (i#96021, i#97645, bnc#457490) [Cédric]
+ + redlines (i#91883, bnc#478562) [Cédric]
+ + misc: i#93783, i#100176 [Cédric]
+ + Win32 bits:
+ + many build fixes [Tor]
+ + build bits:
+ + java target in jfreereport (bnc#496747) [Petr]
+ + experimental:
+ + more on the split build [Petr]
+ + Redim or Dim of array run time error (bnc#495604) [Noel]
+
ooo-build-3.0.99.5
+ features:
diff --git a/configure.in b/configure.in
index ea2455a9a..649572673 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
-AC_INIT(ooo-build, 3.0.99.5)
+AC_INIT(ooo-build, 3.0.99.6)
AC_PREREQ(2.51)
AC_CONFIG_SRCDIR(bin/build-ooo)
AC_PREFIX_DEFAULT(/usr)