configure.ac | 5 +++-- officecfg/registry/schema/org/openoffice/Office/Update.xcs | 6 +++--- 2 files changed, 6 insertions(+), 5 deletions(-)
New commits: commit a60eabf5472ed7a5ec86903246bf16c6d2b23c6e Author: Thorsten Behrens <[email protected]> AuthorDate: Fri Aug 23 22:17:22 2024 +0200 Commit: Christian Lohmaier <[email protected]> CommitDate: Tue Aug 27 15:29:11 2024 +0200 related tdf#68274: switch on MAR-based auto-updater by default On platforms built with --enable-online-update-mar, make the automatic online update the default now. Change-Id: I4d8355023f185b89aa25701bcc02a15986d3d969 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/172335 Tested-by: Jenkins Reviewed-by: Thorsten Behrens <[email protected]> (cherry picked from commit 42f677c5f67a23e0cfb4fcc664efce078718489d) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/172405 Reviewed-by: Stephan Bergmann <[email protected]> (cherry picked from commit fee42049da6b1cf4c7f25eccd256e307cdbcdcbf) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/172406 Reviewed-by: Xisco Fauli <[email protected]> Reviewed-by: Christian Lohmaier <[email protected]> Tested-by: Christian Lohmaier <[email protected]> diff --git a/configure.ac b/configure.ac index 2a2c493b7a69..eff3726643f7 100644 --- a/configure.ac +++ b/configure.ac @@ -1932,8 +1932,9 @@ libo_FUZZ_ARG_ENABLE(online-update, libo_FUZZ_ARG_ENABLE(online-update-mar, AS_HELP_STRING([--enable-online-update-mar], - [Enable the experimental Mozilla-like online update service that will - check for new versions of LibreOffice. Disabled by default.]), + [Enable the Mozilla-like online update service that will + check for new versions of LibreOffice. Currently only works for + Windows and Linux. Disabled by default.]), ,) libo_FUZZ_ARG_WITH(online-update-mar-baseurl, diff --git a/officecfg/registry/schema/org/openoffice/Office/Update.xcs b/officecfg/registry/schema/org/openoffice/Office/Update.xcs index 6657389db6d5..1d5843fc9be9 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Update.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Update.xcs @@ -20,10 +20,10 @@ <prop oor:name="Enabled" oor:type="xs:boolean" oor:nillable="false"> <info> <desc>Determines if the automatic Updater is enabled - or disabled. Defaults to false, as long as this is - regarded experimental.</desc> + or disabled. Defaults to true, only active in binary + if compiled with MAR updater support.</desc> </info> - <value>false</value> + <value>true</value> </prop> <prop oor:name="Mode" oor:type="xs:int" oor:nillable="false"> <info>
