[ANNOUNCE] libreoffice-4.4.0.0.beta2 (on branch libreoffice-4-4) created

2014-12-08 Thread Christian Lohmaier
Hi all,

The tag libreoffice-4.4.0.0.beta2 (AKA 4.4.0 Beta2) on the corresponding
branch libreoffice-4-4 has been created last week.
The branch will be used for fine tuning of the 4.4 codeline.

Branch-off marks feature freeze, see
https://wiki.documentfoundation.org/ReleasePlan/4.4#4.4.0_release for
the detailed schedule of the 4.4.0 release.

Master will be used for development of LibreOffice 4.5.x

The following rules apply:
+ 4.4.0 beta phase:

+ any bug fixes are allowed without review
+ late features need approval by 3 people with different affiliation

+ 4.4.0 rc phase and later:

+ fixes need approval by one reviewer
+ late features need approval by 3 more people with different
affiliation

IMPORTANT: Every developer is responsible for pushing the fixes into all
   appropriate branches. Note that we do not plan any merge
   from this branch to master or vice versa.

Please, help use to make stable and usable release. If you want to build
something cool, unstable, and risky, use master.

The 'libreoffice-4-3' branch is still active and will be used for the
4.3.6 bugfix release. Please read more at
   http://wiki.documentfoundation.org/ReleasePlan/4.3#4.3.6_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-4 origin/libreoffice-4-4

To checkout the tag, use

./g fetch --tags
./g checkout -b tag-libreoffice-4.4.0.0.beta2 libreoffice-4.4.0.0.beta2

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-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.4.0 Beta1

