[Libreoffice-qa] minutes of ESC call ...

2014-09-18 Thread Michael Meeks
* Present:
+ Jacobo, Kendy, Michael M, Ptyl, Miklos, Stephan, Muthu, Jan-Marek
  Andras, Robinson, Norbert
 
* Completed Action Items:
+ merge the web plugin patch after the conference (Stephan)
[ done and in the 4.4 release notes ]
+ massage plan wrt. FOSDEM dev-rooms (Thorsten)
[ working around a joint dev-room ]
 
* Pending Action Items:
+ Ask Bjoern to do a survey on the wrench icons (Mirek)
+ blog about the sad realities of web plugins (Bjoern)
+ open-source newer Synezip tests (Umesh)
[ Plan to run these on a server on the cloud service,
  announce the results in the ESC meeting. ]
+ provide wiki links for new processes for design interation (Mirek)
+ poke Alex wrt. off-site backup for TDF services (Cloph)
 
* Release Engineering update (Robinson)
+ 4.3.2 RC1 - status
   + currently staged, and has been announced, pushing to mirrors
   + following the steps, but the builds worked.
+ 4.2.7 - due in week 40 - 29th Sept freeze.
+ Android Remote
 
* Crashtest update (Miklos)
+ a run during the conference, detected some writerfilter issues, now 
mostly fixed.
 + run interrupted by security update / re-boot
 + VM state not preserved across re-boots
 + new-run ongoing - will be announced on list.
 
* New baseline aka C++11 (Jan-Marek)
+ Thread start: 
http://lists.freedesktop.org/archives/libreoffice/2014-September/063326.html
+ Previous baseline: gcc 4.1.2 (2007-02-13)
+ Current baseline: at least gcc 4.8.1 (2013-05-31)
+ There was additional discussion on IRC (2014-09-18)
+ There had been previous discussions in May 2014 ESC calls
+ Tinderboxes (TBs) now based on RH 5 + RH Developer Toolset 2.x
+ Official baseline announced as gcc 4.7
+ Official announcement - you'll need gcc 4.7+ to compile LO 4.4
+ LOconf14 talks regarding C++11 
- I didn't get the fact the introduction is due for LO 4.4
+ And the TBs moved the compiler / build tool baseline actually to gcc 
4.8[.0] (release: 2013-03-22)
- TBs actually run 4.8.n (n  0)
- Basically drops support for all distros  2 years old
- Ubuntu 12.04 has gcc 4.6
- I know there are PPAs
- 
https://launchpad.net/~ubuntu-toolchain-r/+archive/ubuntu/ppa
  Just contains offical release toolchains - no updates!
- 
https://launchpad.net/~ubuntu-toolchain-r/+archive/ubuntu/test
  Unsupported (@see Workarounds) and not up to date with 
any baseline
- I know there is an unsupported 4.7.2 in precise-updates 
(universe)
- Already had an incompatibility bug
- https://gerrit.libreoffice.org/#/c/11501/
+ Since last week master requires gcc-4.7 (Stephan)
+ still works with gcc-4.6 - for now.
+ a bug introduced recently, fixed already thanks to Jan Marek
+ these things happen whatever the tinderboxes uses
+ just a function of the diverse compiler set we have.
+ Building master on old Ubuntu (Stephan)
+ building on 12.whatever - we broke that
+ for the TDF baseline builds, CentOS 5 - we use a devtools
  toolchain with a related compiler  binaries that run on the
  baseline - apparently not available for Ubuntu.
+ Old versions of distros / not compiling master (Stephan)
+ was not seen as an issue by the distro people.
+ master will only go into recent versions of distros.
+ so we have a 12.4 build problem, and need a solution for this.
+ If gcc-4.6 is needed - perhaps it works (Stephan)
+ we have to subset the C++11 features anyway (Kendy)
+ only feature missing in 4.6: delegating constructors (Stephan)
+ 'override' and 'final' - we have macros for them anyway.
+ possibly some std::library features not implemented in 4.7
+ from the core-language, all that is missing is delegating constructors
+ happy with that (Jmux)
+ do we get enough new goodness then ? (Michael)
+ sure we get tons - lots of goodies.
+ clang use 4.7 as their bootstrap baseline
+ can we have a tinderbox running gcc-4.6 (Miklos)
+ without that, sooner or later someone will break it.
AI: + setup a LiMux based tinderbox (Jmux)
AI: + send Jmux some tinderbox pointers (Norbert)
+ some good slides from the conference on this (Jacobo)
 
* Hackfests (Robinson)
+ Seattle 'Libre-Fest' (Robinson)
https://wiki.documentfoundation.org/Events/2014/Seattle_LibreFest
+ October 26, 2014
+ Bug-triaging/Intro-to-community event
+ Following SeaGL conference
+ definite interest, heard back from some professors from the security 
lab
+ want to meet Norbert and/or Kohei - why not go ?
+ Toulouse Hackfest ...
+ Confirmed for Nov. 15-16th
   

[Libreoffice-qa] Tag libreoffice-4.3.2.2 (on branch libreoffice-4-3-2) created

2014-09-18 Thread Robinson Tryon
Hi all,

The tag libreoffice-4.3.2.2 (AKA 4.3.2 RC2) has been created.

The 4.3.2 branch will be used for fine tuning of the 4.3.2 release.
(this is the last scheduled RC)

The following rules apply to the branch:

+ 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.2 libreoffice-4.3.2.2

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.2 RC1.


Cheers,
--R

-- 
Robinson Tryon
QA Engineer - The Document Foundation
LibreOffice Community Outreach Herald
qu...@libreoffice.org
+ core
+ bump product version to 4.3.2.2 [Robinson Tryon]
+ src transl. merge must be case sensitive (fdo#80650) [David Tardon]
+ updated core [Robinson Tryon]
+ version 4.3.2.2, tag libreoffice-4.3.2.2 [Robinson Tryon]
+ dictionaries
+ version\ 4.3.2.2\,\ tag\ libreoffice-4.3.2.2 [Robinson Tryon]
+ help
+ version\ 4.3.2.2\,\ tag\ libreoffice-4.3.2.2 [Robinson Tryon]
+ translations
+ updated Slovenian translation [Andras Timar]
fdo#80650 lower case greek alphabet missing in localized Math symbol table [David Tardon]
+ lower case greek alphabet missing in localized Math symbol table (fdo#80650) [David Tardon]
___
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] LibreOffice 4.3.2 rc2 test builds available

2014-09-18 Thread Robinson Tryon
Hello everyone!

For the upcoming new version 4.3.2 the builds for RC2 are now
available on pre-releases.

It is a build in release-configuration, meaning that it will update a
previous version of LibreOffice on Windows.
Linux and Mac users can install alongside LibreOffice 4.2

For the complete schedule, see:
https://wiki.documentfoundation.org/ReleasePlan/4.3#4.3.2_release

Grab the builds from here here:
http://dev-builds.libreoffice.org/pre-releases/

The list of fixed bugs relative to 4.3.2.1 (4.3.2 RC1) is here:
http://dev-builds.libreoffice.org/pre-releases/src/bugs-libreoffice-4-3-2-release-4.3.2.2.log

So playing with the areas touched there also greatly appreciated  -
and validation that those bugs are really fixed.

Thanks a lot for your help,
--R


-- 
Robinson Tryon
QA Engineer - The Document Foundation
LibreOffice Community Outreach Herald
qu...@libreoffice.org
___
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/