diff options
-rw-r--r-- | NEWS | 22 | ||||
-rwxr-xr-x | configure.in | 2 |
2 files changed, 22 insertions, 2 deletions
@@ -1,4 +1,24 @@ -libreoffice-3.3.1.2 (3.3.2rc1) +libreoffice-3.3.2.2 (3.3.2rc2) + ++ NEWS generated using bin/lo-commit-stat . 'libreoffice-3.3.2.1..HEAD' ++ build + + delete fallback strings which were translated between rc1 and rc2 [Andras Timar] + + fix download for all 3.3.x source release [Gökçen Eraslan] + + fix non-working VBA container controls [Noel Power] + + l10n: update translations from Pootle [Andras Timar] + + win32 packaging for release as patch [Fridrich Štrba] ++ l10n + + l10n: update translations from Pootle [Andras Timar] ++ libs-extern-sys + + l10n: update de_CH and de_AT dictionaries (fdo#33751) [Andras Timar] ++ libs-gui + + hidden tabs in Impress tasks panel (fdo#34718) [Radek Doulik] ++ ure + + prefer gcc __sync functions over pthread [Jani Monoses] + + +libreoffice-3.3.2.1 (3.3.2rc1) + + NEWS generated using bin/lo-commit-stat . 'libreoffice-3.3.1.2..HEAD' + bootstrap diff --git a/configure.in b/configure.in index a0c9e99cd..e0bcca78d 100755 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -AC_INIT(libreoffice-build, 3.3.2.1) +AC_INIT(libreoffice-build, 3.3.2.2) AC_PREREQ(2.51) AC_CONFIG_SRCDIR(bin/build-ooo) AC_PREFIX_DEFAULT(/usr) |