diff options
author | Petr Mladek <pmladek@suse.cz> | 2009-01-08 19:05:05 +0000 |
---|---|---|
committer | Petr Mladek <pmladek@suse.cz> | 2009-01-08 19:05:05 +0000 |
commit | 1c6687363568819e6852f47b2d028ea34498fa44 (patch) | |
tree | 830d33659da4ce31648d3f13fb32b9d607f99451 | |
parent | 0a8dbb6b7d1c1de878d00765d1357cc38a627ba4 (diff) |
2008-01-08 Petr Mladek <pmladek@suse.cz>
* Version 3.0.0.11 (SLED11-rc2)
-rw-r--r-- | NEWS | 23 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 24 insertions, 1 deletions
@@ -1,3 +1,26 @@ +ooo-build-3.0.0.11: + + * bug fixes: + + more on the layout dialogs [Jan] + + x-axis with numeric or dates (bnc#463199) [Kohei] + + store ranges using CONV_OOO (bnc#463305, bnc#461263) [Kohei] + + outline numbering in master document (i#96092, bnc#445536) [Amelia] + + set python paths (bnc#440090, deb#501028, i#90701) [Rene, Petr] + + DirectX canvas when the device is lost (bnc#445628) [Thorsten] + + RIGHT JOIN selection description (bnc#431031, i#97026) [Petr] + + no latex filter without writer2latex (i#93520) [Rene, Petr] + + wordwrap problem with 2.x documents (i#93996) [Thorsten] + + preference over gnumeric (bnc#463510) [Petr] + + fit list to size popup (i#94086) [Thorsten] + + broken autorecovery (i#92968) [Petr] + + Win32 bits: + + drop support for Win9x [Tor] + + VBA bits: + + XLS import crasher (bnc#447560, bnc#458985) [Noel] + + hyperlink button (bnc#446637) [Noel] + + build bits: + + fix --enable-layout-experimental option to work [Jan] + ooo-build-3.0.0.10: * bug fixes: diff --git a/configure.in b/configure.in index 37dc6e825..6cbb41d42 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -AC_INIT(ooo-build, 3.0.0.10) +AC_INIT(ooo-build, 3.0.0.11) AC_PREREQ(2.51) AC_CONFIG_SRCDIR(bin/build-ooo) AC_PREFIX_DEFAULT(/usr) |