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


Hi,

there have been created the libreoffice-3.5.4.1 tag for 3.5.4-rc1
release. The corresponding official builds will be available within
next few days.

See the attached list of changes against 3.5.3-final[*].


Now, you might switch your current 3-5 source tree to it using:

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

Linux distro packages might find source tarballs at
http://dev-builds.libreoffice.org/pre-releases/src/
They will be available from the official page together with the builds.


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

[*] The list contains fixes from 3.5.3-rc2. It is created using
libreoffice/core/bin/lo-commit-stat. It parses output from git log and
does not match cherry-picked commits. We might get better results with
'git cherry' or another approach. Feel free to send patches :-)


Best Regards,
Petr
+ core
    + (Does not recognize VBA macro in JAPANESE...) (fdo#49324) [Julien Nabet]
    + enable caching of grammar checker properties (fdo#35270) [Michael Meeks]
    + fix find toolbar X error handling (fdo#46687) [Michael Meeks]
    + special-case appending items to autocorrect lists (fdo#46805) [Michael Meeks]
    + Changing spelling preferences requires application restart (fdo#39999) [Szabolcs Dezsi]
    + add unit test for Converter::convertDouble (fdo#48969) [Michael Stahl]
    + add+use SwDoc::containsUpdatableFields (fdo#49897) [Caolán McNamara]
    + allow keyword Append to be used as a variable. (bnc#745930) [Noel Power]
    + allow zwj, etc. in metric unit text (fdo#42390) [Caolán McNamara]
    + avoid recursion that can mess up DND setup (fdo#41996) [Luboš Luňák]
    + border paint ordering: (fdo#45562, fdo#47717, fdo#42750) [Michael Stahl]
    + clamp mnFillOpacity to 1 (fdo#48065) [Chr. Rossmanith]
    + comparing empty document with attached one crashes LO (fdo#43424) [Szabolcs Dezsi]
    + compound storage backend is poor at knowing stream size (fdo#47644) [Caolán McNamara]
    + correctly map monitor index back to screen (fdo#49365) [David Tardon]
    + count mirrored monitors as one (rhbz#809019) [David Tardon]
    + crash on "connect to existing database" wizard (fdo#45580) [Lionel Elie Mamane]
    + default to Office 2007/2010 filter for ooxml export, (fdo#48941) [Markus Mohrhard]
    + dmapper: fix import of titlepg top/bottom margin (fdo#44176) [Miklos Vajna]
    + dmapper: handle m_bTitlePage when m_nBreakType is zero (fdo#49940) [Miklos Vajna]
    + do not prepend \n twice, it confuses KFileDialog (rhbz#820439) [Luboš Luňák]
    + drawinglayer: fix double hairline borders: (fdo#48647) [Michael Stahl]
    + fix (fdo#45848) [Korrawit Pruegsanusak]
    + fix Presenter Console help screen layout (fdo#46223) [Gábor Stefanik]
    + fix RTF export of empty paragraph numbering rules (fdo#49692) [Miklos Vajna]
    + fix RTF export of non-breaking space/hyphen/optional hyphen (fdo#38176) [Miklos Vajna]
    + fix RTF import of Russian characters without an encoding specified (fdo#48023) [Miklos Vajna]
    + fix RTF import of \sl without \slmult (fdo#48876) [Miklos Vajna]
    + fix RTF import of automatic paragraph background color (fdo#47764) [Miklos Vajna]
    + fix RTF import of fields without a result (fdo#48193) [Miklos Vajna]
    + fix RTF import of localized fields (fdo#48037) [Miklos Vajna]
    + fix RTF import of special unicode characters (fdo#48356) [Miklos Vajna]
    + fix bean after gbuild'ification (fdo#49580) [Stephan Bergmann]
    + fix incorrect square gradients in slideshow. (fdo#49508) [Thorsten Behrens]
    + fix parsing of arc paths (fdo#48070) [Chr. Rossmanith]
    + fix property type for printoptions (fdo#45592) [Noel Power]
    + fix vertical text frame borders: (fdo#44010) [Michael Stahl]
    + fixed crash while opening odt file. (fdo#47436) [Dezsi Szabolcs]
    + getConversionFactor: add inch as source unit (fdo#48969) [Michael Stahl]
    + ignore corrupted items in Recent Documents (fdo#46074) [Stephan Bergmann]
    + implement RTF_CHPGN (fdo#38786) [Miklos Vajna]
    + implement RTF_KEYWORDS (fdo#49683) [Miklos Vajna]
    + merge consecutive border lines: (fdo#38215) [Michael Stahl]
    + more robust nss initialization, related (fdo#45171) [Markus Mohrhard]
    + overwrite incorrect font table entry with the correct one (fdo#47347) [Caolán McNamara]
    + pPTX import crashes. (fdo#48778) [Muthu Subramanian]
    + paint borders in SwFlyFrm::Paint: (fdo#45562) [Michael Stahl]
    + parse rgb(%,%,%) correctly (fdo#47447) [Chr. Rossmanith]
    + performance problems with very long paragraphs (fdo#49208) [Caolán McNamara]
    + properly draw separators in vertical toolbars (fdo#39106) [Ivan Timofeev]
    + rTFValue::Clone(): copy m_bForceString as well (fdo#49692) [Miklos Vajna]
    + rTF_MARGL/R/T/B should also set the current margin (fdo#49501) [Miklos Vajna]
    + related: check if a missing font is a known symbol font (fdo#34814) [Caolán McNamara]
    + related: for huge files build a page chain cache for seeks (fdo#47644) [Caolán McNamara]
    + remove SalDisplay::GetKeyboardName (lp#818761) [Thomas Arnhold]
    + remove pointless forward moving of a table (bnc#706138) [Luboš Luňák]
    + resolved catch exception from VBA lib container (rhbz#819118) [Eike Rathke]
    + resolved import .xls with HTML as such, not CSV (fdo#49639, fdo#40021) [Eike Rathke]
    + resolved query model only once whether it is a preview (fdo#46160) [Eike Rathke]
    + resolved update sheet-local named expressions correctly (fdo#48856) [Eike Rathke]
    + respect absolute paths for mozilla profile, (lp#919659, fdo#45171) [Markus Mohrhard]
    + revert "Related: for huge files build a page chain cache for seeks" (fdo#47644) [Caolán 
McNamara]
    + revert "another partial fix for " ( and fixes ) (bnc#693238, fdo#44292) [Noel Power]
    + run SelectLanguage custom action during silent install, too (fdo#40481) [Andras Timar]
    + run unopkg.exe after InstallFinalize (fdo#44628) [Andras Timar]
    + sort SelectionTree control of Custom Setup with a custom action (fdo#46355) [Andras Timar]
    + string result of formula is also valid, (fdo#49052) [Markus Mohrhard]
    + sw: HTML: fix table border export: (fdo#47670) [Michael Stahl]
    + sw: HTML: import CSS STYLE border on TD: (fdo#41796) [Michael Stahl]
    + sw: HTML: spurious semicolons in STYLE: (fdo#41796) [Michael Stahl]
    + switch units in Converter::convertDouble (fdo#48969) [Michael Stahl]
    + two different TransliterationChgData structs (fdo#37044) [Caolán McNamara]
    + we never registered the SAL_OBJECT_CHILDCLASSNAMEA window class (fdo#45081) [Norbert Thiebaud]
    + weed out unmatched Sub/End Sub statements when importing VBA (fdo#46889, fod#46889) [Noel 
Power]
    + workaround of MSI installer error 1935 (fdo#46519) [Andras Timar]
    + writer idle-callbacks are halting when events pending (fdo#48011) [Caolán McNamara]
    + writerfilter: implement RTF_BIN (fdo#39053) [Miklos Vajna]
    + wrong text color in smartArt. (bnc#746996) [Muthu Subramanian]
    + xsltml .xsl files missing from wiki-publisher.oxt (fdo#46509) [Stephan Bergmann]
+ common
    + branch libreoffice-3-5-4 [Petr Mladek]
    + version 3.5.4.1, tag libreoffice-3.5.4.1 (3.5.4-rc1) [Petr Mladek]
+ core
    + (Does not recognize VBA macro in JAPANESE...) (fdo#49324) [Julien Nabet]
    + enable caching of grammar checker properties (fdo#35270) [Michael Meeks]
    + fix find toolbar X error handling (fdo#46687) [Michael Meeks]
    + special-case appending items to autocorrect lists (fdo#46805) [Michael Meeks]
    + changing spelling preferences requires application restart (fdo#39999) [Szabolcs Dezsi]
    + add gerrit ChangeId generation to commit-msg git hook [Norbert Thiebaud]
    + add unit test for Converter::convertDouble (fdo#48969) [Michael Stahl]
    + add+use SwDoc::containsUpdatableFields (fdo#49897) [Caolán McNamara]
    + allow keyword Append to be used as a variable. (bnc#745930) [Noel Power]
    + allow zwj, etc. in metric unit text (fdo#42390) [Caolán McNamara]
    + avoid code duplication by introducing RTFDocumentImpl::singleChar [Miklos Vajna]
    + avoid recursion that can mess up DND setup (fdo#41996) [Luboš Luňák]
    + better fix for poppler 0.20 [Petr Mladek]
    + bomb out compilation of cairo canvas for mac or windows [Michael Meeks]
    + border paint ordering: (fdo#45562, fdo#47717, fdo#42750) [Michael Stahl]
    + bump product version to 3.5.4-rc0+ [Petr Mladek]
    + bump product version to 3.5.4-rc1, release number to 1 [Petr Mladek]
    + call the gerrit commit-msg hook if present [Norbert Thiebaud]
    + clamp mnFillOpacity to 1 (fdo#48065) [Chr. Rossmanith]
    + commit-hook: tweak add_ChangeId() to tolerate git-am -s behavior [Norbert Thiebaud]
    + comparing empty document with attached one crashes LO (fdo#43424) [Szabolcs Dezsi]
    + compound storage backend is poor at knowing stream size (fdo#47644) [Caolán McNamara]
    + correctly map monitor index back to screen (fdo#49365) [David Tardon]
    + count mirrored monitors as one (rhbz#809019) [David Tardon]
    + crash on "connect to existing database" wizard (fdo#45580) [Lionel Elie Mamane]
    + default to Office 2007/2010 filter for ooxml export, (fdo#48941) [Markus Mohrhard]
    + dmapper: fix import of titlepg top/bottom margin (fdo#44176) [Miklos Vajna]
    + dmapper: handle m_bTitlePage when m_nBreakType is zero (fdo#49940) [Miklos Vajna]
    + do not prepend \n twice, it confuses KFileDialog (rhbz#820439) [Luboš Luňák]
    + don't check for ORBit < 2.8 [Ross Burton]
    + drawinglayer: fix double hairline borders: (fdo#48647) [Michael Stahl]
    + dropdown list in Letter Wizard are now ordered alphabetically [Szabolcs Dezsi]
    + error handling in SortTree custom action [Andras Timar]
    + expat: upgrade to 2.1.0 release [Michael Stahl]
    + fail earlier on oversized images [Caolán McNamara]
    + fix (fdo#45848) [Korrawit Pruegsanusak]
    + fix Presenter Console help screen layout (fdo#46223) [Gábor Stefanik]
    + fix RTF export of empty paragraph numbering rules (fdo#49692) [Miklos Vajna]
    + fix RTF export of non-breaking space/hyphen/optional hyphen (fdo#38176) [Miklos Vajna]
    + fix RTF import of Russian characters without an encoding specified (fdo#48023) [Miklos Vajna]
    + fix RTF import of \sl without \slmult (fdo#48876) [Miklos Vajna]
    + fix RTF import of automatic paragraph background color (fdo#47764) [Miklos Vajna]
    + fix RTF import of fields without a result (fdo#48193) [Miklos Vajna]
    + fix RTF import of localized fields (fdo#48037) [Miklos Vajna]
    + fix RTF import of special unicode characters (fdo#48356) [Miklos Vajna]
    + fix bean after gbuild'ification (fdo#49580) [Stephan Bergmann]
    + fix buildissue in svtools with missing include. [Tomas Chvatal]
    + fix incorrect square gradients in slideshow. (fdo#49508) [Thorsten Behrens]
    + fix initial height of multiline input window [Noel Power]
    + fix issue with repeated I in case of amend commit [Norbert Thiebaud]
    + fix parsing of arc paths (fdo#48070) [Chr. Rossmanith]
    + fix property type for printoptions (fdo#45592) [Noel Power]
    + fix vertical text frame borders: (fdo#44010) [Michael Stahl]
    + fixed crash while opening odt file. (fdo#47436) [Dezsi Szabolcs]
    + getConversionFactor: add inch as source unit (fdo#48969) [Michael Stahl]
    + git-hooks: commit-msg should not search for whitespace in the diff itself [Miklos Vajna]
    + ignore corrupted items in Recent Documents (fdo#46074) [Stephan Bergmann]
    + implement RTF_CHPGN (fdo#38786) [Miklos Vajna]
    + implement RTF_KEYWORDS (fdo#49683) [Miklos Vajna]
    + include deque [Caolán McNamara]
    + incrementing index twice in one run seems wrong [David Tardon]
    + linux LD_LIBRARY_PATH is missing as well. [Stephan Bergmann]
    + merge consecutive border lines: (fdo#38215) [Michael Stahl]
    + minor backporting fix [Fridrich Štrba]
    + more robust nss initialization, related (fdo#45171) [Markus Mohrhard]
    + need to adapt for older api [Caolán McNamara]
    + overwrite incorrect font table entry with the correct one (fdo#47347) [Caolán McNamara]
    + pPTX import crashes. (fdo#48778) [Muthu Subramanian]
    + paint borders in SwFlyFrm::Paint: (fdo#45562) [Michael Stahl]
    + parse rgb(%,%,%) correctly (fdo#47447) [Chr. Rossmanith]
    + performance problems with very long paragraphs (fdo#49208) [Caolán McNamara]
    + poppler 0.20 changed its api [Ionut Biru]
    + properly draw separators in vertical toolbars (fdo#39106) [Ivan Timofeev]
    + rTFValue::Clone(): copy m_bForceString as well (fdo#49692) [Miklos Vajna]
    + rTF_MARGL/R/T/B should also set the current margin (fdo#49501) [Miklos Vajna]
    + related: check if a missing font is a known symbol font (fdo#34814) [Caolán McNamara]
    + related: for huge files build a page chain cache for seeks (fdo#47644) [Caolán McNamara]
    + remove SalDisplay::GetKeyboardName (lp#818761) [Thomas Arnhold]
    + remove pointless forward moving of a table (bnc#706138) [Luboš Luňák]
    + resolved catch exception from VBA lib container (rhbz#819118) [Eike Rathke]
    + resolved import .xls with HTML as such, not CSV (fdo#49639, fdo#40021) [Eike Rathke]
    + resolved query model only once whether it is a preview (fdo#46160) [Eike Rathke]
    + resolved update sheet-local named expressions correctly (fdo#48856) [Eike Rathke]
    + respect absolute paths for mozilla profile, (lp#919659, fdo#45171) [Markus Mohrhard]
    + revert "Related: for huge files build a page chain cache for seeks" (fdo#47644) [Caolán 
McNamara]
    + revert "Set the listbox height to an integer multiple of the listbox entry... [Ivan Timofeev]
    + revert "another partial fix for " ( and fixes ) (bnc#693238, fdo#44292) [Noel Power]
    + revert "sw: avoid over-using over-complicated SfxUndoManager::IsUndoEnabled" [Michael Meeks]
    + revert conversion to std::map [Caolán McNamara]
    + run SelectLanguage custom action during silent install, too (fdo#40481) [Andras Timar]
    + run unopkg.exe after InstallFinalize (fdo#44628) [Andras Timar]
    + sort SelectionTree control of Custom Setup with a custom action (fdo#46355) [Andras Timar]
    + sot: re-work OLE2 offset-to-page computation with a FAT chain cache [Michael Meeks]
    + string result of formula is also valid, (fdo#49052) [Markus Mohrhard]
    + sw: HTML: fix table border export: (fdo#47670) [Michael Stahl]
    + sw: HTML: import CSS STYLE border on TD: (fdo#41796) [Michael Stahl]
    + sw: HTML: spurious semicolons in STYLE: (fdo#41796) [Michael Stahl]
    + sw: avoid over-using over-complicated SfxUndoManager::IsUndoEnabled [Michael Meeks]
    + switch units in Converter::convertDouble (fdo#48969) [Michael Stahl]
    + two different TransliterationChgData structs (fdo#37044) [Caolán McNamara]
    + update internal openssl to version 0.9.8v [Petr Mladek]
    + valgrind: uninitialized variable [Caolán McNamara]
    + vba implementation for Application.OnKey [Noel Power]
    + we never registered the SAL_OBJECT_CHILDCLASSNAMEA window class (fdo#45081) [Norbert Thiebaud]
    + weed out unmatched Sub/End Sub statements when importing VBA (fdo#46889, fod#46889) [Noel 
Power]
    + workaround of MSI installer error 1935 (fdo#46519) [Andras Timar]
    + writer idle-callbacks are halting when events pending (fdo#48011) [Caolán McNamara]
    + writerfilter: implement RTF_BIN (fdo#39053) [Miklos Vajna]
    + wrong text color in smartArt. (bnc#746996) [Muthu Subramanian]
    + xsltml .xsl files missing from wiki-publisher.oxt (fdo#46509) [Stephan Bergmann]
+ dictionaries
    + update French Hunspell dictionary (v4.5) and thesaurus [Olivier R]
+ translations
    + update translations for LibreOffice 3.5.4 rc1 [Andras Timar]

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.