summaryrefslogtreecommitdiff
path: root/CHANGELOG.txt
blob: bfefe67d1bab0c5ba94f1998a04764f3c30d61dc (plain) (blame)
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
| 8

- Update naming convention;
- Support C++99;
- Tag development releases;
- Update copyright notices;

| 7

- Don't use susinfo;
- Update CMake style;
- Update code style;
- Don't use global variables;
- Update compiler options;
- Fortify sources;
- Don't use Zap;
- Remove some errors;
- Remove platform-specific behaviour;

| 6

- Fix errors during parameter checks;
- Use susinfo more;
- Update help screen;

| 5

- Fix version number not being updated;

| 4

- Fix wrong license notice type being used;

| 3

- Add message to static assertion in main;
- Fix license notices saying 'GNU General Public License' instead of 'GNU Affero General Public License';

| 2

- Fix indentations;
- Remove useless constant in calc;

| 1

- Use typeof instead of typeof_unqual;
- Use CHAR_WIDTH instead of CHAR_BIT;

| 0

- Initial;