We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 75f45f6 + 83b9898 commit 1d615d6Copy full SHA for 1d615d6
CHANGELOG
@@ -2,6 +2,13 @@
2
ChangeLog
3
*********
4
5
+19.1.0 (2019-09-25)
6
+===================
7
+- Feature: Update MFR's Dockerfile to be based off of Debian Buster and install LibreOffice via
8
+apt-get. It had been pulling down a LibreOffice .deb from LO's archive, but they only make the most
9
+recent patch version available. This meant that the Dockerfile had to be update with every patch
10
+release. The version in Debian Buster is v6.1.5.
11
+
12
19.0.2 (2019-06-21)
13
===================
14
- Fix: Update MFR dependencies on jinja and mistune python libraries.
mfr/version.py
@@ -1 +1 @@
1
-__version__ = '19.0.2'
+__version__ = '19.1.0'
0 commit comments