summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetr Mladek <pmladek@suse.cz>2011-03-15 17:47:15 +0100
committerPetr Mladek <pmladek@suse.cz>2011-03-15 17:47:15 +0100
commitd081ecea333ef5c528d498f57152981eda2b0bc5 (patch)
tree35ba00fc656db6946117ae3f903116ffc93f26e3
parent893b6751feac5ecd53eb147ca90eabb8372e7883 (diff)
Version 3.3.2.2, tag libreoffice-3.3.2.2 (3.3.2-rc2)libreoffice-3.3.2.2libreoffice-3.3.2-finallibreoffice-3-3-2
-rw-r--r--NEWS22
-rwxr-xr-xconfigure.in2
2 files changed, 22 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index d6433ab5b..ffb177f98 100644
--- a/NEWS
+++ b/NEWS
@@ -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)