summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetr Mladek <pmladek@suse.cz>2011-08-02 15:58:34 +0200
committerPetr Mladek <pmladek@suse.cz>2011-08-02 15:58:34 +0200
commit02c1583b337bedf14f5644fd23f3c4a1c27138c2 (patch)
tree8ce70fd0bfbb666c4cd0c702078603c9d90df644
parent4dc2be63ce05865373d90f42fcd0921026ab1020 (diff)
Version 3.3.4.1, tag libreoffice-3.3.4.1-buildfix1 (3.3.4-rc1)libreoffice-3.3.4.1-buildfix1libreoffice-3.3.4-finallibreoffice-3-3
-rw-r--r--NEWS27
-rwxr-xr-xconfigure.in2
2 files changed, 28 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index ed2e1c09d..3186352e0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,30 @@
+libreoffice-3.3.4.1 (3.3.1-rc1)
+
++ NEWS generated using bin/lo-commit-stat . 'libreoffice-3.3.3.1..HEAD'
++ bootstrap
+ + bump product version to 3.3.4-rc1, release number to 401 [Petr Mladek]
++ build
+ + fix configure message for libreoffice-3-3 branch [Petr Mladek]
+ + updated eu, pl, ta translations [Andras Timar]
++ calc
+ + set selection request as done for macro recorder (fdo#38955) [Caolán McNamara]
++ help
+ + revert "Update the operation of delete and backspace key " (fdo#31652) [Andras Timar]
+ + update the operation of delete and backspace key (fdo#31652) [Korrawit Pruegsanusak]
++ l10n
+ + updated da, et, lt, pt-BR, tr, and zh-TW translations [Andras Timar]
++ libs-gui
+ + fix regression in SvGlobalName::operator < (fdo#32709) [Radek Doulik]
+ + handle busted emf lengths [Caolán McNamara]
++ writer
+ + fExtChar affects only < 8 (if at all) (i#118018) [Caolán McNamara]
+ + fix backport [Luboš Luňák]
+ + fix for character count without spaces (fdo#30550) [Korrawit Pruegsanusak]
+ + fix loss of init on merge [Caolán McNamara]
+ + merge these sprm finders and do it right [Caolán McNamara]
+ + related: use standard sprm iterator (fdo#37057) [Caolán McNamara]
+ + valgrind: init some values [Caolán McNamara]
+
libreoffice-3.3.3.1 (3.3.1-rc1)
+ NEWS generated using bin/lo-commit-stat . 'libreoffice-3.3.2.2..HEAD'
diff --git a/configure.in b/configure.in
index f201eee1f..1818cc5ed 100755
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
-AC_INIT(libreoffice-build, 3.3.3.1)
+AC_INIT(libreoffice-build, 3.3.4.1)
AC_PREREQ(2.51)
AC_CONFIG_SRCDIR(bin/build-ooo)
AC_PREFIX_DEFAULT(/usr)