[Libreoffice-commits] .: Branch 'libreoffice-3-3' - configure.in NEWS

Petr Mladek pmladek at kemper.freedesktop.org
Mon Jan 10 11:17:14 PST 2011


 NEWS         |  165 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 configure.in |    2 
 2 files changed, 166 insertions(+), 1 deletion(-)

New commits:
commit be9059950bbe4992b9c57566a6cb0217c500715f
Author: Petr Mladek <pmladek at suse.cz>
Date:   Mon Jan 10 19:46:40 2011 +0100

    Version 3.3.0.3, tag libreoffice-3.3.0.3 (3.3-rc3)

diff --git a/NEWS b/NEWS
index 38b6d37..03a42ec 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,168 @@
+libreoffice-3.3.0.3 (3.3-rc3)
+
++ ooo integration:
+    + Merge commit 'ooo/OOO330_m19' into libreoffice-3-3 [Petr Mladek, Kohei Yoshida]
++ common:
+    + Croatian (hr) translation update [Robert Sedak]
+    + CWS-TOOLING: integrate CWS impress208 [Kurt Zenker]
+    + CWS-TOOLING: integrate CWS ooo33gsl13 [Kurt Zenker]
+    + Fix distro specific about intro hadling [Petr Mladek]
+    + New release of Linux Libertine G fonts [Andras Timar]
+    + ooo33gsl13: #i116085# adjust PageRange handling in writer PDF export [Philipp Lohmann [pl]]
+    + Remove extensions' filename version during unpack [Kalman Szalai - KAMI]
+    + Resolves: fdo#32897 strip out template language tags [Caolán McNamara]
++ bootstrap:
+    + add de-branded MSI installation artwork, bug#32435 [Christoph Noack]
+    + Added ast, ca-XV, and id, removed sc (postset.mk) [Andras Timar]
+    + BrOffice branding for windows shortcuts [Michael Meeks]
+    + Fix Barcode extension's directory [Kalman Szalai - KAMI]
+    + Fix check for BerkleyDB when db_create is macro [Petr Mladek]
+    + ignore SIGPIPE for zenity [Michael Meeks]
+    + only enable zenity for local (unix socket) displays [Michael Meeks]
+    + OOO330 [Kurt Zenker]
+    + Remove version info from extension folder name too. [Kalman Szalai - KAMI]
+    + set a template for mktemp, apparently required in macosx [Caolán McNamara]
+    + typo fix in helppack.ulf [Andras Timar]
+    + typo fix in module_langpack.ulf [Andras Timar]
+    + Update LightProof extensions' packing mechanism [Kalman Szalai - KAMI]
+    + Update SUN Template Pack extensions' packaing mechanism [Kalman Szalai - KAMI]
++ build:
+    + bye, bye zenity [Robert Nagy]
+    + Convert open*.bmp files to png format. [Kalman Szalai - KAMI]
+    + Correct credits url to website conventions (again) [Andras Timar]
+    + fdo#32380, n#649506: Fixed navigation buttons' patch selection handling [Cédric Bosdonnat]
+    + Finnish (fi) translation update [Harri Pitkänen]
+    + fix piece-nlpsolver.diff to apply again [Petr Mladek]
+    + Hungarian (hu) translation update [Andras Timar]
+    + install oo* wrappers only with --with-compat-oowrappers configure option [Petr Mladek]
+    + Make OxygenOffice splash patch apply again [Kalman Szalai - KAMI]
+    + make reportdesign-mention-package-l10n.diff apply again [Rene Engelhard]
+    + Make some OxygenOffice patches apply again [Kalman Szalai - KAMI]
+    + Occitan-Lengadocian )oc) translation update [Bruno Gallart]
+    + pack the converted png files into the released source tarball [Petr Mladek]
+    + po/pot update because of a typo fix in scp2 module [Andras Timar]
+    + remove Debian.dic (and Ubuntu.dic); their contents are now in technical.dic [Rene Engelhard]
+    + Removed empty Maithili (ma) files [Andras Timar]
+    + Remove extensionaids from download.in [Kalman Szalai - KAMI]
+    + remove long obsolete copy of (and broken check for) mysql-connector-cpp.zip [Rene Engelhard]
+    + removing fixes-br.sdf, I merged it into the big localize.sdf [Andras Timar]
+    + Set OxygenOffice default iconset [Kalman Szalai - KAMI]
+    + set RPATH correctly in the internal icu [Petr Mladek]
+    + Slovenian (sl) translation update [Martin Srebotnjak]
+    + Track custom bitmaps' configure changes in distro confs [Kalman Szalai - KAMI]
+    + Updated Hebrew (he) translation [Yaron Shahrabani]
+    + Updated sdf/pot/po - License Dialog - fdo#32563 [Andras Timar]
+    + Updated Slovenian (sl) translation [Martin Srebotnjak]
+    + Updated translations from Pootle [Andras Timar]
+    + Update for OxygenOffice [Kalman Szalai - KAMI]
+    + Update OxygenOffice sections in apply file [Kalman Szalai - KAMI]
+    + Update patches for UbuntuMaverick and and distro-config for UbuntuNatty [Matthias Klose]
+    + Update patches for UbuntuMaverick [Matthias Klose]
+    + Updates for OxygenOffice configuration [Kalman Szalai - KAMI]
+    + Updating pot/po/sdf files with newly added strings [Andras Timar]
+    + use libreoffice and lo* wrappers; udpate man pages accordingly [Petr Mladek]
+    + Use OOO_SOURCEDIRNAME directly when downloading external sources [Miklos Vajna]
++ calc:
+    + Actually the object doesn't have to be a cell note. [Kohei Yoshida]
+    + Avoid double-paste when pasting text into cell comment. (fdo#32572) [Kohei Yoshida]
+    + calc64: #i116164# performance of filters with many filtered ranges [Niklas Nebel]
+    + calc64: remove a warning [Niklas Nebel]
+    + CWS-TOOLING: integrate CWS calc64 [Kurt Zenker]
+    + Make more room for Portuguese locale. (fdo#32823) [Kohei Yoshida]
+    + ooo33gsl13: #i115906# obtain correct data range for external references * Apparently ScTable::GetFirstDataPos() never worked as intended and selected   the first non-empty row of the first non-empty column instead of also taking   following columns into account where non-empty rows may be on top of that. * Caller of ScDocument::ShrinkToDataArea() must check the return value, if   false there is no data in the area passed and the values obtained may be out   of bounds, not in order or unmodified. * In ScExternalRefMgr a call of ScDocument::ShrinkToUsedDataArea() was   intended instead of ScDocument::ShrinkToDataArea(). For this changed the   return of ShrinkToUsedDataArea() to flag if there is any data and added an   out parameter to flag if the area was shrunk. * Sanitized arguments and slightly optimized ScTable::ShrinkToUsedDataArea()   to not have to check for >0 and <MAX on each iteration. (transplanted from 31b53a2ec7e32f9560464f8a3b9f6c3e07b29083) [Eike Rathke [e
 r]]
