summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Sebastien BEVILACQUA <realitix@gmail.com>2019-09-18 14:30:29 +0200
committerJean-Sebastien BEVILACQUA <realitix@gmail.com>2019-09-18 14:30:29 +0200
commit31671adeb09bb5a7234188d1a99bab8c62b9e233 (patch)
tree90dc08cfbfcefc17aa702c9828fedbe9c35cd680
parent861e1be1d6545f66daadb25d99eebfb21d5031ca (diff)
bump product versionto 6.1.6.3.M13
Change-Id: I60dad7c6c861e8439144d346a6ad619d2dba2ea5
-rw-r--r--README.md7
-rw-r--r--configure.ac2
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 d0c11aa7ee7e..7189dd37b5c6 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])