Hi all,

The tag libreoffice-4.3.5.2 (AKA 4.3.5 RC2) on the corresponding
branch libreoffice-4-3 has been created.
The branch will be used for fine tuning of the 4.3.5 release. (It 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.6 bugfix release. Please read more at
       http://wiki.documentfoundation.org/ReleasePlan/4.3#4.3.5_release
       http://wiki.documentfoundation.org/Development/Branches
       http://wiki.documentfoundation.org/Release_Criteria

To checkout the tag, use

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

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

Best,
--R

-- 
Robinson Tryon
QA Engineer - The Document Foundation
LibreOffice Community Outreach Herald
qu...@libreoffice.org
    + fix SQL view to be editable (coverity#706316) [Caolán McNamara]
    + mirror fixes for and into icu (deb#766788) [Caolán McNamara]
    + postition of imported chart/shapes from xlsx is bad (fdo#45266) [Markus Mohrhard]
    + Crash on right click -> paragraph (fdo#70861) [Michael Stahl]
    + FILESAVE: Documents saved in ODF 1.0/1.1 still throw corruption error when opening in Word 2010 because the package is actually ODF 1.2 (fdo#72811) [Michael Stahl]
    + FILEOPEN: LO crashes while opening the file (fdo#78906) [Caolán McNamara]
    + Page Numbering restarts when paragraph width is adjusted (fdo#79303) [Michael Stahl]
    + view not editable (fdo#80938) [Caolán McNamara]
    + SORT: Large memory footprint while sorting a large table (fdo#81501) [Eike Rathke]
    + FORMATTING: date/time modification causes the cell format to be string text in Simplified Chinese locale (fdo#83752) [Kevin Suo]
    + FILESAVE FILEOPEN ODF import fails after saving due to non well-formed styles.xml (duplicate attributes on draw:enhanced-geometry) (fdo#84043) [Caolán McNamara]
    + Duplicate style:font-weight attributes (reproduction steps in comments 6-7) (fdo#85496) [Michael Stahl]
    + UI: completion of function name with a dot is broken or may crash (fdo#86169) [Winfried Donkers]
    + Crash when adding a link to external file (fdo#86215) [Eike Rathke]
    + EDITING: Named range changes when deleting cells or lines in another sheet (fdo#86518) [Markus Mohrhard]
    + Problems With dotx files / Crash (fdo#86662) [Caolán McNamara]
    + Sorting shouldn't require refresh (fdo#86762) [Eike Rathke]
    + Crash when clicking on fieldmarks in particular document (fdo#86795) [Michael Stahl]
    + EDITING - Impress crashes on UNDO operation (with steps to reproduce) (fdo#87141) [Caolán McNamara]
    + matrix comparisons do not propagate error values (fdo#87237) [Eike Rathke]
coverity#706316 fix SQL view to be editable [Caolán McNamara]
deb#766788 mirror fixes for and into icu [Caolán McNamara]
fdo#45266 postition of imported chart/shapes from xlsx is bad [Markus Mohrhard]
fdo#70861 Crash on right click -> paragraph [Michael Stahl]
fdo#72811 FILESAVE: Documents saved in ODF 1.0/1.1 still throw corruption error when opening in Word 2010 because the package is actually ODF 1.2 [Michael Stahl]
fdo#78906 FILEOPEN: LO crashes while opening the file [Caolán McNamara]
fdo#79303 Page Numbering restarts when paragraph width is adjusted [Michael Stahl]
fdo#80938 view not editable [Caolán McNamara]
fdo#81501 SORT: Large memory footprint while sorting a large table [Eike Rathke]
fdo#83752 FORMATTING: date/time modification causes the cell format to be string text in Simplified Chinese locale [Kevin Suo]
fdo#84043 FILESAVE FILEOPEN ODF import fails after saving due to non well-formed styles.xml (duplicate attributes on draw:enhanced-geometry) [Caolán McNamara]
fdo#85496 Duplicate style:font-weight attributes (reproduction steps in comments 6-7) [Michael Stahl]
fdo#86169 UI: completion of function name with a dot is broken or may crash [Winfried Donkers]
fdo#86215 Crash when adding a link to external file [Eike Rathke]
fdo#86518 EDITING: Named range changes when deleting cells or lines in another sheet [Markus Mohrhard]
fdo#86662 Problems With dotx files / Crash [Caolán McNamara]
fdo#86762 Sorting shouldn't require refresh [Eike Rathke]
fdo#86795 Crash when clicking on fieldmarks in particular document [Michael Stahl]
fdo#87141 EDITING - Impress crashes on UNDO operation (with steps to reproduce) [Caolán McNamara]
fdo#87237 matrix comparisons do not propagate error values [Eike Rathke]
+ core
    + avoid modifying range name references that are not affected, (fdo#86518) [Markus Mohrhard]
    + bump product version to 4.3.5.1.0+ [Christian Lohmaier]
    + bump product version to 4.3.5.2 [Robinson Tryon]
    + ctrl+A and Data Sort took ages to broadcast ALL cells, related (fdo#81501) [Eike Rathke]
    + cui: fix crash in SvxExtParagraphTabPage (fdo#70861) [Michael Stahl]
    + date-time cell becomes text string when editing, zh_CN locale (fdo#83752) [Kevin Suo]
    + don't crash on docx load (fdo#86662) [Caolán McNamara]
    + don't create duplicate Mirrored[X|Y] properties (fdo#84043) [Caolán McNamara]
    + editeng: avoid exporting duplicate attributes (fdo#85496) [Michael Stahl]
    + fix completion of function name crash (fdo#86169) [Winfried Donkers]
    + fix SQL view to be editable (coverity#706316, fdo#80938) [Caolán McNamara]
    + give us a parenStack which can grow to fit any input [Caolán McNamara]
    + import part for "put that attribute into an extension namespace" [Markus Mohrhard]
    + import part for: "export to extension namespace instead of odf ..." [Markus Mohrhard]
    + import part for: "related don't write extension elements into (fdo#45266) [Markus Mohrhard]
    + mirror fixes for and into icu (fdo#78906, deb#766788) [Caolán McNamara]
    + pool new ScPatternAttr if source and destination are different docs (fdo#86215) [Eike Rathke]
    + propagate error values through matrix comparisons (fdo#87237) [Eike Rathke]
    + re-establish listeners to move cell broadcasters (fdo#86762) [Eike Rathke]
    + remove deletes the node, release doesn't (fdo#87141) [Caolán McNamara]
    + revert "Broken security/password when saving to older odf (sx?) (fdo#72811) [Michael Stahl]
    + revert "SwToSfxPageDescAttr: fix call to ... (fdo#70861, fdo#79303) [Michael Stahl]
    + sanitize viewdata col/row values [Eike Rathke]
    + set only valid positions from ScExtTabSettings at ScViewDataTable [Eike Rathke]
    + test rows for validity [Caolán McNamara]
    + updated core [Christian Lohmaier]
    + version 4.3.5.2, tag libreoffice-4.3.5.2 [Robinson Tryon]
    + xmloff: ODF import: do not import checkbox fieldmark ... (fdo#86795) [Michael Stahl]
+ dictionaries
    + version\ 4.3.5.2\,\ tag\ libreoffice-4.3.5.2 [Robinson Tryon]
+ help
    + version\ 4.3.5.2\,\ tag\ libreoffice-4.3.5.2 [Robinson Tryon]
+ translations
    + update translations for 4.3.5 rc2 [Christian Lohmaier]
_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to