summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetr Mladek <pmladek@suse.cz>2007-10-08 14:27:13 +0000
committerPetr Mladek <pmladek@suse.cz>2007-10-08 14:27:13 +0000
commitfee3bce2dd40b6fbeadbe192284b73932b9d4d2a (patch)
treef11520d8e1e654ae572952a6aa1165c088c5916c
parent965ac0d3203321da55e29ffb950da30d4d2c8d09 (diff)
2007-10-08 Petr Mladek <pmladek@suse.cz>
* Version 2.3.0.4
-rw-r--r--NEWS20
-rw-r--r--configure.in2
2 files changed, 21 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index fcfb831cb..3cd69f0f2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,23 @@
+ooo-build-2.3.0.4
+
+ + bug fixes:
+ + don't accept all rows to be header rows in a WW8 document (Michel)
+ + more Hungarian translation for CELL and INFO functions (Kohei)
+ + process relative SMB paths correctly (Florian)
+ + generate xhtml that works in IE (Michel)
+ + OpenDocument Presentation Flat XML type detection (Fridrich)
+ + Turkey and Russian key names (Ismail, Jan)
+ + 64-bit problem in Excel filter (Jon)
+ + VBA stuff:
+ + regression in SaveCopyAs returns Basic Runtime Error '423' fix (Noel)
+ + ActiveWindow.DisplayVerticalBar implementation (Noel)
+ + Application.DisplayFormulaBar implementation (Noel)
+ + misc shape and shaperange related rewrite/fixes (Noel)
+ + Win32 stuff:
+ + Indic font setting (Tor)
+ + CMYK JPEGs on Windows where bitmaps are bottom-up (Tor)
+ + updated Pardus bits (Ismail)
+
ooo-build-2.3.0.3
+ VBA stuff:
diff --git a/configure.in b/configure.in
index 0667a24e0..561ce2b36 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
-AC_INIT(ooo-build, 2.3.0.3)
+AC_INIT(ooo-build, 2.3.0.4)
AC_PREREQ(2.51)
AC_CONFIG_SRCDIR(bin/build-ooo)
AC_PREFIX_DEFAULT(/usr)