Date: prev next · Thread: first prev next last
2011 Archives by date, by thread · List index


Hi,

there have been created the libreoffice-3.3.99.5 tag for 3.4.0-beta5 release.
The corresponding official builds will be available by the end of the week.

See the attached list of changes against 3.4.0-beta4.

You might switch your current 3-4 source tree to it using:

./g fetch --tags
./g checkout -b tag-libreoffice-3.3.99.5 libreoffice-3.3.99.5


IMPORTANT: Remember that commits in the libreoffice-3.4 branch need one
approval from now on. Please, ask for review on the
libreoffice@lists.freedesktop.org mailing list or irc before pushing.
Please, use the prefix [REVIEW] in the mail subject.

See also the schedule at http://wiki.documentfoundation.org/ReleasePlan#3.4.0_release
and release criteria at http://wiki.documentfoundation.org/Release_Criteria


Best Regards,
Petr
+ bootstrap
    + allow to install LO-3.3 and LO-3.4 in parallel on Linux (fdo#36551) [Petr Mladek]
    + missing bundled English dictionary extension dict-en (fdo#36926) [Andras Timar]
    + revert "use $realpath()" (fdo#36927) [Andras Timar]
+ calc
    + assume that the range list member may be NULL. (fdo#36849) [Kohei Yoshida]
    + eliminated the hang due to removal of autofill undo object. (fdo#36051) [Kohei Yoshida]
    + fixed a crash on datapilot while editing the source range. (fdo#36721) [Kohei Yoshida]
    + fixed array comparison with external references. (fdo#36933) [Kohei Yoshida]
    + fixed external references with COUNTIF. (fdo#33137) [Kohei Yoshida]
    + let's not use invalidated iterators. (fdo#36406) [Kohei Yoshida]
    + prevent crash during sort. (fdo#36746) [Kohei Yoshida]
    + remove range names with external references when breaking link. (fdo#34930) [Kohei Yoshida]
    + set all dynamic controls invisible upon instantiation. (fdo#36789) [Kohei Yoshida]
    + typing a named range in the position window should jump. (fdo#36848) [Kohei Yoshida]
+ filters
    + fix for (fdo#33462) [Marcel HB]
    + svx-hacky-htmlselect-control-import.diff ( ) (bnc#523191) [Noel Power]
+ libs-core
    + do not conflict with /usr/share/mime/packages/libreoffice.xml (fdo#36551) [Petr Mladek]
    + do not conflict with GNOME MIME icons (fdo#36551) [Petr Mladek]
    + fix by avoiding -L argument to pagein (fdo#36838) [Michael Meeks]
    + fix desktop integration for the versioned root dir (fdo#36551) [Petr Mladek]
    + fix for (fdo#36898) [Noel Power]
    + make it possible to update the region passed to BeginDrawLayers() (bnc#683550) [Luboš Luňák]
    + use gb_Deliver_deliver to deliver to OUTDIR (fdo#36727) [Bjoern Michaelsen]
+ libs-extern-sys
    + updated German dictionaries (fdo#36879) [Andras Timar]
+ libs-gui
    + fix crash with out of bound accelerater vector access (fdo#36802) [Michael Meeks]
+ translations
    + translations for added Find bar to Basic IDE (fdo#35706) [Andras Timar]
+ writer
    + fix - math crasher on redraw, introduced by Seek difference (fdo#36863) [Michael Meeks]
    + resolving : Load non blank chars from XML and check it's value. (fdo#36931) [Arnaud Versini]
    + revert "Right click and clic-drag on a text over background image is weird" (fdo#36496) 
[Cédric Bosdonnat]
    + revert ( unintended ) parts commit b9ff593590532eb012a0520b6dcb40f3be51f845 (fdo#34908) [Noel 
Power]
    + revert commit 5d8a59f64d9d3931e2c9c1ba98f57cd10e0b01c1, fix (fdo#36340) [Michael Meeks]
    + update SdrPaintView's region when it changes in writer (bnc#683550) [Luboš Luňák]
+ bootstrap
    + add copy and extract for extras and few extensions [Kalman Szalai - KAMI]
    + add download support to a few extension in bootstrap [Kalman Szalai - KAMI]
    + additional settings for OxygenOffice product [Kalman Szalai - KAMI]
    + allow to install LO-3.3 and LO-3.4 in parallel on Linux (fdo#36551) [Petr Mladek]
    + auto-accept ccache >= 3.1 on Mac [Thorsten Behrens]
    + bump product version to 3.4.0-beta5, release number to 5 [Petr Mladek]
    + clean up MacOS distro config from cruft [Thorsten Behrens]
    + fix ooinstall -l case [Thorsten Behrens]
    + missing bundled English dictionary extension dict-en (fdo#36926) [Andras Timar]
    + oxygenOffice progressbar [Kalman Szalai - KAMI]
    + refine lication of OxygenOffice splash [Kalman Szalai - KAMI]
    + remove already integrated fonts from extra fonts [Kalman Szalai - KAMI]
    + remove reference to binned config option. [Thorsten Behrens]
    + removed --ccache-skip configure option [Thorsten Behrens]
    + revert "use $realpath()" (fdo#36927) [Andras Timar]
    + unit test locale now forced by other means [Thorsten Behrens]
    + use $realpath() [Andras Timar]
    + use Cwd::realpath to avoid confusion with symlinked dirs [Robert Nagy]
    + use MKDIRHIER to avoid "File exists" errors (which are ignored, but still) [Tor Lillqvist]
    + use build id for the release number also for deb packages [Petr Mladek]
+ calc
    + add implementation for new uno interface XUnnamedDatabaseRange [Markus Mohrhard]
    + added unit test for PRODUCT cell function with inline array. [Kohei Yoshida]
    + assume that the range list member may be NULL. (fdo#36849) [Kohei Yoshida]
    + check for less equal, not greater equal [Markus Mohrhard]
    + eliminated the hang due to removal of autofill undo object. (fdo#36051) [Kohei Yoshida]
    + explicitly specify less function object for map, to get it to build with MSVC. [Kohei Yoshida]
    + fixed a crash on datapilot while editing the source range. (fdo#36721) [Kohei Yoshida]
    + fixed array comparison with external references. (fdo#36933) [Kohei Yoshida]
    + fixed external references with COUNTIF. (fdo#33137) [Kohei Yoshida]
    + force calc unit test to use en-US locale and strings [Thorsten Behrens]
    + get external references to work with MAX and MIN. [Kohei Yoshida]
    + invalidate page breaks on print range changes. [Kohei Yoshida]
    + let's not use const_iterator here, as MSVC complains about it. [Kohei Yoshida]
    + let's not use invalidated iterators. (fdo#36406) [Kohei Yoshida]
    + prevent crash during sort. (fdo#36746) [Kohei Yoshida]
    + properly cache external reference values in named ranges. [Kohei Yoshida]
    + properly close the document shell when erased from the manager. [Kohei Yoshida]
    + remove range names with external references regardless of cells. [Kohei Yoshida]
    + remove range names with external references when breaking link. (fdo#34930) [Kohei Yoshida]
    + set all dynamic controls invisible upon instantiation. (fdo#36789) [Kohei Yoshida]
    + simplify the code a bit. [Kohei Yoshida]
    + typing a named range in the position window should jump. (fdo#36848) [Kohei Yoshida]
    + use sheet local db data in ScVbaRange::Autofilter [Markus Mohrhard]
    + wrong approach. You can't use remove_if with set. [Kohei Yoshida]
+ components
    + don't pack en dictionaries to en-US langpack [Andras Timar]
    + fix for #fdo35706 - ( Ctrl-F & Ctrl-Alt-F don't work in basic IDE ) [Noel Power]
+ filters
    + and finally, binfilter builds on windows again [Fridrich Štrba]
    + check for existence of property before retrieving its value [Katarina Machalkova]
    + committing some more DECLARE_LIST removal that compiles on linux [Fridrich Štrba]
    + copy&pasting is considered harmful [Katarina Machalkova]
    + fix for (fdo#33462) [Marcel HB]
    + fix missing declaraction of ConvList [Fridrich Štrba]
    + make OOXML import use sheet local db data [Markus Mohrhard]
    + revert "Committing some more DECLARE_LIST removal that compiles on linux" [Fridrich Štrba]
    + revert "Remove DECLARE_LIST( ConvList, Conversation* )" [Fridrich Štrba]
    + some more makefile.pmk inclusions [Fridrich Štrba]
    + svx-hacky-htmlselect-control-import.diff ( ) (bnc#523191) [Noel Power]
    + unbreak binfilter on Windows [Fridrich Štrba]
+ libs-core
    + do not conflict with /usr/share/mime/packages/libreoffice.xml (fdo#36551) [Petr Mladek]
    + do not conflict with GNOME MIME icons (fdo#36551) [Petr Mladek]
    + fix by avoiding -L argument to pagein (fdo#36838) [Michael Meeks]
    + fix desktop integration for the versioned root dir (fdo#36551) [Petr Mladek]
    + fix for (fdo#36898) [Noel Power]
    + fix for #fdo35706 - ( Ctrl-F & Ctrl-Alt-F don't work in basic IDE ) [Noel Power]
    + make it possible to update the region passed to BeginDrawLayers() (bnc#683550) [Luboš Luňák]
    + non-printable character. [Kohei Yoshida]
    + real solution to globlmn.hrc localization problem on Windows [Andras Timar]
    + use $realpath() [Andras Timar]
    + use gb_Deliver_deliver to deliver to OUTDIR (fdo#36727) [Bjoern Michaelsen]
    + wikihelp: Pass the LibreOffice version to help.libreoffice.org. [Jan Holesovsky]
+ libs-extern-sys
    + remove national flags (dictionary icons) [Andras Timar]
    + updated German dictionaries (fdo#36879) [Andras Timar]
+ libs-gui
    + bug 36262 - undo BrOffice branding work [Michael Meeks]
    + fix crash with out of bound accelerater vector access (fdo#36802) [Michael Meeks]
    + fix dbglevel=2 build [Thorsten Behrens]
    + fix non-changeability of UI locale [Thorsten Behrens]
    + wikihelp: Pass the LibreOffice version to help.libreoffice.org. [Jan Holesovsky]
+ testing
    + click ellipse and rectangle icons using .uno.BasicShapes. [Petr Mladek]
    + version 3.3.99.4, tag libreoffice-3.3.99.4-hotfixes1 (3.4.0-beta4-windows) [Petr Mladek]
+ translations
    + fix build breaker in gl readme [Andras Timar]
    + kill BrOffice [Andras Timar]
    + translations for added Find bar to Basic IDE (fdo#35706) [Andras Timar]
    + update translations from Pootle for LibO 3.4 rc 1 [Andras Timar]
+ ure
    + add new uno interface for sheet local anonymous db data [Markus Mohrhard]
    + fix osl_Security::getHomeDir test under fakeroot [Miklos Vajna]
+ writer
    + fix - math crasher on redraw, introduced by Seek difference (fdo#36863) [Michael Meeks]
    + fix incorrect merge and remove a useless cast [Luboš Luňák]
    + resolving : Load non blank chars from XML and check it's value. (fdo#36931) [Arnaud Versini]
    + revert "Right click and clic-drag on a text over background image is weird" (fdo#36496) 
[Cédric Bosdonnat]
    + revert ( unintended ) parts commit b9ff593590532eb012a0520b6dcb40f3be51f845 (fdo#34908) [Noel 
Power]
    + revert commit 5d8a59f64d9d3931e2c9c1ba98f57cd10e0b01c1, fix (fdo#36340) [Michael Meeks]
    + update SdrPaintView's region when it changes in writer (bnc#683550) [Luboš Luňák]

Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.