diff options
author | Petr Mladek <pmladek@suse.cz> | 2011-01-18 19:00:30 +0100 |
---|---|---|
committer | Petr Mladek <pmladek@suse.cz> | 2011-01-18 20:48:22 +0100 |
commit | 8b557bd27a924e1f1c103ed18bc04d7cf25740fa (patch) | |
tree | 5c015d05054a29a43616c68df71b8f0775a01396 | |
parent | f420896863d0e640b8aecdeaaee386c5db867b07 (diff) |
Version 3.3.0.4, tag libreoffice-3.3.0.4 (3.3-rc4)libreoffice-3.3.0.4libreoffice-3.3.0-final
-rw-r--r-- | NEWS | 53 | ||||
-rwxr-xr-x | configure.in | 2 |
2 files changed, 54 insertions, 1 deletions
@@ -1,3 +1,56 @@ +libreoffice-3.3.0.4 (3.3-rc4) + ++ NEWS generated using lo-git-commit-summary . news 'libreoffice-3.3.0.3..HEAD' ++ common: + + Remove pesky on-line registration menu entry. (fdo#33112) [Kohei Yoshida] ++ artwork: + + fix search toolbar up/down search button icons [Michael Meeks] ++ base: + + Report builder not shows properties on report fields (fdo#32742) [Noel Power] + + i#116187: report left/right page margin setting ignored on Unix 64 bit [Lionel Elie Mamane] + + Remove the Registration... menu item which we don't want. (fdo#33112) [Kohei Yoshida] ++ bootstrap: + + Added ca_XV and ast name and description [Andras Timar] + + BrOffice Windows start menu branding [Michael Meeks] + + removed language code 'kid' [Andras Timar] ++ build: + + another a href fix for hr... [Rene Engelhard] + + ast and ca_XV name/desc has been added to pot [Andras Timar] + + (DebianBaseOnly) openoffice.org-java-common -> libreoffice-java-common [Rene Engelhard] + + fix hr and te translations [Fridrich Štrba] + + localize-ooo needs bash on mac, no cut but awk [Thorsten Behrens] + + make reportdesign-mention-package-l10n.diff apply again [Rene Engelhard] + + Putting relevant configure options into distro config files [Fridrich Štrba] + + remove Koshin, because 'kid' is not Koshin in LibreOffice [Andras Timar] + + Slovenian (sl) translation update [Martin Srebotnjak] + + update Debian-only parts of package-ooo for new lo*/libreoffice* [Rene Engelhard] + + Updated translations [Andras Timar] + + update sdfs for hr/te l10n fix [Rene Engelhard] ++ calc: + + Reverting the merge commit 0fe55349b05fae496a86a3fa958d184f0453916c. [Kohei Yoshida] + + Revert "This is also part of the merge." [Kohei Yoshida] ++ filters: + + Fix a typo SolarMuexGuard -> SolarMutexGuard [Fridrich Štrba] ++ libs-core: + + Be slightly more paranoid defensive [Tor Lillqvist] + + calc65: #i116371# fix backgrounds for polypolygons in metafile [Philipp Lohmann [pl]] + + Fix buffer size problem that broke MSI installer localization [Tor Lillqvist] + + fix FMR crasher bug#33099, approved by Fridrich, David & Petr. [Michael Meeks] + + Sun Microsystems -> The Document Foundation in desktop file fdo#31191 [Andras Timar] + + unopkg crasher on SLED11-SP1 (bnc#655912) [Petr Mladek] ++ libs-gui: + + Avoid GetHelpText() call which can be quite heavy [Tor Lillqvist] + + calc65: #i116318# Fixed the painting of axial gradients. [Andre Fischer] + + do not mix unrelated X11 Visuals (fdo#33108) [Luboš Luňák] + + use sane scrollbar sizes when drawing [Luboš Luňák] ++ writer: + + n#657135: Enhanced fields fixes (key inputs, and 0-length fields import) [Cédric Bosdonnat] + + Resolves: fdo#32633 use standard Edit button width of 50 (cherry picked from commit a3c9ea96b2deee09060fae80d673e262b27872bb) [Caolán McNamara] ++ build bits: + + bump SHORT_PRODUCTEXTENSION to rc4 and widnows build version to 6 [Petr Mladek] + + fix presenter screens description.xml build [Rene Engelhard] + + fix this to build [Caolán McNamara] + libreoffice-3.3.0.3 (3.3-rc3) + ooo integration: diff --git a/configure.in b/configure.in index bcef16585..b2ed53e73 100755 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -AC_INIT(libreoffice-build, 3.3.0.3) +AC_INIT(libreoffice-build, 3.3.0.4) AC_PREREQ(2.51) AC_CONFIG_SRCDIR(bin/build-ooo) AC_PREFIX_DEFAULT(/usr) |