Hi all,

The tag libreoffice-4.3.3.1-buildfix1 (AKA 4.3.3 RC1) and the corresponding
branch libreoffice-4-3-3 have been created.
The branch will be used for fine tuning of the 4.3.3 release. (there
is one additional RC planned)

The following rules apply:

        + preferably just translation or blocker fixes
        + only cherry-picking from libreoffice-4-3 branch
        + 2 additional reviews needed; 2nd reviewer pushes
        + no regular merges back to anything

The 'libreoffice-4-3' branch is still active and will be used for the
4.3.4 bugfix release. Please read more at
       http://wiki.documentfoundation.org/ReleasePlan/4.3#4.3.3_release
       http://wiki.documentfoundation.org/Development/Branches
       http://wiki.documentfoundation.org/Release_Criteria

Now, if you want to switch your clone to the branch, please do:

./g pull -r
./g checkout -b libreoffice-4-3-3 origin/libreoffice-4-3-3

To checkout the tag, use

./g fetch --tags
./g checkout -b tag-libreoffice-4.3.3.1-buildfix1 libreoffice-4.3.3.1-buildfix1

Hopefully it will work for you :-)  Most probably, you will also want to
do (if you haven't done it yet):

git config --global push.default tracking

When you do git push with this, git will push only the branch you are
on; e.g. libreoffice-4-3-3 when you have switched to it.  This will
save you some git shouting at you.

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

Attached is the list of changes against 4.3.2 RC2 (4.3.2 final)

Happy hacking,
Christian
+ core
    + 1~ instead of ~1 and 10~ instead of 1~0 (fdo#84757) [Caolán McNamara]
    + : Export to PDF with footnotes in tables crash (fdo#84283) [Julien Nabet]
    + : Wrong CRC Costa Rica currency symbol (fdo#84260) [Julien Nabet]
    + add GetAddressConvention to RefButton (fdo#83848) [Laurent Balland-Poirier]
    + add missing legacyOnly currency, (fdo#84260) [Eike Rathke]
    + add stub locale data for Catalan (Valencian) (fdo#83292) [Andras Timar]
    + added missing media extensions (fdo#82994) [Daniel Sikeler]
    + added some more audio formats (fdo#82994) [Daniel Sikeler]
    + allow pasting into input fields (fdo#76565) [Jan-Marek Glogowski]
    + avoid accessing 1 character after a string (fdo#83141) [Matthew J. Francis]
    + avoid use of ref. to possibly deleted object [David Tardon]
    + be sure to update the sheet index when moving the sort range. (fdo#84009) [Kohei Yoshida]
    + branch libreoffice-4-3-3 [Christian Lohmaier]
    + bump product version to 4.3.3.0.0+ [Robinson Tryon]
    + bump product version to 4.3.3.1 [Christian Lohmaier]
    + calc is not accessible to screen readers if sheet is modified [a11y] (fdo#81264) [Niklas Johansson]
    + changed filterlabel of .ac3-files (fdo#82994) [Daniel Sikeler]
    + crash after 3rd call to ApplicationScriptLibraryContainer (fdo#81635, fdo#79301, fdo#66706, fdo#70607) [Caolán McNamara]
    + crash in DomainMapper_Impl::CloseFieldCommand (fdo#79130) [Caolán McNamara]
    + crash in EnhancedCustomShapeTypeNames::Get (fdo#79131) [Caolán McNamara]
    + crash in oox::drawingml::LayoutNode::setupShape (fdo#79129) [Caolán McNamara]
    + crash on adding new macro library (fdo#81039) [Caolán McNamara]
    + css.office.Quickstart should be single-instance service. (fdo#80927) [Matúš Kukan]
    + css::uno::Reference::query does not have side effects [Stephan Bergmann]
    + disable sdremote by default, and improve flow control. [Michael Meeks]
    + display data description in pivot table. (bnc#592918) [Kohei Yoshida]
    + do not terminate desktop from a Timer [Stephan Bergmann]
    + don't assign NULL to boost::shared_ptr [Jan-Marek Glogowski]
    + don't crash on loading specific .docx (fdo#66496) [Caolán McNamara]
    + don't double destroy the HASH when PDF signing. (fdo#66701) [Michael Meeks]
    + don't even attempt to unload libqstart_gtklo.so again (i#101245) [Stephan Bergmann]
    + dos2unix on SSE2 patch files [Andras Timar]
    + empty/Not empty doesn't work in columns with date format (fdo#65281) [David Ostrovsky]
    + ensure that the row position is below MAXROW. (fdo#83764) [Kohei Yoshida]
    + error C2216: 'override' cannot be used with 'inline' [Andras Timar]
    + error C2782: template parameter '_Ty' is ambiguous [Miklos Vajna]
    + file crashed while saving. (fdo#82895, fdo#78907) [PriyankaGaikwad]
    + fix copy&paste of conditional format between sheets [Markus Mohrhard]
    + fix input field tab handling [Jan-Marek Glogowski]
    + fix ODF import of style:footer-first (fdo#79269) [Michael Stahl]
    + fix tarball.rebuild on windows [Zolnai Tamás]
    + fix unpacking of additional tarballs (fdo#82144) [David Tardon]
    + fix Windows build again [Andras Timar]
    + fix/improve handling of mso-position-(horizontal|vertical)(-relative) [Luboš Luňák]
    + handle docx's w:anchor layoutInCell attribute (bnc#891663) [Luboš Luňák]
    + HTML import: Embed images if source URL is a local file. (bnc#580834) [Matúš Kukan]
    + input fields are always editable... [Jan-Marek Glogowski]
    + inserting non-chart as chart -> unhandled exception (fdo#80101) [Caolán McNamara]
    + instead of the bold font, use a higher multiplifier (4.3 backport) (fdo#82043) [Yousuf Philips]
    + invisible text because of wrong color (white) (bnc#584721) [Zolnai Tamás]
    + IsDraw doesn't mean the app/page is Draw (fdo#63905) [Caolán McNamara]
    + kill c++11 code from collada2gltf (fdo#84008) [Zolnai Tamás]
    + LO writer crash while Opening some document. (fdo#79535) [Tushar Bende]
    + localized string is truncated (fdo#84057) [Caolán McNamara]
    + loop in TableInfo::getNextNode (fdo#84588) [Caolán McNamara]
    + loplugin:staticcall [Stephan Bergmann]
    + missing include dir [Stephan Bergmann]
    + MM: correctly convert inline-edit fields (fdo#81750) [Jan-Marek Glogowski]
    + MSVC build: avoid using SSE2 instructions in some externals (fdo#82430) [Michael Stahl]
    + no fallback for special codes without country (fdo#81357) [Eike Rathke]
    + ODF files not showing up on Windows search (bnc#887307) [Andras Timar]
    + oox: fix spurious rebuilds of namespacemap.cxx [Michael Stahl]
    + OOXML import: Import border lines using reference too. (bnc#897769) [Matúš Kukan]
    + OOXML import: Import video file too. (bnc#591147) [Matúš Kukan]
    + OOXML import: Improve chart number formats. (bnc#892610) [Matúš Kukan]
    + paragraph vertical spacing differs from PowerPoint (bnc#657899) [Tor Lillqvist]
    + prevent duplicated conditional formatting during copying of sheeets [Markus Mohrhard]
    + quick fix (fdo#84315) [Lionel Elie Mamane]
    + quick fix for sw too (fdo#84315) [Matúš Kukan]
    + related $(workdirurl) was always empty (fdo#77813, fdo#46037) [Stephan Bergmann]
    + related: \shptxt ... \jpegblip (fdo#37691) [Caolán McNamara]
    + related: don't crash on missing table styles (fdo#73608) [Caolán McNamara]
    + remove Library dir when no library (fdo#52076) [Lionel Elie Mamane]
    + retain dropdown part after customization (fdo#83619) [Maxim Monastirsky]
    + revert "dos2unix on SSE2 patch files" [Christian Lohmaier]
    + revert "handle docx's w:anchor layoutInCell attribute " (bnc#891663) [Andras Timar]
    + revert "quickstart causing trouble on windows, disable it" (fdo#80927) [Andras Timar]
    + RTF import: don't try to rotate TextFrames (fdo#84536) [Miklos Vajna]
    + SAL_WARN_UNUSED_RESULT for static Reference::query function [Stephan Bergmann]
    + sd: fix up e5222cf76a94c4ec20664b3e6f5a48e00ee9669f [Michael Stahl]
    + server font dtor always calls ReleaseFaceFT [Caolán McNamara]
    + set mpFirstBand back to 0 after deleting it [Caolán McNamara]
    + STL assert in connectivity::file::OPreparedStatement::checkAndResizeParameters [Michael Stahl]
    + support for modify passwd in Impress and Draw (fdo#63483) [Katarina Behrens]
    + support version 2 ttf fonts and mac font family name encodings (fdo#82259) [Caolán McNamara]
    + sw: fix clicking on hyper-links in Draw objects (fdo#79604) [Michael Stahl]
    + switch back tab at RefButton closure time (fdo#53920) [Laurent Balland-Poirier]
    + unexpected exception -> clang builds terminate (fdo#84261) [Caolán McNamara]
    + unittest (fdo#52076) [Lionel Elie Mamane]
    + unused value (coverity#1242906) [Caolán McNamara]
    + update mdds to 0.11.0. [Kohei Yoshida]
    + update mdds to 0.11.1. [Kohei Yoshida]
    + updated core [Christian Lohmaier, Olivier R, Andras Timar]
    + upgrade libgltf to 0.0.2 (fdo#81181) [Zolnai Tamás]
    + use 24-bit color depth, not 256 colors when converting an EPS-file. (fdo#81592) [Björgvin Ragnarsson]
    + version 4.3.3.1, tag libreoffice-4.3.3.1 [Christian Lohmaier]
    + version 4.3.3.1, tag libreoffice-4.3.3.1-buildfix1 [Christian Lohmaier]
    + we only check pAlphaW on one branch (fdo#82552) [Caolán McNamara]
    + with show changes on we can have negative offsets [Caolán McNamara]
+ dictionaries
    + french dictionary update: v5.2 [Olivier R]
+ help
    + version 4.3.3.1, tag libreoffice-4.3.3.1-buildfix1 [Christian Lohmaier]
+ translations
    + update translations for 4.3.3 rc1 [Christian Lohmaier]
bnc#580834 HTML import: Embed images if source URL is a local file. [Matúš Kukan]
bnc#584721 invisible text because of wrong color (white) [Zolnai Tamás]
bnc#591147 OOXML import: Import video file too. [Matúš Kukan]
bnc#592918 display data description in pivot table. [Kohei Yoshida]
bnc#657899 paragraph vertical spacing differs from PowerPoint [Tor Lillqvist]
bnc#887307 ODF files not showing up on Windows search [Andras Timar]
bnc#891663 handle docx's w:anchor layoutInCell attribute [Luboš Luňák, Andras Timar]
bnc#892610 OOXML import: Improve chart number formats. [Matúš Kukan]
bnc#897769 OOXML import: Import border lines using reference too. [Matúš Kukan]
coverity#1242906 unused value [Caolán McNamara]
fdo#37691 related: \shptxt ... \jpegblip [Caolán McNamara]
fdo#46037 related $(workdirurl) was always empty [Stephan Bergmann]
fdo#52076 unittest [Lionel Elie Mamane]
fdo#53920 switch back tab at RefButton closure time [Laurent Balland-Poirier]
fdo#63483 support for modify passwd in Impress and Draw [Katarina Behrens]
fdo#63905 IsDraw doesn't mean the app/page is Draw [Caolán McNamara]
fdo#65281 empty/Not empty doesn't work in columns with date format [David Ostrovsky]
fdo#66496 don't crash on loading specific .docx [Caolán McNamara]
fdo#66701 don't double destroy the HASH when PDF signing. [Michael Meeks]
fdo#66706 crash after 3rd call to ApplicationScriptLibraryContainer [Caolán McNamara]
fdo#70607 crash after 3rd call to ApplicationScriptLibraryContainer [Caolán McNamara]
fdo#73608 related: don't crash on missing table styles [Caolán McNamara]
fdo#76565 allow pasting into input fields [Jan-Marek Glogowski]
fdo#77813 related $(workdirurl) was always empty [Stephan Bergmann]
fdo#78907 file crashed while saving. [PriyankaGaikwad]
fdo#79129 crash in oox::drawingml::LayoutNode::setupShape [Caolán McNamara]
fdo#79130 crash in DomainMapper_Impl::CloseFieldCommand [Caolán McNamara]
fdo#79131 crash in EnhancedCustomShapeTypeNames::Get [Caolán McNamara]
fdo#79269 fix ODF import of style:footer-first [Michael Stahl]
fdo#79301 crash after 3rd call to ApplicationScriptLibraryContainer [Caolán McNamara]
fdo#79535 LO writer crash while Opening some document. [Tushar Bende]
fdo#79604 sw: fix clicking on hyper-links in Draw objects [Michael Stahl]
fdo#80101 inserting non-chart as chart -> unhandled exception [Caolán McNamara]
fdo#80927 css.office.Quickstart should be single-instance service. [Matúš Kukan, Andras Timar]
fdo#81039 crash on adding new macro library [Caolán McNamara]
fdo#81181 upgrade libgltf to 0.0.2 [Zolnai Tamás]
fdo#81264 calc is not accessible to screen readers if sheet is modified [a11y] [Niklas Johansson]
fdo#81357 no fallback for special codes without country [Eike Rathke]
fdo#81592 use 24-bit color depth, not 256 colors when converting an EPS-file. [Björgvin Ragnarsson]
fdo#81635 crash after 3rd call to ApplicationScriptLibraryContainer [Caolán McNamara]
fdo#81750 MM: correctly convert inline-edit fields [Jan-Marek Glogowski]
fdo#82043 instead of the bold font, use a higher multiplifier (4.3 backport) [Yousuf Philips]
fdo#82144 fix unpacking of additional tarballs [David Tardon]
fdo#82259 support version 2 ttf fonts and mac font family name encodings [Caolán McNamara]
fdo#82430 MSVC build: avoid using SSE2 instructions in some externals [Michael Stahl]
fdo#82552 we only check pAlphaW on one branch [Caolán McNamara]
fdo#82895 file crashed while saving. [PriyankaGaikwad]
fdo#82994 changed filterlabel of .ac3-files [Daniel Sikeler]
fdo#83141 avoid accessing 1 character after a string [Matthew J. Francis]
fdo#83292 add stub locale data for Catalan (Valencian) [Andras Timar]
fdo#83619 retain dropdown part after customization [Maxim Monastirsky]
fdo#83764 ensure that the row position is below MAXROW. [Kohei Yoshida]
fdo#83848 add GetAddressConvention to RefButton [Laurent Balland-Poirier]
fdo#84008 kill c++11 code from collada2gltf [Zolnai Tamás]
fdo#84009 be sure to update the sheet index when moving the sort range. [Kohei Yoshida]
fdo#84057 localized string is truncated [Caolán McNamara]
fdo#84260 : Wrong CRC Costa Rica currency symbol [Julien Nabet, Eike Rathke]
fdo#84261 unexpected exception -> clang builds terminate [Caolán McNamara]
fdo#84283 : Export to PDF with footnotes in tables crash [Julien Nabet]
fdo#84315 quick fix for sw too [Lionel Elie Mamane, Matúš Kukan]
fdo#84536 RTF import: don't try to rotate TextFrames [Miklos Vajna]
fdo#84588 loop in TableInfo::getNextNode [Caolán McNamara]
fdo#84757 1~ instead of ~1 and 10~ instead of 1~0 [Caolán McNamara]
i#101245 don't even attempt to unload libqstart_gtklo.so again [Stephan Bergmann]
    + HTML import: Embed images if source URL is a local file. (bnc#580834) [Matúš Kukan]
    + invisible text because of wrong color (white) (bnc#584721) [Zolnai Tamás]
    + OOXML import: Import video file too. (bnc#591147) [Matúš Kukan]
    + display data description in pivot table. (bnc#592918) [Kohei Yoshida]
    + paragraph vertical spacing differs from PowerPoint (bnc#657899) [Tor Lillqvist]
    + ODF files not showing up on Windows search (bnc#887307) [Andras Timar]
    + handle docx's w:anchor layoutInCell attribute (bnc#891663) [Luboš Luňák, Andras Timar]
    + OOXML import: Improve chart number formats. (bnc#892610) [Matúš Kukan]
    + OOXML import: Import border lines using reference too. (bnc#897769) [Matúš Kukan]
    + unused value (coverity#1242906) [Caolán McNamara]
    + related: \shptxt ... \jpegblip (fdo#37691) [Caolán McNamara]
    + related $(workdirurl) was always empty (fdo#46037) [Stephan Bergmann]
    + unittest (fdo#52076) [Lionel Elie Mamane]
    + switch back tab at RefButton closure time (fdo#53920) [Laurent Balland-Poirier]
    + support for modify passwd in Impress and Draw (fdo#63483) [Katarina Behrens]
    + IsDraw doesn't mean the app/page is Draw (fdo#63905) [Caolán McNamara]
    + empty/Not empty doesn't work in columns with date format (fdo#65281) [David Ostrovsky]
    + don't crash on loading specific .docx (fdo#66496) [Caolán McNamara]
    + don't double destroy the HASH when PDF signing. (fdo#66701) [Michael Meeks]
    + crash after 3rd call to ApplicationScriptLibraryContainer (fdo#66706) [Caolán McNamara]
    + crash after 3rd call to ApplicationScriptLibraryContainer (fdo#70607) [Caolán McNamara]
    + related: don't crash on missing table styles (fdo#73608) [Caolán McNamara]
    + allow pasting into input fields (fdo#76565) [Jan-Marek Glogowski]
    + related $(workdirurl) was always empty (fdo#77813) [Stephan Bergmann]
    + file crashed while saving. (fdo#78907) [PriyankaGaikwad]
    + crash in oox::drawingml::LayoutNode::setupShape (fdo#79129) [Caolán McNamara]
    + crash in DomainMapper_Impl::CloseFieldCommand (fdo#79130) [Caolán McNamara]
    + crash in EnhancedCustomShapeTypeNames::Get (fdo#79131) [Caolán McNamara]
    + fix ODF import of style:footer-first (fdo#79269) [Michael Stahl]
    + crash after 3rd call to ApplicationScriptLibraryContainer (fdo#79301) [Caolán McNamara]
    + LO writer crash while Opening some document. (fdo#79535) [Tushar Bende]
    + sw: fix clicking on hyper-links in Draw objects (fdo#79604) [Michael Stahl]
    + inserting non-chart as chart -> unhandled exception (fdo#80101) [Caolán McNamara]
    + css.office.Quickstart should be single-instance service. (fdo#80927) [Matúš Kukan, Andras Timar]
    + crash on adding new macro library (fdo#81039) [Caolán McNamara]
    + upgrade libgltf to 0.0.2 (fdo#81181) [Zolnai Tamás]
    + calc is not accessible to screen readers if sheet is modified [a11y] (fdo#81264) [Niklas Johansson]
    + no fallback for special codes without country (fdo#81357) [Eike Rathke]
    + use 24-bit color depth, not 256 colors when converting an EPS-file. (fdo#81592) [Björgvin Ragnarsson]
    + crash after 3rd call to ApplicationScriptLibraryContainer (fdo#81635) [Caolán McNamara]
    + MM: correctly convert inline-edit fields (fdo#81750) [Jan-Marek Glogowski]
    + instead of the bold font, use a higher multiplifier (4.3 backport) (fdo#82043) [Yousuf Philips]
    + fix unpacking of additional tarballs (fdo#82144) [David Tardon]
    + support version 2 ttf fonts and mac font family name encodings (fdo#82259) [Caolán McNamara]
    + MSVC build: avoid using SSE2 instructions in some externals (fdo#82430) [Michael Stahl]
    + we only check pAlphaW on one branch (fdo#82552) [Caolán McNamara]
    + file crashed while saving. (fdo#82895) [PriyankaGaikwad]
    + changed filterlabel of .ac3-files (fdo#82994) [Daniel Sikeler]
    + avoid accessing 1 character after a string (fdo#83141) [Matthew J. Francis]
    + add stub locale data for Catalan (Valencian) (fdo#83292) [Andras Timar]
    + retain dropdown part after customization (fdo#83619) [Maxim Monastirsky]
    + ensure that the row position is below MAXROW. (fdo#83764) [Kohei Yoshida]
    + add GetAddressConvention to RefButton (fdo#83848) [Laurent Balland-Poirier]
    + kill c++11 code from collada2gltf (fdo#84008) [Zolnai Tamás]
    + be sure to update the sheet index when moving the sort range. (fdo#84009) [Kohei Yoshida]
    + localized string is truncated (fdo#84057) [Caolán McNamara]
    + : Wrong CRC Costa Rica currency symbol (fdo#84260) [Julien Nabet, Eike Rathke]
    + unexpected exception -> clang builds terminate (fdo#84261) [Caolán McNamara]
    + : Export to PDF with footnotes in tables crash (fdo#84283) [Julien Nabet]
    + quick fix for sw too (fdo#84315) [Lionel Elie Mamane, Matúš Kukan]
    + RTF import: don't try to rotate TextFrames (fdo#84536) [Miklos Vajna]
    + loop in TableInfo::getNextNode (fdo#84588) [Caolán McNamara]
    + 1~ instead of ~1 and 10~ instead of 1~0 (fdo#84757) [Caolán McNamara]
    + don't even attempt to unload libqstart_gtklo.so again (i#101245) [Stephan Bergmann]
_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to