summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetr Mladek <pmladek@suse.cz>2008-10-23 14:41:31 +0000
committerPetr Mladek <pmladek@suse.cz>2008-10-23 14:41:31 +0000
commit0041e5ebdb6a9fea45770576e19d42ed678dd1a7 (patch)
tree6a3eba0d093f63300d4af695265e0e624a08793a
parent6a0c804b1e237e80ad7560305b054d0dce1079da (diff)
2008-10-23 Petr Mladek <pmladek@suse.cz>
* Version 3.0.0.7 (openSUSE-11.1-beta4, SLED11-beta4)
-rw-r--r--NEWS40
-rw-r--r--configure.in2
2 files changed, 41 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index e24d46141..ebeebb020 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,43 @@
+ooo-build-3.0.0.7:
+
+ +features:
+ + initial support for FSF.hu builds [KAMI]
+ + WordPro import filter integration [Fong]
+ + bug fixes:
+ + more on the TOC import (bnc#40425) [Amelia]
+ + more on the SVG import (bnc#436486, ...) [Thorsten]
+ + various impress fixes (i#92026, i#92551, i#94705, i#95055) [Thorsten]
+ + change text size in merged cells regression (bnc#437137) [Kohei]
+ + application icons in KDE and Gnome (i#95220, bnc#372983) [Kendy]
+ + crash when adding/removing fonts (bnc#436441) [Caolan, Florian]
+ + protected sections handling (bnc#400884) [Florian, Petr]
+ + Writer filed stuff fixes (bnc#400884) [Florian, Patrick]
+ + support MS-like border spacing (bnc#391591) [Florian]
+ + GNOME quickstarter to work again (bnc#434778) [Petr]
+ + hidden-cells ODF export/import (bnc#408424) [Kohei]
+ + cellformat toggle icon (i#86377) [Kohei]
+ + Hungarian translation fixes [Andras]
+ + lots valgring warnigns [Thorsten]
+ + VBA bits:
+ + more on the user forms and event handling [Noel]
+ + commandbar submeny fix (bnc#434214, bnc#437157) [Fong]
+ + bracket handling regression (i#92329) [Noel]
+ + more on the macro choose dialog [Fong]
+ + Win32 bits:
+ + allow to enable the OpenOffice.org dialogs [Tor]
+ + allow to integrate extensions [Tor]
+ + various installer fixes [Tor]
+ + tooltips cleanup [Tor]
+ + compilation fixes [Tor, Thorsten]
+ + build bits:
+ + bin obsolete configure options [Andreas]
+ + support Berkeley db 4.7 [Andreas]
+ + more on the MAC build [Thorsten]
+ + build with mingw [Kendy]
+ + updated Gentoo, Ubuntu bits [Andreas, Chris]
+ + experimental:
+ + KDE4 support [Kendy]
+
ooo-build-3.0.0.6:
+features:
diff --git a/configure.in b/configure.in
index 66ec3a84e..bff01345c 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
-AC_INIT(ooo-build, 3.0.0.6)
+AC_INIT(ooo-build, 3.0.0.7)
AC_PREREQ(2.51)
AC_CONFIG_SRCDIR(bin/build-ooo)
AC_PREFIX_DEFAULT(/usr)