[ANNOUNCE] Branch libreoffice-4-2-7 and Tag libreoffice-4.2.7.1 created

2014-10-01 Thread Christian Lohmaier
Hi all,

The tag libreoffice-4.2.7.1 (AKA 4.2.7 RC1) and the corresponding
branch libreoffice-4-2-7 have been created.
The branch will be used for fine tuning of the 4.2.7 release. (there
is one additional RC planned).

The following rules apply:

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

LibreOffice 4.2.7 is the last scheduled release of the 4.2 codeline.
 Please read more at
   http://wiki.documentfoundation.org/ReleasePlan/4.2#4.2.7_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-2-7 origin/libreoffice-4-2-7

To checkout the tag, use

./g fetch --tags
./g checkout -b tag-libreoffice-4.2.7.1 libreoffice-4.2.7.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-2-7 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.2.6.3 (4.2.6-secfix)

Happy hacking,
Christian
+ core
+ (related: writerfilter: RTF import: fix invalid string copy (fdo#78502) [Michael Stahl]
+ : Delete any control on Dialog editing window crashes LO (fdo#80906) [Julien Nabet]
+ : Mediawiki doesn't recognize underlining (fdo#81581) [Julien Nabet]
+ absent value cell values are not NaN, set to 0.0 (fdo#62250) [Eike Rathke]
+ Access2Base - PATCH-01 Field.setValue [Jean-Pierre Ledure]
+ adapt to sal/log.hxx [Stephan Bergmann]
+ add GetAddressConvention to RefButton (fdo#83848) [Laurent Balland-Poirier]
+ added missing media extensions (fdo#82994) [Daniel Sikeler]
+ adjust for the splitting of number format properties in chart. [Kohei Yoshida]
+ adjust references during sort. (fdo#81309) [Kohei Yoshida]
+ adjust xlsx export of revisions to get it to work in Excel. (bnc#885548) [Kohei Yoshida]
+ always use theme color for hyperlinks in Impress (bnc#887230) [Matúš Kukan]
+ avoid buffer overflow by using wrong buffer [Markus Mohrhard]
+ avoid crash on document ending before contained table ends [Caolán McNamara]
+ avoid opening embedded OLE object as text (bnc#648251) [Tor Lillqvist]
+ avoid use of invalidated pointers (fdo#78598) [David Tardon]
+ be sure to update the sheet index when moving the sort range. (fdo#84009) [Kohei Yoshida]
+ better fix for this. (bnc#883684) [Kohei Yoshida]
+ bool improvements [Stephan Bergmann]
+ branch libreoffice-4-2-7 [Christian Lohmaier]
+ bump product version to 4.2.7.0.0+ [Christian Lohmaier]
+ bump product version to 4.2.7.1 [Christian Lohmaier]
+ check for empty m_aStates [Caolán McNamara]
+ check for empty slots' valid NULL pointer, (fdo#79441) [Eike Rathke]
+ check len before memcpying into it [Caolán McNamara]
+ check that AddToTable can be done validly [Caolán McNamara]
+ check TRG_HasMasterPage before TRG_GetMasterPage [Caolán McNamara]
+ clip PolyPolygon::Insert on .svm load [Caolán McNamara]
+ configure: don't try to use Win32 make on release branch [Michael Stahl]
+ correct references after sort, (fdo#79441) [Eike Rathke]
+ corrected default style for draw objects... (i#119287) [Armin Le Grand]
+ 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 closing shrunk validity window (rhbz#1121341) [Caolán McNamara]
+ crash on loading ppt (fdo#82355) [Caolán McNamara]
+ crash on opening wikipedia ODT Book (fdo#82747) [Julien Nabet]
+ default chart background for pptx docs should be transparent. (bnc#886540) [Kohei Yoshida]
+ detect * with no character following as invalid format code [Eike Rathke]
+ disable highlight DOCX import (fdo#80986) [Zolnai Tamás]
+ disambiguate NOT LIKE 'foo' (fdo#82427) [Lionel Elie Mamane]
+ display correct label for empty cell. (fdo#81445) [Kohei Yoshida]
+ display data description in pivot table. (bnc#592918) [Kohei Yoshida]
+ do apply possible changed GraphicStreamURL... (i#125289) [Oliver-Rainer Wittmann]
+ do not compress WMF / EMF file incase of OOXML export (fdo#65836, bnc#621241) [Nikhil Walvekar]
+ do not prefer bandRow over firstCol/lastCol, nor the same with bandCol. [Matúš Kukan]
+ do not reset 

[Libreoffice-qa] [ANNOUNCE] Branch libreoffice-4-2-7 and Tag libreoffice-4.2.7.1 created

2014-10-01 Thread Christian Lohmaier
Hi all,

The tag libreoffice-4.2.7.1 (AKA 4.2.7 RC1) and the corresponding
branch libreoffice-4-2-7 have been created.
The branch will be used for fine tuning of the 4.2.7 release. (there
is one additional RC planned).

The following rules apply:

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

LibreOffice 4.2.7 is the last scheduled release of the 4.2 codeline.
 Please read more at
   http://wiki.documentfoundation.org/ReleasePlan/4.2#4.2.7_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-2-7 origin/libreoffice-4-2-7

To checkout the tag, use

./g fetch --tags
./g checkout -b tag-libreoffice-4.2.7.1 libreoffice-4.2.7.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-2-7 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.2.6.3 (4.2.6-secfix)

Happy hacking,
Christian
+ core
+ (related: writerfilter: RTF import: fix invalid string copy (fdo#78502) [Michael Stahl]
+ : Delete any control on Dialog editing window crashes LO (fdo#80906) [Julien Nabet]
+ : Mediawiki doesn't recognize underlining (fdo#81581) [Julien Nabet]
+ absent value cell values are not NaN, set to 0.0 (fdo#62250) [Eike Rathke]
+ Access2Base - PATCH-01 Field.setValue [Jean-Pierre Ledure]
+ adapt to sal/log.hxx [Stephan Bergmann]
+ add GetAddressConvention to RefButton (fdo#83848) [Laurent Balland-Poirier]
+ added missing media extensions (fdo#82994) [Daniel Sikeler]
+ adjust for the splitting of number format properties in chart. [Kohei Yoshida]
+ adjust references during sort. (fdo#81309) [Kohei Yoshida]
+ adjust xlsx export of revisions to get it to work in Excel. (bnc#885548) [Kohei Yoshida]
+ always use theme color for hyperlinks in Impress (bnc#887230) [Matúš Kukan]
+ avoid buffer overflow by using wrong buffer [Markus Mohrhard]
+ avoid crash on document ending before contained table ends [Caolán McNamara]
+ avoid opening embedded OLE object as text (bnc#648251) [Tor Lillqvist]
+ avoid use of invalidated pointers (fdo#78598) [David Tardon]
+ be sure to update the sheet index when moving the sort range. (fdo#84009) [Kohei Yoshida]
+ better fix for this. (bnc#883684) [Kohei Yoshida]
+ bool improvements [Stephan Bergmann]
+ branch libreoffice-4-2-7 [Christian Lohmaier]
+ bump product version to 4.2.7.0.0+ [Christian Lohmaier]
+ bump product version to 4.2.7.1 [Christian Lohmaier]
+ check for empty m_aStates [Caolán McNamara]
+ check for empty slots' valid NULL pointer, (fdo#79441) [Eike Rathke]
+ check len before memcpying into it [Caolán McNamara]
+ check that AddToTable can be done validly [Caolán McNamara]
+ check TRG_HasMasterPage before TRG_GetMasterPage [Caolán McNamara]
+ clip PolyPolygon::Insert on .svm load [Caolán McNamara]
+ configure: don't try to use Win32 make on release branch [Michael Stahl]
+ correct references after sort, (fdo#79441) [Eike Rathke]
+ corrected default style for draw objects... (i#119287) [Armin Le Grand]
+ 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 closing shrunk validity window (rhbz#1121341) [Caolán McNamara]
+ crash on loading ppt (fdo#82355) [Caolán McNamara]
+ crash on opening wikipedia ODT Book (fdo#82747) [Julien Nabet]
+ default chart background for pptx docs should be transparent. (bnc#886540) [Kohei Yoshida]
+ detect * with no character following as invalid format code [Eike Rathke]
+ disable highlight DOCX import (fdo#80986) [Zolnai Tamás]
+ disambiguate NOT LIKE 'foo' (fdo#82427) [Lionel Elie Mamane]
+ display correct label for empty cell. (fdo#81445) [Kohei Yoshida]
+ display data description in pivot table. (bnc#592918) [Kohei Yoshida]
+ do apply possible changed GraphicStreamURL... (i#125289) [Oliver-Rainer Wittmann]
+ do not compress WMF / EMF file incase of OOXML export (fdo#65836, bnc#621241) [Nikhil Walvekar]
+ do not prefer bandRow over firstCol/lastCol, nor the same with bandCol. [Matúš Kukan]
+ do not reset