forked from jamielinux/ansible-discourse
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
65 lines (28 loc) · 1.17 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
Changes in version 1.0.9 - 2015-12-26
* Use rbenv v1.0.0 tag instead of HEAD
* Do not log favicon.ico requests
Changes in version 1.0.8 - 2015-12-21
* Proxy letter avatars to avatars.discourse.org
* Bump version of Ruby to 2.0.0-p648
* Update TLS ciphers
* Return 204 for favicon.ico
Changes in version 1.0.7 - 2015-12-14
* Add missing conditionals
Changes in version 1.0.6 - 2015-12-14
* Add nginx_resolver_timeout variable
* Add disable_transparent_huge_pages variable
* Add nginx_set_real_ip_from variable
Changes in version 1.0.5 - 2015-11-05
* Add missing NGINX 'listen' directive when SSL is disabled
Changes in version 1.0.4 - 2015-10-29
* Add missing NGINX 'listen' directive for IPv6
* Amend DNSSEC tests
Changes in version 1.0.3 - 2015-09-27
* Small NGINX configuration changes
Changes in version 1.0.2 - 2015-08-18
* Bump version of Ruby to 2.0.0-p647
Changes in version 1.0.1 - 2015-08-14
* Default to Ruby 2.0.0-p645 instead of Ruby 2.2.2 on advice from the
Discourse team due to performance regressions.
Changes in version 1.0.0 - 2015-07-20
* The first public version