summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetr Mladek <pmladek@suse.cz>2010-02-18 20:35:26 +0100
committerPetr Mladek <pmladek@suse.cz>2010-02-18 20:35:26 +0100
commit50874a84c19b964f477fe969634be0d5651ae68c (patch)
tree8d18cd59c93f85ffe687442f70754a8e19492bf8
parent607aab092560ba5c267b825d91751262959ddebb (diff)
Release ooo-build-3.2.0.6 (3.2 bugfix release; SLED11-SP1-beta5)OOO_BUILD_3_2_0_6
* version 3.2.0.6 (3.2 bugfix release; SLED11-SP1-beta5) * tag OOO_BUILD_3_2_0_6
-rw-r--r--NEWS33
-rw-r--r--configure.in2
2 files changed, 33 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 50fc195fd..82eeb0077 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,35 @@
-ooo-build-3.2.0.5 (3.2-rc5)
+ooo-build-3.2.0.6 (3.2 bugfix release)
+
+ + features:
+ + update Lightproof_hu extension to 1.1 [KAMI]
+ + Common bits:
+ + prefer OOo over okular and k* [Rene]
+ + exception handling in SVG import [Caolan, Thorsten]
+ + Impress bits:
+ + mis-detection of cloned displays (bnc#578730, bnc#551391) [Thorsten]
+ + OOXML bits:
+ + image wrapping in DOCX import [Cédric]
+ + numbering in DOCX import (bnc#580106) [Cédric]
+ + l10n:
+ + updated Hungarian translation [Andras]
+ + new strings from SLED11-SP1 translators [Petr]
+ + applying extra SDF files (i#109378) [KAMI, Petr]
+ + really localize the layout dialogs (deb#570378) [Petr]
+ + localize Vendor in the Windows installer (bnc#571489) [Andras, Petr]
+ + Win32 bits:
+ + pack msvcr71.dll; make sure that Java stuff works [Tor]
+ + build bits:
+ + Lightproof integration fix [KAMI, Tor]
+ + bin obsolete langpack installation fix [Thorsten]
+ + Debian bits:
+ + home on NFS problems [Rene]
+ + Go-oo build:
+ + use internal openssl; fixes DOC import [Fridrich]
+ + OxygenOffice:
+ + UTF-8 encoded hyphen dictionaries fix [László, KAMI]
+ + updated the prebuilt extensions aids to version 20100215 [KAMI]
+
+ooo-build-3.2.0.5 (3.2-rc5 == final)
+ features:
+ support ooo320-m12
diff --git a/configure.in b/configure.in
index 53f425ed3..71ded595f 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
-AC_INIT(ooo-build, 3.2.0.5)
+AC_INIT(ooo-build, 3.2.0.6)
AC_PREREQ(2.51)
AC_CONFIG_SRCDIR(bin/build-ooo)
AC_PREFIX_DEFAULT(/usr)