diff options
author | Jean-Sebastien BEVILACQUA <realitix@gmail.com> | 2019-09-18 14:30:29 +0200 |
---|---|---|
committer | Jean-Sebastien BEVILACQUA <realitix@gmail.com> | 2019-09-19 17:49:44 +0200 |
commit | 31b3b6737b7523651f689242c6e03d71bd5ecf85 (patch) | |
tree | 9e58ad4b8f364dc5e643ccd089eda6aa12d5e167 | |
parent | 8f2f6153641636d7edf3c2e3f5ec113fc110dc43 (diff) |
bump product versionto 6.1.6.3.M13
mimo-6.1.6.3-M13
Change-Id: I60dad7c6c861e8439144d346a6ad619d2dba2ea5
-rw-r--r-- | README.md | 7 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/README.md b/README.md index 761b043465b3..d164e4784078 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,13 @@ The most recent version reviewed by MIMO can be downloaded at <https://www.mim.o ## Release notes +### `6.1.6.3.M13` + +* Fix [acim#1418](https://acim.08000linux.com/issues/1418): Nouvelles failles dans libreoffice by fixing two CVE: + - CVE-2019-9855 + - CVE-2019-9854 + + ### `6.1.6.3.M12` * Fix [acim#1408](https://acim.08000linux.com/issues/1404): Demande d'intégration du patch de sécurité pour LibreOffice by fixing two CVE: diff --git a/configure.ac b/configure.ac index 21c7b66be72f..ce06dbb534d5 100644 --- a/configure.ac +++ b/configure.ac @@ -9,7 +9,7 @@ dnl in order to create a configure script. # several non-alphanumeric characters, those are split off and used only for the # ABOUTBOXPRODUCTVERSIONSUFFIX in openoffice.lst. Why that is necessary, no idea. -AC_INIT([LibreOffice],[6.1.6.3.M12],[],[],[http://documentfoundation.org/]) +AC_INIT([LibreOffice],[6.1.6.3.M13],[],[],[http://documentfoundation.org/]) AC_PREREQ([2.59]) |