+    + Remove bogus check for numerical sheet names. (fdo#32570) [Kohei Yoshida]
+    + This is also part of the merge. [Kohei Yoshida]
++ components:
+    + adding copyright owner to Croatian dictionary package [Fridrich Å trba]
+    + Fixed layout breakage for KDE, X11 and (possibly) Mac. (fdo#32133) [Kohei Yoshida]
+    + fix nsplugin for LibreOffice name [Rene Engelhard]
+    + impress208: #i115944# fixing large ooxml files [Christian Lippka ORACLE]
+    + Make the Reset help agent button wider for Italian text. (fdo#32133) [Kohei Yoshida]
+    + Micro optimization of the last commit [Petr Mladek]
++ extensions:
+    + Added nplsolver translations from Pootle [Andras Timar]
+    + Asturian (ast) nlpsolver translation [Xuacu Saturio]
+    + Brazilian Portoguese (pt-BR) nlpsolver translation [Olivier Hallot]
+    + Catalan (ca) nlpsolver translation [Jesús Corrius]
+    + Dutch (nl) nlpsolver translation [Freek de Kruijf]
+    + Enabling l10n of nlpsolver fdo#30839 [Andras Timar]
+    + French (fr) nlpsolver translation [Sophie Gautier]
+    + impress208: #164351# patching xpdf to patchlevel 3.02pl5 [Christian Lippka]
+    + Italian (it) nlpsolver translation [Paolo Pozzan]
+    + Slovenian (sl) nlpsolver translation [Martin Srebotnjak]
++ extras:
+    + add {Free,Open,Net}BSD to technical.dic [Rene Engelhard]
+    + Color palette update [Kalman Szalai - KAMI]
+    + Creating technical.dic based on src/*.dic [Kalman Szalai - KAMI]
+    + Remove oracle.dic file. [Kalman Szalai - KAMI]
+    + Revert "Remove oracle.dic file." [Kalman Szalai - KAMI]
+    + Standard color palette updates [Kalman Szalai - KAMI]
+    + technical.dic: add endian(ness), Kerberos, debootstrap, userspace [Rene Engelhard]
+    + technical.dic: add squeeze and wheezy [Rene Engelhard]
+    + technical.dic: more words from deb#425791 [Rene Engelhard]
+    + Updates for technical.dic [Kalman Szalai - KAMI]
++ filters:
+    + impress208: #164349# small TGAReader improvement [Christian Lippka ORACLE]
+    + ooo33gsl13: #i116085# adjust PageRange handling in writer PDF export [Philipp Lohmann [pl]]
++ impress:
+    + CWS-TOOLING: integrate CWS impress206 [obo]
+    + CWS-TOOLING: integrate CWS impress207 [obo]
+    + impress206: fixed compiler warning [Christian Lippka]
+    + impress206: #i115898# take into account new presentation shapes [Christian Lippka ORACLE]
+    + impress206: #i115898# use updated anchor for group shapes to work around ms office 2010 bug [Christian Lippka ORACLE]
+    + impress207: #i115993# do not insert objects as presentation objects on master pages [Christian Lippka ORACLE]
+    + Resoves: rhbz#663857 font color missing; C++ FAQ 10.3 doomage (cherry picked from commit 963c6b655032b4e5d0f26555f3c26a129a9efb03) [Caolán McNamara]
+    + This surely shouldn't need executable flag [Thorsten Behrens]
++ libs-core:
+    + add BrOffice translations for pt-BR to .desktop files, from Rene. [Michael Meeks]
+    + Better font selection in Japanese locale. [AWASHIRO Ikuya]
+    + Do not block when launching firefox, fdo#32427. [Jan Holesovsky]
+    + fdo#32840: make unopkg --suppress-license skip license in all cases [Cédric Bosdonnat]
+    + Really set BrOffice in the linux desktop files [Petr Mladek]
+    + Related: fdo#32840 update help line for unopkg --supress-license [David Tardon]
+    + remove english license pre-amble; fixing bug 32563 [Michael Meeks]
+    + Resolves: rhbz#666216 survive missing window (cherry picked from commit e9438320b50e647f6c5bf052148bcd501b7b55d4) [Caolán McNamara]
+    + Show the license information in a separate, localizable dialog; fdo#32563. [Jan Holesovsky]
+    + Update CREDITS.odt [Sebastian Spaeth]
++ libs-extern-sys:
+    + fixed a crash - fdo#32850 [Laszlo Nemeth]
+    + impress208: #164350# better xpath handling [Christian Lippka ORACLE]
++ libs-gui:
+    + If the language is not specified, use the initial language. (fdo#32523) [Kohei Yoshida]
+    + Resolves: rhbz#666088 clean up search cache singleton in correct order [Caolán McNamara]
++ l10n:
+    + Added Lao (lo) translation [Andras Timar]
+    + Adding ENABLE_HELP_FORMATTING to translations [Andras Timar]
+    + Better Japanese translation for the 'Split window' menu item in Calc. [Kohei Yoshida]
+    + Breton (br) translation update and correction [Denis Arnaud]
+    + fixed gsicheck error [Andras Timar]
+    + F~ormel menu instead of Formel - fdo#32584 [Andras Timar]
+    + hu translation fix in Mac installer [Emese Kovacs]
+    + Latest Breton (br) translation [Denis Arnaud]
+    + Removed mentions of Oracle from translations - fdo#32126 [Andras Timar]
+    + Slovak (sk) translation update [Milos Sramek]
+    + Telugu (te) translation fixes [Arjuna Rao Chavala]
+    + Telugu (te) translation update [Arjuna Rao Chavala]
++ testing:
+    + more stable export graphic test. [Yifan J]
+    + set small icon theme at beginning of testing [Yifan J]
+    + slideshow test case update. [Yifan J]
+    + use uno slot to click File->Save(as) in Base. [Yifan J]
+    + use uno to invoke File->Digital Signature dialog. [Yifan J]
++ writer:
+    + CWS-TOOLING: integrate CWS calc33stopper3 [obo]
+    + #i115956# token translation fixed [os]
+    + ooo33gsl13: #i116085# adjust PageRange handling in writer PDF export [Philipp Lohmann [pl]]
+    + remove commented code [Petr Mladek]
+    + Resolves: fdo#32633 rearrange title dialog to get translations to fix (cherry picked from commit 049b8e51b06f64fa8b353d65589b55d60ce5b83e) [Caolán McNamara]
+    + Resolves: fdo#32633 stretch title dialog to get translations to fix (cherry picked from commit c75a9e280e3f1282c25d7c1f572cfa4bad3f8ba8) [Caolán McNamara]
+    + Resolves: rhbz#660342 Undo/Redo crash with postits (cherry picked from commit 1b58066892daa9365d23b39d7439fbbe7d562b13) [Caolán McNamara]
+    + We need to move to the next record during mail merge. (fdo#32790) [Kohei Yoshida]
++ build bits:
+    + bump SHORT_PRODUCTEXTENSION to rc3 and widnows build version to 5 [Petr Mladek]
+    + Fix build on SLED10 [Petr Mladek]
+    + Fix build with ConvertTextToNumber extension [Petr Mladek]
+
 libreoffice-3.3.0.2 (3.3-rc2)
 
 + NEWS generated using lo-git-commit-summary . news 'LIBREOFFICE_3_3_0_1..HEAD'
diff --git a/configure.in b/configure.in
index e7cc537..f74697f 100755
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
-AC_INIT(libreoffice-build, 3.3.0.2)
+AC_INIT(libreoffice-build, 3.3.0.3)
 AC_PREREQ(2.51)
 AC_CONFIG_SRCDIR(bin/build-ooo)
 AC_PREFIX_DEFAULT(/usr)


More information about the Libreoffice-commits mailing list