Hi all,

The tag libreoffice-4.3.4.1 (AKA 4.3.4 RC1) and the corresponding
branch libreoffice-4-3-4 have been created.
The branch will be used for fine tuning of the 4.3.4 release. (it is
an intermediate release addressing the change in sorting behaviour)

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.5 bugfix release. Please read more at
       http://wiki.documentfoundation.org/ReleasePlan/4.3#4.3.4_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-4

To checkout the tag, use

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

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-4 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.3 RC2 (4.3.3 final)

Happy hacking,
Christian
    + fix slide pane cut/copy/paste in outline view (bnc#624546) [Marco Cecchetti]
    + fix cherry-pick mis-merge (bnc#636128) [Miklos Vajna, Stephan Bergmann]
    + SwTxtFrm::FormatAdjust: still call SplitFrm if we have columns (bnc#800714) [Miklos Vajna]
    + fix docx redline import (bnc#821804) [Luboš Luňák]
    + RTF import: fix paragraph spacing handling in tables (bnc#825305) [Miklos Vajna]
    + XLS export: external sheet references on Linux/OSX (bnc#893791) [Andras Timar]
    + various untrusted loop bounds (coverity#1222238) [Caolán McNamara]
    + various untrusted loop bounds (coverity#1242573) [Caolán McNamara]
    + various untrusted loop bounds (coverity#1242582) [Caolán McNamara]
    + various untrusted loop bounds (coverity#1242606) [Caolán McNamara]
    + various untrusted loop bounds (coverity#1242624) [Caolán McNamara]
    + various untrusted loop bounds (coverity#1242704) [Caolán McNamara]
    + various untrusted loop bounds (coverity#1242717) [Caolán McNamara]
    + various untrusted loop bounds (coverity#1242724) [Caolán McNamara]
    + various untrusted loop bounds (coverity#1242778) [Caolán McNamara]
    + various untrusted loop bounds (coverity#1242908) [Caolán McNamara]
    + fix shift+click to select multiple drawings (fdo#37960) [Andras Timar]
    + RTF import: fix paragraph spacing handling in tables (fdo#44736) [Miklos Vajna]
    + fix word count with recorded changes (fdo#46757) [Caolán McNamara]
    + chart background in XLSX is transparent instead of white. (fdo#54361) [Muthu Subramanian]
    + center ellipsis tooltips that don't fit on screen (fdo#55546) [Caolán McNamara]
    + allow export of VBAProject (fdo#60904) [Caolán McNamara]
    + crash on second export of svg (fdo#62682) [Caolán McNamara]
    + crash on negative position in redlined word (fdo#65823) [Caolán McNamara]
    + fix word count with recorded changes (fdo#68347) [Caolán McNamara]
    + excel VBA: ActiveDocument is not tracking currently selected Doc (fdo#71248) [Justin Luth]
    + : CMIS: Default Alfresco 4 URL not working (fdo#71781) [Julien Nabet]
    + make template dialog Modal (fdo#72587) [Caolán McNamara]
    + broadcast changes after TextToColumn (fdo#74014) [Eike Rathke]
    + [Accessiblity] Don't expose 0 for empty cells in Calc (fdo#74441) [Niklas Johansson]
    + SIFR: Line Spacing 1.5 icon missing (4.3) (fdo#75359) [Yousuf Philips]
    + set spinbox value AFTER adjusting no. of decimal places (fdo#77319) [Katarina Behrens]
    + sw: fix text formatting of proportional line space < 100% (fdo#79602) [Michael Stahl]
    + avoid broadcasting during cell delete & shift. (fdo#80284) [Kohei Yoshida]
    + broadcast changes before EndUndo(). (fdo#80846) [Kohei Yoshida]
    + accessiblitiy focus not tracked for cells in Calc (fdo#81264) [Niklas Johansson]
    + custom property with the same name as Document Property not imported (fdo#81486) [Charu Tyagi]
    + add a hidden configuration option to toggle ref update on sort. (fdo#81633) [Kohei Yoshida]
    + correctly adjust references in range names on row deletion. (fdo#82047) [Kohei Yoshida]
    + RTF import: handle footnote in table cell (fdo#82076) [Miklos Vajna]
    + grabbing focus can invalidate the entries (fdo#82270) [Caolán McNamara]
    + MSVC build: disable a few more cases of SSE2 in externals (fdo#82430) [Michael Stahl]
    + RTF export: fix "none" line style of TextFrames (fdo#82858) [Miklos Vajna]
    + RTF import: don't try to set CustomShapeGeometry on a TextFrame (fdo#82859) [Miklos Vajna]
    + RTF import: \plain should reset \rtlch and \hich as well (fdo#83464) [Miklos Vajna]
    + fix slide pane cut/copy/paste in outline view (fdo#83733) [Marco Cecchetti]
    + ROW() and COLUMN() to be properly recalculated on cell move. (fdo#83901) [Kohei Yoshida]
    + change ODBC/JDBC escapes to lowercase (fdo#84073) [Julien Nabet]
    + restore focus window after preview (fdo#84417) [Caolán McNamara]
    + crash on negative position in redlined word (fdo#84649) [Caolán McNamara]
    + on reexec, cancel modification before resetting IsModification state (fdo#84658) [Lionel Elie Mamane]
    + RTF import: fix paragraph spacing handling in tables (fdo#84679) [Miklos Vajna]
    + buffer cache grows to over 9000 unused entries (fdo#84729) [Caolán McNamara]
    + chart wizard dialog cut off (fdo#84885) [Caolán McNamara]
    + RTF filter: import image border (fdo#85179) [Miklos Vajna]
    + ensure that formula broadcasting works after sort. (fdo#85215) [Kohei Yoshida]
    + correct adjustment of range reference on delete & shift. (fdo#85282) [Kohei Yoshida]
    + broadcast changes after TextToColumn (fdo#85403) [Eike Rathke]
    + RTF import: fix run type in new groups (fdo#85812) [Michael Stahl]
    + always default to WinAnsiEncoding... (i#63015) [Herbert Dürr]
    + SwTxtFrm::FormatAdjust: still call SplitFrm if we have columns (i#84870) [Miklos Vajna]
    + a11y frames label dies before frame (rhbz#1146169) [Caolán McNamara]
bnc#624546 fix slide pane cut/copy/paste in outline view [Marco Cecchetti]
bnc#636128 fix cherry-pick mis-merge [Miklos Vajna, Stephan Bergmann]
bnc#800714 SwTxtFrm::FormatAdjust: still call SplitFrm if we have columns [Miklos Vajna]
bnc#821804 fix docx redline import [Luboš Luňák]
bnc#825305 RTF import: fix paragraph spacing handling in tables [Miklos Vajna]
bnc#893791 XLS export: external sheet references on Linux/OSX [Andras Timar]
coverity#1222238 various untrusted loop bounds [Caolán McNamara]
coverity#1242573 various untrusted loop bounds [Caolán McNamara]
coverity#1242582 various untrusted loop bounds [Caolán McNamara]
coverity#1242606 various untrusted loop bounds [Caolán McNamara]
coverity#1242624 various untrusted loop bounds [Caolán McNamara]
coverity#1242704 various untrusted loop bounds [Caolán McNamara]
coverity#1242717 various untrusted loop bounds [Caolán McNamara]
coverity#1242724 various untrusted loop bounds [Caolán McNamara]
coverity#1242778 various untrusted loop bounds [Caolán McNamara]
coverity#1242908 various untrusted loop bounds [Caolán McNamara]
fdo#37960 fix shift+click to select multiple drawings [Andras Timar]
fdo#44736 RTF import: fix paragraph spacing handling in tables [Miklos Vajna]
fdo#46757 fix word count with recorded changes [Caolán McNamara]
fdo#54361 chart background in XLSX is transparent instead of white. [Muthu Subramanian]
fdo#55546 center ellipsis tooltips that don't fit on screen [Caolán McNamara]
fdo#60904 allow export of VBAProject [Caolán McNamara]
fdo#62682 crash on second export of svg [Caolán McNamara]
fdo#65823 crash on negative position in redlined word [Caolán McNamara]
fdo#68347 fix word count with recorded changes [Caolán McNamara]
fdo#71248 excel VBA: ActiveDocument is not tracking currently selected Doc [Justin Luth]
fdo#71781 : CMIS: Default Alfresco 4 URL not working [Julien Nabet]
fdo#72587 make template dialog Modal [Caolán McNamara]
fdo#74014 broadcast changes after TextToColumn [Eike Rathke]
fdo#74441 [Accessiblity] Don't expose 0 for empty cells in Calc [Niklas Johansson]
fdo#75359 SIFR: Line Spacing 1.5 icon missing (4.3) [Yousuf Philips]
fdo#77319 set spinbox value AFTER adjusting no. of decimal places [Katarina Behrens]
fdo#79602 sw: fix text formatting of proportional line space < 100% [Michael Stahl]
fdo#80284 avoid broadcasting during cell delete & shift. [Kohei Yoshida]
fdo#80846 broadcast changes before EndUndo(). [Kohei Yoshida]
fdo#81264 accessiblitiy focus not tracked for cells in Calc [Niklas Johansson]
fdo#81486 custom property with the same name as Document Property not imported [Charu Tyagi]
fdo#81633 add a hidden configuration option to toggle ref update on sort. [Kohei Yoshida]
fdo#82047 correctly adjust references in range names on row deletion. [Kohei Yoshida]
fdo#82076 RTF import: handle footnote in table cell [Miklos Vajna]
fdo#82270 grabbing focus can invalidate the entries [Caolán McNamara]
fdo#82430 MSVC build: disable a few more cases of SSE2 in externals [Michael Stahl]
fdo#82858 RTF export: fix "none" line style of TextFrames [Miklos Vajna]
fdo#82859 RTF import: don't try to set CustomShapeGeometry on a TextFrame [Miklos Vajna]
fdo#83464 RTF import: \plain should reset \rtlch and \hich as well [Miklos Vajna]
fdo#83733 fix slide pane cut/copy/paste in outline view [Marco Cecchetti]
fdo#83901 ROW() and COLUMN() to be properly recalculated on cell move. [Kohei Yoshida]
fdo#84073 change ODBC/JDBC escapes to lowercase [Julien Nabet]
fdo#84417 restore focus window after preview [Caolán McNamara]
fdo#84649 crash on negative position in redlined word [Caolán McNamara]
fdo#84658 on reexec, cancel modification before resetting IsModification state [Lionel Elie Mamane]
fdo#84679 RTF import: fix paragraph spacing handling in tables [Miklos Vajna]
fdo#84729 buffer cache grows to over 9000 unused entries [Caolán McNamara]
fdo#84885 chart wizard dialog cut off [Caolán McNamara]
fdo#85179 RTF filter: import image border [Miklos Vajna]
fdo#85215 ensure that formula broadcasting works after sort. [Kohei Yoshida]
fdo#85282 correct adjustment of range reference on delete & shift. [Kohei Yoshida]
fdo#85403 broadcast changes after TextToColumn [Eike Rathke]
fdo#85812 RTF import: fix run type in new groups [Michael Stahl]
i#63015 always default to WinAnsiEncoding... [Herbert Dürr]
i#84870 SwTxtFrm::FormatAdjust: still call SplitFrm if we have columns [Miklos Vajna]
rhbz#1146169 a11y frames label dies before frame [Caolán McNamara]
+ core
    + : CMIS: Default Alfresco 4 URL not working (fdo#71781) [Julien Nabet]
    + [Accessiblity] Don't expose 0 for empty cells in Calc (fdo#74441) [Niklas Johansson]
    + a11y frames label dies before frame (rhbz#1146169) [Caolán McNamara]
    + accessiblitiy focus not tracked for cells in Calc (fdo#81264) [Niklas Johansson]
    + adapt sorting unit tests for new default. [Michael Meeks]
    + add a hidden configuration option to toggle ref update on sort. (fdo#81633) [Kohei Yoshida]
    + added EUR as default currency to Lithuanian locale [Aurimas Fišeras]
    + allow export of VBAProject (fdo#60904) [Caolán McNamara]
    + always default to WinAnsiEncoding... (i#63015) [Herbert Dürr]
    + avoid bashizm in AbsolutePath() function [Arkadiusz Miśkiewicz]
    + avoid broadcasting during cell delete & shift. (fdo#80284) [Kohei Yoshida]
    + back-port Kohei's comprehensive sorting unit tests from master. [Michael Meeks]
    + branch libreoffice-4-3-4 [Christian Lohmaier]
    + broadcast changes after TextToColumn (fdo#85403, fdo#74014) [Eike Rathke]
    + broadcast changes before EndUndo(). (fdo#80846) [Kohei Yoshida]
    + buffer cache grows to over 9000 unused entries (fdo#84729) [Caolán McNamara]
    + bump openssl to 1.0.1j [Caolán McNamara]
    + bump product version to 4.3.4.0.0+ [Christian Lohmaier]
    + bump product version to 4.3.4.1 [Christian Lohmaier]
    + center ellipsis tooltips that don't fit on screen (fdo#55546) [Caolán McNamara]
    + change ODBC/JDBC escapes to lowercase (fdo#84073) [Julien Nabet]
    + chart background in XLSX is transparent instead of white. (fdo#54361) [Muthu Subramanian]
    + chart wizard dialog cut off (fdo#84885) [Caolán McNamara]
    + correct adjustment of range reference on delete & shift. (fdo#85282) [Kohei Yoshida]
    + correctly adjust references in range names on row deletion. (fdo#82047) [Kohei Yoshida]
    + CppunitTest_sw_rtfexport: fix windows build [Miklos Vajna]
    + crash on negative position in redlined word (fdo#65823, fdo#84649) [Caolán McNamara]
    + crash on second export of svg (fdo#62682) [Caolán McNamara]
    + custom property with the same name as Document Property not imported (fdo#81486) [Charu Tyagi]
    + DOC filter: fix handling of FFData.cch (bnc#636128) [Miklos Vajna]
    + don't adjust references wrt cell position when disabled. (fdo#85215) [Kohei Yoshida]
    + ensure that formula broadcasting works after sort. (fdo#85215) [Kohei Yoshida]
    + error: 'fprintf' was not declared in this scope [Miklos Vajna]
    + excel VBA: ActiveDocument is not tracking currently selected Doc (fdo#71248) [Justin Luth]
    + fix build breakage. [Jan Holesovsky]
    + fix cherry-pick mis-merge (bnc#636128) [Stephan Bergmann]
    + fix docx redline import (bnc#821804) [Luboš Luňák]
    + fix shift+click to select multiple drawings (fdo#37960) [Andras Timar]
    + fix slide pane cut/copy/paste in outline view (fdo#83733, bnc#624546) [Marco Cecchetti]
    + fix word count with recorded changes (fdo#46757, fdo#68347) [Caolán McNamara]
    + grabbing focus can invalidate the entries (fdo#82270) [Caolán McNamara]
    + html export: Fix export of checked checkbox and radiobutton. [Marco Cecchetti]
    + InsertCurrentTime: in input mode inherit matching format if set [Eike Rathke]
    + make template dialog Modal (fdo#72587) [Caolán McNamara]
    + MSVC build: disable a few more cases of SSE2 in externals (fdo#82430) [Michael Stahl]
    + on reexec, cancel modification before resetting IsModification state (fdo#84658) [Lionel Elie Mamane]
    + readme: official builds don't actually run on Mac OS X 10.5 [Michael Stahl]
    + restore focus window after preview (fdo#84417) [Caolán McNamara]
    + ROW() and COLUMN() to be properly recalculated on cell move. (fdo#83901) [Kohei Yoshida]
    + RTF export: fix "none" line style of TextFrames (fdo#82858) [Miklos Vajna]
    + RTF filter: import image border (fdo#85179) [Miklos Vajna]
    + RTF import: \plain should reset \rtlch and \hich as well (fdo#83464) [Miklos Vajna]
    + RTF import: don't try to set CustomShapeGeometry on a TextFrame (fdo#82859) [Miklos Vajna]
    + RTF import: fillColor is unsigned (fdo#82859) [Miklos Vajna]
    + RTF import: fix paragraph spacing handling in tables (bnc#825305, fdo#84679, fdo#44736) [Miklos Vajna]
    + RTF import: fix run type in new groups (fdo#85812) [Michael Stahl]
    + RTF import: handle footnote in table cell (fdo#82076) [Miklos Vajna]
    + sd: fix STL assertion "dereference past-the-end iterator" [Michael Stahl]
    + set spinbox value AFTER adjusting no. of decimal places (fdo#77319) [Katarina Behrens]
    + SIFR: Line Spacing 1.5 icon missing (4.3) (fdo#75359) [Yousuf Philips]
    + sw: add new compatibiltiy flag PropLineSpacingShrinksFirstLine (fdo#79602) [Michael Stahl]
    + sw: fix text formatting of proportional line space < 100% (fdo#79602) [Michael Stahl]
    + sw: fix windows build [Michael Stahl]
    + SwTxtFrm::FormatAdjust: still call SplitFrm if we have columns (bnc#800714, i#84870) [Miklos Vajna]
    + update credits [Christian Lohmaier]
    + updated core [Christian Lohmaier, Andras Timar]
    + valgrind: multiple problems in cgm filter [Caolán McNamara]
    + various untrusted loop bounds (coverity#1242582, coverity#1242908, coverity#1242724, coverity#1242624, coverity#1222238, coverity#1242573, coverity#1242778, coverity#1242717, coverity#1242606, coverity#1242704) [Caolán McNamara]
    + version 4.3.4.1, tag libreoffice-4.3.4.1 [Christian Lohmaier]
    + XLS export: external sheet references on Linux/OSX (bnc#893791) [Andras Timar]
+ dictionaries
    + updated pt_PT dictionary to version 14.10.2.1 [Andras Timar]
+ help
    + version 4.3.4.1, tag libreoffice-4.3.4.1 [Christian Lohmaier]
+ translations
    + update translatios for 4.3.4 rc1 [Christian Lohmaier]
_______________________________________________
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://lists.freedesktop.org/mailman/listinfo/libreoffice-qa
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://lists.freedesktop.org/archives/libreoffice-qa/

Reply via email to