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


Hi,

I have just created the libreoffice-3.3.99.2 tag for 3.4.0-beta2 release.
The corresponding official builds will be available by the end of the week.

See the attached list of changes against 3.4.0-beta1.

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

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

The build repo is not tagged. We would like to get rid of it.


Best Regards,
Petr
+ bootstrap
    + bump PRODUCTVERSION to 3.4 also in solenv/inc/productversion.mk (fdo#36277) [Petr Mladek]
+ calc
    + append fake parameter in case of un-even parameter count. (fdo#34306) [Kohei Yoshida]
    + avoid importing unnamed styles from XLS. (fdo#35142) [Kohei Yoshida]
    + disabled testCVEs for now in ucalc.cxx as it fails (fdo#36128) [Bjoern Michaelsen]
    + don't overwrite hidden cells in drag-fill operation (fdo#35345, i#89232) [Katarina Machalkova]
    + fix for add method Copy to ScVbaWorksheets (fdo#34763) [Markus Mohrhard]
    + fix relative/absolute toggling in R1C1 mode. (fdo#36124) [Kohei Yoshida]
    + fix up paths for gbuild (fdo#36128) [Caolán McNamara]
    + insert a missing token for an ocSep followed by an ocClose. (fdo#34306) [Kohei Yoshida]
    + revert "Append fake parameter in case of un-even parameter count." (fdo#34306) [Kohei Yoshida]
+ components
    + fix ( various vba automation related regressions ) (fdo#36209) [Noel Power]
    + remove unused AGotoCallButton and associated RID_IMGBTN_GOTOCALL id (fdo#36230) [Christian 
Dywan]
+ filters
    + fix crash in the referenced shape didn't contain texbody (fdo#36203) [Radek Doulik]
+ libs-core
    + , firstly lets code what the comment says it wants to do (fdo#36358) [Caolán McNamara]
    + fix bug - Date properties in 'Custom Properties' do not scroll in UI (#36069) [Robert Dargaud]
    + fix for add method Copy to ScVbaWorksheets (fdo#34763) [Markus Mohrhard]
    + just use the same export dir as save as for all apps (fdo#36358) [Caolán McNamara]
    + remove unused AGotoCallButton and associated RID_IMGBTN_GOTOCALL id (fdo#36230) [Christian 
Dywan]
+ libs-gui
    + fix crash on launch (fdo#36336) [Anthony Durity]
+ ure
    + fix for allow dot net clients to bootstrap libreoffice (fdo#35108) [Noel Power]
+ writer
    + a more reliable way to detect w:titlePg (bnc#654230) [Luboš Luňák]
    + avoid first-page header/footer extending to all pages (bnc#654230) [Luboš Luňák]
    + fix input list default selection on ww8 import (i#100621) [Thorsten Behrens]
+ common
    + version 3.3.99.2, tag libreoffice-3.3.99.2 (3.4.0-beta2) [Petr Mladek]
+ bootstrap
    + 'paths', not 'pathes'... [Jan Holesovsky]
    + add support for auxiliary arguments to the cppunit tests [Bjoern Michaelsen]
    + bump PRODUCTVERSION to 3.4 also in solenv/inc/productversion.mk (fdo#36277) [Petr Mladek]
    + bump product version to 3.4.0beta2, release number to 2 [Petr Mladek]
    + check if file exists in *.po hook [Andras Timar]
    + detect the prefix of the cl.exe -showIncludes output. [Jan Holesovsky]
    + don't mention that we are updating autogen.lastrun. [Jan Holesovsky]
    + don't override CC and CXX on Windows when set, handle ccache. [Jan Holesovsky]
    + fix build with older gcc that does not read options via @file [Petr Mladek]
    + fix from-scratch build breakage: Don't call realpath on Windows path [Tor Lillqvist]
    + fix typos in messages [Andras Timar]
    + fixing up extra object list support [Bjoern Michaelsen]
    + gcc-4.0 on MacOSX does not support the @file syntax [Norbert Thiebaud]
    + lo-commit-stat: add --rev-list option [Petr Mladek]
    + make get_linktargetname public again so unittests can find the object lists [Bjoern 
Michaelsen]
    + move this in here so that on windows we convert paths to win format [Caolán McNamara]
    + set STAR_RESOURCEPATH for cppunit tests to find resources from solver [Bjoern Michaelsen]
    + switch -ggdb3 to -ggdb2 to significantly reduce binaries sizes [Luboš Luňák]
    + sync with unxgcc.mk [Robert Nagy]
    + use cl.exe's -showIncludes to generate dependency files. [Jan Holesovsky]
    + use git hook instead of gitattributes filter for *.po files [Andras Timar]
+ calc
    + append fake parameter in case of un-even parameter count. (fdo#34306) [Kohei Yoshida]
    + avoid importing unnamed styles from XLS. (fdo#35142) [Kohei Yoshida]
    + cleaning Module_sc.mk after cherry-picking [Bjoern Michaelsen]
    + convert OLE links from XLS doc into external ranges on import. [Kohei Yoshida]
    + disabled testCVEs for now in ucalc.cxx as it fails (fdo#36128) [Bjoern Michaelsen]
    + don't overwrite hidden cells in drag-fill operation (fdo#35345, i#89232) [Katarina Machalkova]
    + fix a mixup with calling conventions [Fridrich Štrba]
    + fix for add method Copy to ScVbaWorksheets (fdo#34763) [Markus Mohrhard]
    + fix relative/absolute toggling in R1C1 mode. (fdo#36124) [Kohei Yoshida]
    + fix up paths for gbuild (fdo#36128) [Caolán McNamara]
    + incorrect index value checking & use operator[] over at(). [Kohei Yoshida]
    + insert a missing token for an ocSep followed by an ocClose. (fdo#34306) [Kohei Yoshida]
    + more accurate error messages. [Kohei Yoshida]
    + new test for function evaluation with missing parameters. [Kohei Yoshida]
    + new unit test for toggling relative/absolute reference (Shift-F4). [Kohei Yoshida]
    + reenable ucalc.cxx unittest in gbuild [Bjoern Michaelsen]
    + removed an unused argument from a function.  Let's make it simpler. [Kohei Yoshida]
    + revert "Append fake parameter in case of un-even parameter count." (fdo#34306) [Kohei Yoshida]
    + silly indentation errors, remove friend statement, bool over sal_Bool. [Kohei Yoshida]
    + starting sc_ucalc unit test [Bjoern Michaelsen]
    + windows needs BRAND_BASE_DIR as well [Caolán McNamara]
+ components
    + export the two UNO component funcions [Tor Lillqvist]
    + fix ( various vba automation related regressions ) (fdo#36209) [Noel Power]
    + fix build - the same symbol defined on 2 places. [Jan Holesovsky]
    + remove unused AGotoCallButton and associated RID_IMGBTN_GOTOCALL id (fdo#36230) [Christian 
Dywan]
+ extras
    + fix broken .ott archives [Caolán McNamara]
+ filters
    + fix crash in the referenced shape didn't contain texbody (fdo#36203) [Radek Doulik]
    + fix what there is to fix [Caolán McNamara]
    + handle incomplete reads more gracefully [Caolán McNamara]
+ impress
    + fix accessibility crash [Caolán McNamara]
+ libs-core
    + , firstly lets code what the comment says it wants to do (fdo#36358) [Caolán McNamara]
    + fALSE/TRUE in strings should not be converted to sal_False/sal_True. [Jan Holesovsky]
    + fix bug - Date properties in 'Custom Properties' do not scroll in UI (#36069) [Robert Dargaud]
    + fix for add method Copy to ScVbaWorksheets (fdo#34763) [Markus Mohrhard]
    + just use the same export dir as save as for all apps (fdo#36358) [Caolán McNamara]
    + remove unused AGotoCallButton and associated RID_IMGBTN_GOTOCALL id (fdo#36230) [Christian 
Dywan]
    + those TRUE->sal_True conversions look really wrong [Caolán McNamara]
+ libs-extern
    + chmod -x [Tor Lillqvist]
    + fix rhino build on Windows [Tor Lillqvist]
+ libs-gui
    + fix crash on launch (fdo#36336) [Anthony Durity]
    + fixed more build breakages with --enable-kde4 [Katarina Machalkova]
    + it's the WMF_APMFILEHEADER* parameter that needs a cast, I think [Tor Lillqvist]
    + our fontconfig baseline is 2.2.0 [Fridrich Štrba]
    + process glib events on exit [Radek Doulik]
    + removed duplicate code block (mis-merge, prolly) [Katarina Machalkova]
    + revert "It's the WMF_APMFILEHEADER* parameter that needs a cast, I think" [Tor Lillqvist]
    + revert "Use static_cast to resolve ambiguity between NULL and 0" [Tor Lillqvist]
    + the NULL must be a css::uno::Sequence< css::beans::PropertyValue >*, I think [Tor Lillqvist]
    + those TRUE->sal_True conversions look really wrong [Caolán McNamara]
    + use static_cast to resolve ambiguity between NULL and 0 [Tor Lillqvist]
+ sdk
    + even more OOo -> LO changes (in comments now) [Fridrich Štrba]
    + some more OOo -> LO changes [Fridrich Štrba]
+ translations
    + l10n: remove obsoleted intro.po [Andras Timar]
    + slovenian (sl) translation update [Andras Timar]
    + telugu (te) translation update [Andras Timar]
    + update translations from Pootle for LibO 3.4 beta 2 [Andras Timar]
+ ure
    + added error handling for pthread_mutexattr_settype. [Julien Chaffraix]
    + added handling for the write errors in receiveFdPipe. [Julien Chaffraix]
    + fix MacOSX breakage due to e75d09e4e89d3eda7ddaa2c085678edf9a21293f [Norbert Thiebaud]
    + fix for allow dot net clients to bootstrap libreoffice (fdo#35108) [Noel Power]
    + fixed LANG setting in the _imp_setProcessLocale() function. [Christian Dywan]
    + fixed a potential null-dereferencing error in osl_closeProfile [Julien Chaffraix]
    + fixed some false positives 'dead assignments' seen in CLang++ [Julien Chaffraix]
    + no need to check out execv return value. [Julien Chaffraix]
+ writer
    + a more reliable way to detect w:titlePg (bnc#654230) [Luboš Luňák]
    + avoid first-page header/footer extending to all pages (bnc#654230) [Luboš Luňák]
    + fALSE/TRUE in strings should not be converted to sal_False/sal_True. [Jan Holesovsky]
    + fix input list default selection on ww8 import (i#100621) [Thorsten Behrens]
    + implement w:evenAndOddHeaders (and settings.xml too) [Luboš Luňák]
    + make left/right page style be followed by the other one [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.