summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetr Mladek <pmladek@suse.cz>2008-05-19 18:28:52 +0000
committerPetr Mladek <pmladek@suse.cz>2008-05-19 18:28:52 +0000
commit1f517376925e300549f651b98a2aa26920bbd447 (patch)
tree4f93f465b039f872d3f8f14d49347f905ef97f15
parent67e918f36d1d00df8717c95e72521dcf12e18db1 (diff)
2008-05-19 Petr Mladek <pmladek@suse.cz>
* Version 2.4.0.12
-rw-r--r--NEWS13
-rw-r--r--configure.in2
2 files changed, 14 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 0087e6e08..170b97312 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+ooo-build-2.4.0.12
+
+ + bug fixes:
+ + registry store crasher [Radek]
+ + documents with form fields crasher (bnc#390953) [Petr, Florian]
+ + INDIRECT and Text as numbers calculation error (bnc#391330) [Kohei]
+ + unable to mix fonts in a single cell (i#89598) [Kohei]
+ + avoid unnecessary dns lookup (bnc#389257) [Kendy]
+ + shrinked french localization (bnc#340679, i#89475) [Petr]
+ + really disable the registration dialog (bnc#391477) [Kohei]
+ + bash completion for writer and master documents (bnc#257299) [Petr]
+ + updated Novell, OxygenOffice bits (Petr, Kalman)
+
ooo-build-2.4.0.11
+ features:
diff --git a/configure.in b/configure.in
index 7b0b0a5fe..d346e2473 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
-AC_INIT(ooo-build, 2.4.0.11)
+AC_INIT(ooo-build, 2.4.0.12)
AC_PREREQ(2.51)
AC_CONFIG_SRCDIR(bin/build-ooo)
AC_PREFIX_DEFAULT(/usr)