This repository was archived by the owner on Jul 13, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathCHANGES.txt
95 lines (63 loc) · 2.04 KB
/
CHANGES.txt
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
v0.6.1, 27/01/2015
------------------
- Minor changes.
v0.6, 27/01/2015
----------------
- Upgrade to Django 1.7.
- Upgraded other requirements to their latest version.
- Fixed example init.d scripts for production environments.
v0.5.3, 27/11/2013
------------------
- Improved/updated infrastructure (setup.py, Puppet manifest, etc.).
- Blocked django-celery package version (3.0.23).
v0.5.2, 25/11/2013
------------------
- Updated Django dependency in setup.py in order to keep using 1.5.*.
v0.5.1, 28/10/2013
------------------
- Removed ALLOWED_HOSTS filtering.
v0.5, 13/05/2013
----------------
- Upgrade to Django 1.5.
- Improved Vagrant env.
- Minor bugfixes.
v0.4.3, 17/01/2013
------------------
- Upgrade JS & CSS libraries.
v0.4.2, 16/01/2013
------------------
- ES translation.
- Fixed broken e-mail exception notifications.
v0.4.1, 15/01/2013
------------------
- Migrations support using South (http://south.aeracode.org/).
v0.4, 14/01/2013
----------------
- Bans status section.
v0.3, 11/01/2013
----------------
- Cache nodes and groups management from the UI.
- Unblocked Celery version (https://github.com/celery/celery/issues/1150#issuecomment-12102949).
v0.2.3, 08/01/2013
------------------
- Blocked Celery version. Latest version at the moment (3.0.13) seems to be
broken when using a Django DB backend.
v0.2.2, 08/01/2013
------------------
- Added browsing & filtering of recent ban submissions.
- E-mail notifications with recent ban submissions now uses the default
configured language.
v0.2.1, 02/01/2013
------------------
- Logging of ban submissions.
- Task delivering e-mail notifications with logged ban submissions.
- Minor improvements to the DB schema.
v0.2, 12/20/2012
----------------
- Fixed sendfile support when using nginx as reverse proxy.
- Enabled Django caching framework using the default database as backend.
- Fixed bug when exporting users to CSV.
- Sightly simplified installation procedure.
v0.1, 12/19/2012
----------------
- Initial release.