Re: [Libreoffice-qa] [ANNOUNCE] Branch libreoffice-4-3-2 and Tag libreoffice-4.3.2.1 created

2014-09-16 Thread Andras Timar
Hi Robinson,

You have not created libreoffice-4-3-2 branches on help, dictionaries
and translation submodules.

Regards,
Andras

On Thu, Sep 11, 2014 at 11:13 AM, Christian Lohmaier
lohma...@googlemail.com wrote:
 Hi all,

 The tag libreoffice-4.3.2.1 (AKA 4.3.2 RC1) and the corresponding
 branch libreoffice-4-3-2 have been created.
 The branch will be used for fine tuning of the 4.3.2 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.3 bugfix release. Please read more at
http://wiki.documentfoundation.org/ReleasePlan/4.3#4.3.2_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-2 origin/libreoffice-4-3-2

 To checkout the tag, use

 ./g fetch --tags
 ./g checkout -b tag-libreoffice-4.3.2.1 libreoffice-4.3.2.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-2 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.1 RC2 (4.3.1 final)

 Happy hacking,
 Christian

 ___
 LibreOffice mailing list
 libreoff...@lists.freedesktop.org
 http://lists.freedesktop.org/mailman/listinfo/libreoffice

___
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/


[Libreoffice-qa] [ANNOUNCE] Branch libreoffice-4-3-2 and Tag libreoffice-4.3.2.1 created

2014-09-11 Thread Christian Lohmaier
Hi all,

The tag libreoffice-4.3.2.1 (AKA 4.3.2 RC1) and the corresponding
branch libreoffice-4-3-2 have been created.
The branch will be used for fine tuning of the 4.3.2 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.3 bugfix release. Please read more at
   http://wiki.documentfoundation.org/ReleasePlan/4.3#4.3.2_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-2 origin/libreoffice-4-3-2

To checkout the tag, use

./g fetch --tags
./g checkout -b tag-libreoffice-4.3.2.1 libreoffice-4.3.2.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-2 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.1 RC2 (4.3.1 final)

Happy hacking,
Christian
+ OOXML import: Respect table background properties a bit more (bnc#480256) [Matúš Kukan]
+ fix reading even/odd page breaks from .docx (bnc#519228) [Luboš Luňák]
+ I can't remove a path in AutoText dialog (bnc#529470) [Tor Lillqvist]
+ avoid opening embedded OLE object as text (bnc#648251) [Tor Lillqvist]
+ sd: check that master page matches when setting parent style (bnc#708518) [Michael Stahl]
+ we need the proper alpha mask (bnc#719994) [Tor Lillqvist]
+ copy first-header-footer test from ww8 to ooxml (bnc#751077) [Luke Deller]
+ make changing table text color in impress always work (bnc#770711) [Matúš Kukan]
+ copy first-header-footer test from ww8 to ooxml (bnc#780843) [Luke Deller]
+ fix reading a .doc that has frame anchored to the end of page (bnc#787942) [Luboš Luňák]
+ better algorithm to find placeholder shape. (bnc#821916) [Matúš Kukan]
+ let's not even try to export invalid chart objects. (bnc#822170) [Kohei Yoshida]
+ if number type is not set, skip numbering (bnc#822347) [Tomaž Vajngerl]
+ PPTX import: Properly show data labels in percent format. (bnc#862510) [Matúš Kukan]
+ DOCX import: handle w:hideMark table cell property (bnc#865381) [Miklos Vajna]
+ improved handling of placeholder shapes (bnc#880448) [Matúš Kukan]
+ set the date time mode to non-fixed after the import is done. (bnc#885548) [Kohei Yoshida]
+ do not set TextAutoGrowHeight for vertical text. (bnc#887227) [Matúš Kukan]
+ fix build, Unchecked dynamic_cast (coverity#1209547) [Caolán McNamara]
+ allow passing FilterOptions via cli (fdo#36313) [Tomas Hlavaty]
+ DOCX import: list styles don't support automatic updates (fdo#38414) [Miklos Vajna]
+ mac Keyboard shortcut Option key ko in Customize dialog (fdo#39477) [Julien Nabet]
+ don't remove 'edit' pop-up menu entry from form in design mode (fdo#44081) [Lionel Elie Mamane]
+ write OOXML externalReferences, externalLinks, (fdo#45286) [Eike Rathke]
+ don't loop autosave if userautosave fails (fdo#46635) [Maxim Monastirsky]
+ pyuno: fix deadlock in Runtime::any2PyObject() (fdo#46678) [Michael Stahl]
+ disable the Automatically currency unless already used (fdo#48110) [Eike Rathke]
+ make Draw use paper size when printing (fdo#63905) [Eilidh McAdam]
+ TextField in table should use same formatting as floating TextField (fdo#67615) [Lionel Elie Mamane]
+ avoid crashing on Accellerator in poorly initialized context (fdo#69162) [Norbert Thiebaud]
+ don't loop autosave if userautosave fails (fdo#71625) [Maxim Monastirsky]
+ sub-grid shouldn't be allowed as 0 (fdo#77516) [Caolán McNamara]
+ (+dup File crashes while opening. (fdo#78906) [Umesh Kadam]
+ labels are truncated (fdo#79227) [Caolán McNamara]
+ make generic autocorr files (German/Spanish/Italian) (fdo#79276) [Julien Nabet]
+ check for empty slots' valid NULL pointer, (fdo#79441) [Eike Rathke]
+ use \highlightN instead of \chcbpatN in RTF import and export (fdo#79599) [nrb...@gmail.com]
+ add 'Save a Copy' to Calc/Impress/Draw (LO4.3-Branch) (fdo#79917) [Heiko Scheidt]
+ handle autocomplete with dot in formula name, (fdo#80058) [Markus Mohrhard]
+ fix the check whether the window is active on OS X. (fdo#80474) [Jan Holesovsky]
+ bad default value (0) for the number of rows (fdo#80534)