summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetr Mladek <pmladek@suse.cz>2010-02-04 14:54:17 +0100
committerPetr Mladek <pmladek@suse.cz>2010-02-04 14:56:43 +0100
commit9458f3d988dbe801fea678f4bb71a5a9eb627b66 (patch)
tree99ede4300f5a52755ae5a5131a34c9a0c79e5054
parentf390aa944ea0330c26a983408766293df1cc4c3f (diff)
Release ooo-build-3.2.0.5 (3.2-rc5)OOO_BUILD_3_2_0_5
* version 3.2.0.5 (3.2-rc5) * tag OOO_BUILD_3_2_0_5
-rw-r--r--NEWS38
-rw-r--r--configure.in2
2 files changed, 39 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 9a552b5d7..50fc195fd 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,41 @@
+ooo-build-3.2.0.5 (3.2-rc5)
+
+ + features:
+ + support ooo320-m12
+ + Common bits:
+ + vcl's grey palette init [Thorsten]
+ + x86_64 bridge fixes (i#98028, bnc#575704) [Caolan, Petr]
+ + not-properly initialized paradepth in svdfppt.cxx [Thorsten]
+ + decode URI escapes in subject when sending E-mail (bnc#575653) [Tor]
+ + various GNOME quickstarter fixes (i#108918, bnc#575555) [Caolan, Petr]
+ + Base bits:
+ + ReportBuilder crasher (i#108914, bnc#575698) [Petr, others]
+ + Calc bits:
+ + better formula variable separator config check (bnc#556142) [Kohei]
+ + Impress bits:
+ + avoid looping in draw/impress [Thorsten]
+ + BadMatch crasher during slideshow (i#107763) [Thorsten]
+ + Win32 bits:
+ + allow oowintool detect the java 1.6.x too [Fridrich]
+ + l10n bits:
+ + Spanish accelerators fix (i#102645) [upstream, Rene]
+ + build bits:
+ + build dependencies on Mac [Thorsten]
+ + XLSX filter build cleanup [Doko, Rene]
+ + correct LightProof installation [KAMI]
+ + look for moc in QT4DIR first [Arkadiusz]
+ + installation of various extensions [KAMI]
+ + get localize working under Windows [KAMI]
+ + correct Sun Templates Pack installation [KAMI]
+ + Frugalware bits:
+ + update system-mozilla settings [Miklos]
+ + Novell bits:
+ + decode URI escapes in subject when sending E-mail (bnc#575653) [Tor]
+ + OxygenOffice bits:
+ + more localized strings for scp2 module [KAMI]
+ + Ubuntu bits:
+ + update compiler flags for Arm
+
ooo-build-3.2.0.4 (3.2-rc4)
+ features:
diff --git a/configure.in b/configure.in
index a4e1369e2..9519ff10f 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
-AC_INIT(ooo-build, 3.2.0.4)
+AC_INIT(ooo-build, 3.2.0.5)
AC_PREREQ(2.51)
AC_CONFIG_SRCDIR(bin/build-ooo)
AC_PREFIX_DEFAULT(/usr)