Happy hacking,
Christian
+ the assert seems to just want the attrs to be sorted (bnc#467459) [Caolán McNamara]
+ wrong background color shown in format table in impress (bnc#882627) [Caolán McNamara]
+ text(box) is rendered white on white when it is not (bnc#904423) [Zolnai Tamás]
+ unchecked return value (cid#1255906) [Tor Lillqvist]
+ busted loop condition and Resource leak (coverity#1255390) [Caolán McNamara]
+ buffer not null terminated (coverity#1255905) [Caolán McNamara]
+ explicit null dereferenced (coverity#1255907) [Caolán McNamara]
+ uninitialized scalar field (coverity#1255909) [Caolán McNamara]
+ uninitialized scalar field (coverity#1255910) [Caolán McNamara]
+ fix SQL view to be editable (coverity#706316) [Caolán McNamara]
+ revert Logically dead code (coverity#735424) [Lionel Elie Mamane]
+ mirror fixes for and into icu (deb#766788) [Caolán McNamara]
+ avoid empty style names in ww2 docs (fdo#36514) [Caolán McNamara]
+ go back to the old way of doing things (fdo#48846) [Caolán McNamara]
+ reintroduce embedded picture for form components (fdo#53001) [Lionel Elie Mamane]
+ don't call XLSX methods in XLS export, related (fdo#59762) [Markus Mohrhard]
+ reintroduce embedded picture for form components (fdo#65163) [Lionel Elie Mamane]
+ export more numbering types correctly into HTML (fdo#68684) [Andras Timar]
+ fix crash on loading (fdo#70157) [Caolán McNamara]
+ cui: fix crash in SvxExtParagraphTabPage (fdo#70861) [Michael Stahl]
+ RTF import: bogus call to getBestTextEncodingFromLocale() (fdo#72031) [Miklos Vajna]
+ improving on existing icons and adding entries into links.txt (fdo#75256) [Matthias Freund, Yousuf Philips]
+ go back to the old way of doing things (fdo#75408) [Caolán McNamara]
+ check internal and external sheet references in both modes (fdo#77018) [Eike Rathke]
+ related: only make outline, title and subtitle read-only (fdo#78151) [Caolán McNamara]
+ mirror fixes for and into icu (fdo#78906) [Caolán McNamara]
+ accept args for .uno:InsertAnnotation (fdo#78980) [Maxim Monastirsky]
+ revert SwToSfxPageDescAttr: fix call to ... (fdo#79303) [Michael Stahl]
+ fix again and keep references to other sheets during sort (fdo#79441) [Eike Rathke]
+ duplicate acceserator keys in spell checking dialog (fdo#79707) [Caolán McNamara]
+ make sure to check for formula first, (fdo#80301) [Julien Nabet]
+ fix SQL view to be editable (fdo#80938) [Caolán McNamara]
+ removal of font name, font size and text alignment from context menus (fdo#81132) [Yousuf Philips]
+ rearrange, add and remove entries from toolbars (fdo#81475) [Yousuf Philips, Maxim Monastirsky]
+ RTF filter: import \sbauto and \saauto 

[Libreoffice-qa] [ANNOUNCE] libreoffice-4.4.0.0.beta2 (on branch libreoffice-4-4) created

2014-12-08 Thread Christian Lohmaier
Hi all,

The tag libreoffice-4.4.0.0.beta2 (AKA 4.4.0 Beta2) on the corresponding
branch libreoffice-4-4 has been created last week.
The branch will be used for fine tuning of the 4.4 codeline.

Branch-off marks feature freeze, see
https://wiki.documentfoundation.org/ReleasePlan/4.4#4.4.0_release for
the detailed schedule of the 4.4.0 release.

Master will be used for development of LibreOffice 4.5.x

The following rules apply:
+ 4.4.0 beta phase:

+ any bug fixes are allowed without review
+ late features need approval by 3 people with different affiliation

+ 4.4.0 rc phase and later:

+ fixes need approval by one reviewer
+ late features need approval by 3 more people with different
affiliation

IMPORTANT: Every developer is responsible for pushing the fixes into all
   appropriate branches. Note that we do not plan any merge
   from this branch to master or vice versa.

Please, help use to make stable and usable release. If you want to build
something cool, unstable, and risky, use master.

The 'libreoffice-4-3' branch is still active and will be used for the
4.3.6 bugfix release. Please read more at
   http://wiki.documentfoundation.org/ReleasePlan/4.3#4.3.6_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-4 origin/libreoffice-4-4

To checkout the tag, use

./g fetch --tags
./g checkout -b tag-libreoffice-4.4.0.0.beta2 libreoffice-4.4.0.0.beta2

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-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.4.0 Beta1

Happy hacking,
Christian
+ the assert seems to just want the attrs to be sorted (bnc#467459) [Caolán McNamara]
+ wrong background color shown in format table in impress (bnc#882627) [Caolán McNamara]
+ text(box) is rendered white on white when it is not (bnc#904423) [Zolnai Tamás]
+ unchecked return value (cid#1255906) [Tor Lillqvist]
+ busted loop condition and Resource leak (coverity#1255390) [Caolán McNamara]
+ buffer not null terminated (coverity#1255905) [Caolán McNamara]
+ explicit null dereferenced (coverity#1255907) [Caolán McNamara]
+ uninitialized scalar field (coverity#1255909) [Caolán McNamara]
+ uninitialized scalar field (coverity#1255910) [Caolán McNamara]
+ fix SQL view to be editable (coverity#706316) [Caolán McNamara]
+ revert Logically dead code (coverity#735424) [Lionel Elie Mamane]
+ mirror fixes for and into icu (deb#766788) [Caolán McNamara]
+ avoid empty style names in ww2 docs (fdo#36514) [Caolán McNamara]
+ go back to the old way of doing things (fdo#48846) [Caolán McNamara]
+ reintroduce embedded picture for form components (fdo#53001) [Lionel Elie Mamane]
+ don't call XLSX methods in XLS export, related (fdo#59762) [Markus Mohrhard]
+ reintroduce embedded picture for form components (fdo#65163) [Lionel Elie Mamane]
+ export more numbering types correctly into HTML (fdo#68684) [Andras Timar]
+ fix crash on loading (fdo#70157) [Caolán McNamara]
+ cui: fix crash in SvxExtParagraphTabPage (fdo#70861) [Michael Stahl]
+ RTF import: bogus call to getBestTextEncodingFromLocale() (fdo#72031) [Miklos Vajna]
+ improving on existing icons and adding entries into links.txt (fdo#75256) [Matthias Freund, Yousuf Philips]
+ go back to the old way of doing things (fdo#75408) [Caolán McNamara]
+ check internal and external sheet references in both modes (fdo#77018) [Eike Rathke]
+ related: only make outline, title and subtitle read-only (fdo#78151) [Caolán McNamara]
+ mirror fixes for and into icu (fdo#78906) [Caolán McNamara]
+ accept args for .uno:InsertAnnotation (fdo#78980) [Maxim Monastirsky]
+ revert SwToSfxPageDescAttr: fix call to ... (fdo#79303) [Michael Stahl]
+ fix again and keep references to other sheets during sort (fdo#79441) [Eike Rathke]
+ duplicate acceserator keys in spell checking dialog (fdo#79707) [Caolán McNamara]
+ make sure to check for formula first, (fdo#80301) [Julien Nabet]
+ fix SQL view to be editable (fdo#80938) [Caolán McNamara]
+ removal of font name, font size and text alignment from context menus (fdo#81132) [Yousuf Philips]
+ rearrange, add and remove entries from toolbars (fdo#81475) [Yousuf Philips, Maxim Monastirsky]
+ RTF filter: import \sbauto and \saauto