From 01d0d22937b44ef0b88193e4bf974d2d498ef33c Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Thu, 1 Feb 2018 10:08:09 +0100 Subject: [PATCH] libreoffice: Update version from 5.4.4.2 to 6.0.0.3 [Announcement][1], [release notes][2], and [video][3] are available. > ### Security ### > > OpenPGP keys can be used to sign ODF documents on all desktop > operating systems, with experimental support for OpenPGP-based > encryption. To enable this feature, users will have to install the > specific GPG software for their operating systems. > > Document classification has also been improved, and allows multiple > policies (which are now exported to OOXML files). In Writer, marking > and signing are now supported at paragraph level. > > ### Interoperability ### > > OOXML interoperability has been improved in several areas: import of > SmartArt and import/export of ActiveX controls, support of embedded > text documents and spreadsheets, export of embedded videos to PPTX, > export of cross-references to DOCX, export of MailMerge fields to > DOCX, and improvements to the PPTX filter to prevent the creation of > broken files. > > New filters for exporting Writer documents to ePub and importing > QuarkXPress files have also been added, together with an improved > filter for importing EMF+ (Enhanced Metafile Format Plus) files as > used by Microsoft Office documents. Some improvements have also been > added to the ODF export filter, making it easier for other ODF readers > to display visuals. [1]: https://blog.documentfoundation.org/blog/2018/01/31/libreoffice-6/ [2]: https://wiki.documentfoundation.org/ReleaseNotes/6.0 [3]: https://www.youtube.com/watch?v=YHBve8v13VY --- libreoffice.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libreoffice.be0 b/libreoffice.be0 index 26951c92b..9fb8ed82e 100755 --- a/libreoffice.be0 +++ b/libreoffice.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION libreoffice-5.4.4.2-0 +# BEE_VERSION libreoffice-6.0.0.3-0 ## this file was created by bee init and should be executed to build a ## bee-package. (Additional hints are located at the end of this file.)