summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetr Mladek <pmladek@suse.cz>2011-02-15 20:04:09 +0100
committerPetr Mladek <pmladek@suse.cz>2011-02-15 20:09:43 +0100
commit2c79bcb8bcc83250ad3355d3ba025caa6214b3a6 (patch)
treec95063148259998351b09675be91675c0257ec78
parent1a1205c943256458f1f131461d4723380b41962c (diff)
Version 3.3.1.2, tag libreoffice-3.3.1.2 (3.3.1-rc2)libreoffice-3.3.1.2libreoffice-3.3.1-final
-rw-r--r--NEWS36
-rwxr-xr-xconfigure.in2
2 files changed, 37 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 46fa9cc9f..300166bd4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,39 @@
+libreoffice-3.3.1.2 (3.3.1rc2)
+
++ NEWS generated using bin/lo-commit-stat . 'libreoffice-3.3.1.1..HEAD'
++ bootstrap
+ + bump product version to 3.3.1rc2, release number to 8 [Petr Mladek]
+ + install mtfrenderer.uno.dll in the correct directory (fdo#33785) [Jesús Corrius]
+ + multilingual sdk build targets [Fridrich Štrba]
++ build
+ + fix download of the libreoffice-*.3.3.1* source tarballs [Gökçen Eraslan]
+ + l10n: Updated Hungarian (hu) translation (OOO-137) [Andras Timar]
+ + l10n: Updated pt-BR translation [Andras Timar]
+ + l10n: yet another translation update from Pootle [Andras Timar]
+ + lo-build-et.* are obsoleted by /l10/source/et/localize.sdf [Andras Timar]
++ extensions
+ + l10n: typo fix in Dutch (nl) nlpsolver translation [Andras Timar]
++ l10n
+ + l10n: Estonian (et) translation fixes [Andras Timar]
+ + l10n: Lithuanian (lt) translation fixes [Andras Timar]
+ + l10n: Norwegian Bokmål (nb) translations fix [Andras Timar]
+ + l10n: Romanian (ro) translation fixes [Andras Timar]
+ + l10n: pt-BR translation fixes [Andras Timar]
++ libs-core
+ + crashing oosplash and malformed picture (bnc#652562) [Petr Mladek]
+ + fixed BorderLine(2) convertion to SvxBorderLine (fdo#34226) [Cédric Bosdonnat]
+ + ported fix from DEV300m98 (fdo#33964, i#115716) [Noel Power]
++ libs-gui
+ + disable EMF+ rendering on windows - it doesn't work yet [Michael Meeks]
+ + disable EMF+ support on all platforms for 3-3-1 release [Radek Doulik]
+ + getEnglishSearchFontName() searches Takao fonts [Takeshi Abe]
+ + use "BrOffice" name if the Brazilian UI translation is used (bnc#33744) [Petr Mladek]
++ sdk
+ + fix ODK settings.mk to only set STLPORTLIB if needed [Rene Engelhard]
++ writer
+ + visual editor destroys formulas containing symbols (fdo#32759, fdo#32755) [Luke Dixon]
+ + rtfExport::HackIsWW8OrHigher(): return true (fdo#33478) [Miklos Vajna]
+
libreoffice-3.3.1.1 (3.3.1rc1)
+ NEWS generated using bin/lo-commit-stat . 'libreoffice-3.3.0.4..HEAD'
diff --git a/configure.in b/configure.in
index ef267a485..577cd2e56 100755
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
-AC_INIT(libreoffice-build, 3.3.1.1)
+AC_INIT(libreoffice-build, 3.3.1.2)
AC_PREREQ(2.51)
AC_CONFIG_SRCDIR(bin/build-ooo)
AC_PREFIX_DEFAULT(/usr)