forked from nextcloud-snap/nextcloud-snap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG
160 lines (126 loc) · 3.88 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
v 12.0.5snap2
- php: update to 7.1.15
- docs: add xvfb to test dependencies in README
- ci: build daily v13 snaps
- tests: update all gems
v 12.0.5snap1
- nextcloud: update to 12.0.5
v 12.0.4snap2
- php: add freetype support
- apache: remove extra semicolon from hsts header
- php: update to 7.1.13
- php: enable ldap support
- php: enable pcntl
v 12.0.4snap1
- nextcloud: update to 12.0.4
- php: update to 7.0.25
- CI: test daily snaps on a daily basis
v 11.0.5snap2
- php: support changing memory limit
- apache: update to 2.4.28
- phpredis: use 3.1.4 tarball and checksum
v 11.0.5snap1
- redis: update to 4.0.2
- nextcloud: update to v11.0.5
- php: update to v7.0.23
- apache: support changing ports
v 11.0.4snap1
- php: update to 7.0.22
- nextcloud: update to 11.0.4
- snapcraft.yaml: update summary
v 11.0.3snap7
- php: update to 7.0.21
- apache: update to 2.4.27
v 11.0.3snap6
- mdns-publisher: use godeps to manage dependencies
- apache: update to 2.4.26
v 11.0.3snap5
- php: update to 7.0.20
- start building daily v12 in 12/edge channel
v 11.0.3snap4
- php: update to 7.0.19
- ci: integrate with Circle CI
v 11.0.3snap3
- certbot: update to 0.14.1
- mysql: update to 5.7.18
v 11.0.3snap2
- redis: upgrade to 3.2.8
- apache: remove weak 3DES SSL algorithms
- ci: don't verify checksum for daily builds
v 11.0.3snap1
- apache: disable HTTP methods TRACE and TRACK
- nextcloud: upgrade to 11.0.3
- yaml: verify integrity of components
v 11.0.2snap3
- php: upgrade to 7.0.18
- CI: make daily builds use snap/snapcraft.yaml
v 11.0.2snap2
- mysql: fix socket location in root.ini.
v 11.0.2snap1
- boost: pull from github instead of sourceforge.
- nextcloud: migrate old config to use new sockets.
- nextcloud: update to 11.0.2.
- Add new command for manually installing.
- Begin using snapcraft's snap/ directory.
- many: place all pidfiles and sockets in /tmp.
v 11.0.1snap3
- https: support custom certificates.
v 11.0.1snap2
- php: downgrade to 7.0.15.
v 11.0.1snap1
- redis: upgrade to 3.2.6.
- php: upgrade to 7.1.1.
- nextcloud: upgrade to 11.0.1.
- apache: allow standard .well-known paths to work.
- mysql: add mysqldump command.
v 11.0.0snap3
- dailies: fix overly-fragile version regex.
v 11.0.0snap2
- https: add 'map' parameter back to certbot plugin.
v 11.0.0snap1
- https: rewrite certbot plugin.
- apache: update to v2.4.25.
- snapcraft: start using new python plugin.
- nextcloud: update to v11.0.0.
- nextcloud: remove updater app.
v 10.0.2snap1
- Update Nextcloud to 10.0.2.
- Daily builds: use versions that indicate so.
- CI: Re-enable strict host checking.
v 10.0.1snap4
- Fix Travis daily builds.
v 10.0.1snap3
- Use Travis cron jobs to spin off daily builds.
- Add ability to access removable media.
v 10.0.1snap2
- Move certificate migration to run-httpd.
- Upgrade PHP to 7.0.12.
v 10.0.1snap1
- Use current symlink for live certificates.
- Update PHP to 7.0.11.
- Upgrade to Nextcloud 10.
- https: show better message when a dry-run succeeds.
v 9.0.53snap4
- Add service that runs cron.php every 15 minutes.
- Clarify help text for enable-https script.
v 9.0.53snap3
- Use SNAP_COMMON now that it exists.
- Increase PHP and Apache proxy timeout to 3600 seconds.
- Fix versioned path in mysql credential file.
- Integrate with Travis CI for automatic deployment.
v 9.0.53snap2
- Add support for HTTPS.
- Build PHP with jpeg support.
v 9.0.53snap1
- Upgrade Nextcloud to 9.0.53.
v 9.0.50snap3
- Wait for PHP to be up before trying to use occ.
- Bundle mawk.
v 9.0.50snap2
- Use redis for local and locking memcache.
- Use PHP FPM instead of PHP Apache module.
v 9.0.50snap1
- Target series 16.
- Use the common directory for Nextcloud data.
- Use two app folders: the read-only in-snap apps, and user-installed ones in
$SNAP_DATA.