Hi all,
The tag libreoffice-4.2.2.1 (AKA 4.2.2 RC1) has been created on the
libreoffice-4-2-2 branch.
The branch will be used for fine tuning of the 4.2.2 release. (It is
the last scheduled RC, due to the 4.2.1 interim release)
The 'libreoffice-4-2' branch is still active and will be used for the
4.2.3 bugfix release. Please read more at
http://wiki.documentfoundation.org/ReleasePlan/4.2#4.2.2_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.2.2.1 libreoffice-4.2.2.1
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.1 RC1 (final)
Happy hacking,
Christian
+ core
+ allow overwriting of string value with numeric one. (fdo#72691) [Kohei Yoshida]
+ always set input as text when that's requested. (fdo#72491) [Kohei Yoshida]
+ ambiguity [Stephan Bergmann]
+ branch libreoffice-4-2-2 [Christian Lohmaier]
+ bump product version to 4.2.2.1 [Christian Lohmaier]
+ bump version to 4.2.1.1.0+ [Christian Lohmaier]
+ bump version to 4.2.2.0.0+ [Christian Lohmaier]
+ check if the *document* is closing, not the *app*. (fdo#73773) [Kohei Yoshida]
+ CUPS printing: use "collate" option when PDF is available (fdo#41524) [Michael Stahl]
+ draw position size tab - min size is 0 not 1 (mm) (fdo#72967) [Tomaž Vajngerl]
+ export cell borders to xls and xlsx correctly. (fdo#75130) [Kohei Yoshida]
+ fix branch in .gitreview [Michael Stahl]
+ fix incorrect separator in function description in Calc (fdo#73800) [Winfried Donkers]
+ fix the ODS export as well. (fdo#74512) [Kohei Yoshida]
+ handle note copying correctly. (fdo#75032) [Kohei Yoshida]
+ intern strings as we populate the external cache. (fdo#72041) [Kohei Yoshida]
+ intern strings in the external ref cache with the host document. (fdo#72041) [Kohei Yoshida]
+ java.lang.System.mapLibraryName dylib vs. jnilib confusion (fdo#74683) [Stephan Bergmann]
+ let's not skip auto styles from unmodified sheets. (fdo#72390) [Kohei Yoshida]
+ more java.lang.System.mapLibraryName dylib vs. jnilib confusion [Stephan Bergmann]
+ populate date members in a locale-safe way. (fdo#73565) [Kohei Yoshida]
+ prevent the accumulation of rounding errors (i#124233, fdo#64957) [Herbert Dürr]
+ re-implement BinarySearch() to disregard empty cell blocks. (fdo#72348, fdo#74558) [Kohei Yoshida]
+ RTF import: don't drop nested cells if not enough \cellx (rhbz#1065629) [Michael Stahl]
+ RTF import: re-implement nested tables (rhbz#1065629) [Michael Stahl]
+ RTFSdrImport::resolveDhgt(): fix crashing C-cast [Michael Stahl]
+ sdk: install URE library symlinks / import libs again (fdo#75526) [Michael Stahl]
+ some shared formulas cannot be exported as shared formulas. (fdo#74345) [Kohei Yoshida]
+ sw: do not paint zero-width lines (fdo#75118) [Michael Stahl]
+ sw: fix painting of SVG page background (fdo#68927) [Michael Stahl]
+ these tags should be lowercase for correct clipboard handling. (fdo#74584) [Kohei Yoshida]
+ too long style names over-stretch dialog (fdo#72233) [Caolán McNamara]
+ update the incrementer when skipping over hidden regions. (fdo#74857) [Kohei Yoshida]
+ updated core [Christian Lohmaier, Olivier R]
+ use 'ne' for string comparison (fdo#75206) [Andras Timar]
+ use AccessibleRole::PANEL for VclBoxes under windows (fdo#74284) [Caolán McNamara]
+ version 4.2.2.1, tag libreoffice-4.2.2.1 [Christian Lohmaier]
+ we still need to get the value only to pop value from the stack. (fdo#75228) [Kohei Yoshida]
+ wiki Publisher Extension is not working (fdo#69925) [Julien Nabet]
+ writerfilter: attempt to appease Mac tinderboxes [Michael Stahl]
+ dictionaries
+ update French spelling dictionary (v5.0.2) [Olivier R]
+ help
+ version 4.2.2.1, tag libreoffice-4.2.2.1 [Christian Lohmaier]
+ translations
+ update for 4.2.2 rc1 [Christian Lohmaier]
fdo#41524 CUPS printing: use "collate" option when PDF is available [Michael Stahl]
fdo#64957 prevent the accumulation of rounding errors [Herbert Dürr]
fdo#68927 sw: fix painting of SVG page background [Michael Stahl]
fdo#69925 wiki Publisher Extension is not working [Julien Nabet]
fdo#72041 intern strings in the external ref cache with the host document. [Kohei Yoshida]
fdo#72233 too long style names over-stretch dialog [Caolán McNamara]
fdo#72348 re-implement BinarySearch() to disregard empty cell blocks. [Kohei Yoshida]
fdo#72390 let's not skip auto styles from unmodified sheets. [Kohei Yoshida]
fdo#72491 always set input as text when that's requested. [Kohei Yoshida]
fdo#72691 allow overwriting of string value with numeric one. [Kohei Yoshida]
fdo#72967 draw position size tab - min size is 0 not 1 (mm) [Tomaž Vajngerl]
fdo#73565 populate date members in a locale-safe way. [Kohei Yoshida]
fdo#73773 check if the *document* is closing, not the *app*. [Kohei Yoshida]
fdo#73800 fix incorrect separator in function description in Calc [Winfried Donkers]
fdo#74284 use AccessibleRole::PANEL for VclBoxes under windows [Caolán McNamara]
fdo#74345 some shared formulas cannot be exported as shared formulas. [Kohei Yoshida]
fdo#74512 fix the ODS export as well. [Kohei Yoshida]
fdo#74558 re-implement BinarySearch() to disregard empty cell blocks. [Kohei Yoshida]
fdo#74584 these tags should be lowercase for correct clipboard handling. [Kohei Yoshida]
fdo#74683 java.lang.System.mapLibraryName dylib vs. jnilib confusion [Stephan Bergmann]
fdo#74857 update the incrementer when skipping over hidden regions. [Kohei Yoshida]
fdo#75032 handle note copying correctly. [Kohei Yoshida]
fdo#75118 sw: do not paint zero-width lines [Michael Stahl]
fdo#75130 export cell borders to xls and xlsx correctly. [Kohei Yoshida]
fdo#75206 use 'ne' for string comparison [Andras Timar]
fdo#75228 we still need to get the value only to pop value from the stack. [Kohei Yoshida]
fdo#75526 sdk: install URE library symlinks / import libs again [Michael Stahl]
i#124233 Different text rendering (word/character width) depending on zoom factor [Herbert Dürr]
rhbz#1065629 RTF import probable regression with non-english BigMachines exports [Michael Stahl]
+ CUPS printing: use "collate" option when PDF is available (fdo#41524) [Michael Stahl]
+ prevent the accumulation of rounding errors (fdo#64957) [Herbert Dürr]
+ sw: fix painting of SVG page background (fdo#68927) [Michael Stahl]
+ wiki Publisher Extension is not working (fdo#69925) [Julien Nabet]
+ intern strings in the external ref cache with the host document. (fdo#72041) [Kohei Yoshida]
+ too long style names over-stretch dialog (fdo#72233) [Caolán McNamara]
+ re-implement BinarySearch() to disregard empty cell blocks. (fdo#72348) [Kohei Yoshida]
+ let's not skip auto styles from unmodified sheets. (fdo#72390) [Kohei Yoshida]
+ always set input as text when that's requested. (fdo#72491) [Kohei Yoshida]
+ allow overwriting of string value with numeric one. (fdo#72691) [Kohei Yoshida]
+ draw position size tab - min size is 0 not 1 (mm) (fdo#72967) [Tomaž Vajngerl]
+ populate date members in a locale-safe way. (fdo#73565) [Kohei Yoshida]
+ check if the *document* is closing, not the *app*. (fdo#73773) [Kohei Yoshida]
+ fix incorrect separator in function description in Calc (fdo#73800) [Winfried Donkers]
+ use AccessibleRole::PANEL for VclBoxes under windows (fdo#74284) [Caolán McNamara]
+ some shared formulas cannot be exported as shared formulas. (fdo#74345) [Kohei Yoshida]
+ fix the ODS export as well. (fdo#74512) [Kohei Yoshida]
+ re-implement BinarySearch() to disregard empty cell blocks. (fdo#74558) [Kohei Yoshida]
+ these tags should be lowercase for correct clipboard handling. (fdo#74584) [Kohei Yoshida]
+ java.lang.System.mapLibraryName dylib vs. jnilib confusion (fdo#74683) [Stephan Bergmann]
+ update the incrementer when skipping over hidden regions. (fdo#74857) [Kohei Yoshida]
+ handle note copying correctly. (fdo#75032) [Kohei Yoshida]
+ sw: do not paint zero-width lines (fdo#75118) [Michael Stahl]
+ export cell borders to xls and xlsx correctly. (fdo#75130) [Kohei Yoshida]
+ use 'ne' for string comparison (fdo#75206) [Andras Timar]
+ we still need to get the value only to pop value from the stack. (fdo#75228) [Kohei Yoshida]
+ sdk: install URE library symlinks / import libs again (fdo#75526) [Michael Stahl]
+ Different text rendering (word/character width) depending on zoom factor (i#124233) [Herbert Dürr]
+ RTF import probable regression with non-english BigMachines exports (rhbz#1065629) [Michael Stahl]
_______________________________________________
List Name: Libreoffice-qa mailing list
Mail address: [email protected]
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/