-
Notifications
You must be signed in to change notification settings - Fork 12
/
changelog
69 lines (43 loc) · 2.57 KB
/
changelog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
turnkey-mayan-edms-16.1 (1) turnkey; urgency=low
* Install latest (Python3) Mayan-EDMS from upstream (via pip) - v3.5.5
* Improve Mayan logging config - (hopefully) closes #1523.
[ Stefan Davis <[email protected]> ]
* Note: Please refer to turnkey-core's 16.1 changelog for changes common to
all appliances. Here we only describe changes specific to this appliance.
-- Ken Robinson <[email protected]> Wed, 17 Feb 2021 18:47:24 -0500
turnkey-mayan-edms-16.0 (1) turnkey; urgency=low
* Install latest (Python3) Mayan-EDMS from upstream (via pip) - v3.4.7.
* Explcitly disable TLS<1.2 (i.e. SSLv3, TLSv1, TLSv1.1). (v15.x
TurnKey releases supported TLS 1.2, but could fallback as low as TLSv1).
* Update SSL/TLS cyphers to provide "Intermediate" browser/client support
(suitable for "General-purpose servers with a variety of clients,
recommended for almost all systems"). As provided by Mozilla via
https://ssl-config.mozilla.org/.
* Updated all relevant Debian packages to Buster/10 versions; including
PHP 7.3 (used for Adminer in Mayan-EDMS appliance).
* Note: Please refer to turnkey-core's changelog for changes common to all
appliances. Here we only describe changes specific to this appliance.
-- Jeremy Davis <[email protected]> Wed, 24 Jun 2020 14:10:02 +1000
turnkey-mayan-edms-15.1 (1) turnkey; urgency=low
* Install latest Mayan-EDMS from upstream (v3.1.9) via pip.
* Improve default upload size (50MB) and timeout (30s) - closes #1273.
-- Jeremy Davis <[email protected]> Tue, 22 Jan 2019 17:05:15 +1100
turnkey-mayan-edms-15.0 (1) turnkey; urgency=low
* Install latest Mayan-EDMS from upstream (v3.1.2) via pip.
- major re-write of install code due to significant upstream changes.
- most dependencies also installed via pip.
- moved install location to /opt/mayan-edms (as per upstream docs).
* Note: Please refer to turnkey-core's changelog for changes common to all
appliances.
-- Jeremy Davis <[email protected]> Thu, 27 Sep 2018 13:33:58 +1000
turnkey-mayan-edms-14.2 (1) turnkey; urgency=low
* Initial release of appliance:
- Mayan EDMS v2.2
- includes PostgreSQL for database backend
- includes Nginx for web front end
- upstream source install (PyPI)
* Based on the work of community member Ken Robinson (@DocCyblade)
Build source: https://github.com/DocCyblade/tkl-mayan-edms
* Note: Please refer to turnkey-core's changelog for changes common to all
appliances.
-- Ken Robinson <[email protected]> Mon, 08 May 2017 23:54:00 -0400