-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCHANGELOG
108 lines (78 loc) · 2.33 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
*******************************************************************************
* RECENT CHANGES
*******************************************************************************
=== 1.0.23 ===
* Updated module versions in dependencies.
=== 1.0.22 ===
* Updated build scripts.
* Updated module versions in dependencies.
=== 1.0.21 ===
* Updated build scripts.
* Updated module versions in dependencies.
=== 1.0.20 ===
* Updated build scripts.
* Updated module versions in dependencies.
=== 1.0.19 ===
* Updated build scripts.
* Updated module versions in dependencies.
=== 1.0.18 ===
* Fixed invalid parameter passing to glXCreatePBuffer.
* Updated build scripts.
* Updated module versions in dependencies.
=== 1.0.17 ===
* Updated build scripts.
* Updated module versions in dependencies.
=== 1.0.16 ===
* Updated build scripts.
* Updated module versions in dependencies.
=== 1.0.15 ===
* Updated module versions in dependencies.
=== 1.0.14 ===
* Updated module versions in dependencies.
=== 1.0.13 ===
* Updated build scripts.
* Updated module versions in dependencies.
=== 1.0.12 ===
* Updated build scripts.
* Updated module versions in dependencies.
=== 1.0.11 ===
* Removed Makefile.d. Dependencies are now automatically generated at the build stage.
* Updated build scripts.
* Updated module versions in dependencies.
=== 1.0.10 ===
* Updated module versions in dependencies.
=== 1.0.9 ===
* Updated build scripts.
* Updated module versions in dependencies.
=== 1.0.8 ===
* Added Clang build for the CI.
=== 1.0.7 ===
* Updated build scripts.
=== 1.0.6 ===
* Updated build scripts.
=== 1.0.5 ===
* Updated interface to conform lsp-r3d-iface.
* Updated build scripts.
=== 1.0.4 ===
* Updated build scripts.
=== 1.0.3 ===
* Added support of modern C++ including C++ 11.
* Updated build scripts.
=== 1.0.2 ===
* Updated build scripts.
=== 1.0.1 ===
* Updated build scripts.
=== 1.0.0 ===
* GLX backend now provides the version of used R3D interface.
=== 0.5.4 ===
* Updated build system.
=== 0.5.3 ===
* Updated implementation according to the latest interface changes.
=== 0.5.2 ===
* Updated build scripts that now use tags without prefixes first.
* Updated headers and license files to match LGPL3+ license.
* Updated make files to produce static library, pkgconf file and source tree.
=== 0.5.1 ===
* Build update.
=== 0.5.0 ===
* Initial release.