@@ -35,6 +35,113 @@ Notes:
3535POV-Ray v3.8.0-???
3636------------------------------------------------------------------------------
3737
38+ Commit 915abb22 on 2018-09-12 by Christoph Lipka
39+
40+ Fix uninitialized variables in photons code discovered by static code
41+ analysis (CID 1372618, CID 1372630-1372632).
42+ Also placate static code analysis about a few others in user function
43+ VM code (CID 967358-967362).
44+
45+ Commit 65bd3196 on 2018-09-12 by Christoph Lipka
46+
47+ Fix bug in OpenEXR file handling code found by static code analysis
48+ (CID 986462 and 986463).
49+
50+ Commit 7de830ce on 2018-09-12 by Christoph Lipka
51+
52+ Eliminate C-style memory allocation in parametric.
53+
54+ Commit 7fa6bb53 on 2018-09-12 by Christoph Lipka
55+
56+ Refactor flagging of opaque objects during parser post-processing.
57+
58+ Commit 6fdadbde on 2018-09-12 by Christoph Lipka
59+
60+ [windows] Fix error in recent commit 917a8763 that broke the build.
61+
62+ Commit 24700edb on 2018-09-12 by Christoph Lipka
63+
64+ Eliminate C-style memory allocation in polygon.
65+
66+ Commit 917a8763 on 2018-09-12 by Christoph Lipka
67+
68+ Get rid of C-style `NULL` throughout the code in favour of the less
69+ ambiguous C++11-style `nullptr`.
70+
71+ Commit 72cf1a73 on 2018-09-12 by Christoph Lipka
72+
73+ Replace more magic constants in POVMS.
74+
75+ Commit aa0b48d7 on 2018-09-12 by Christoph Lipka
76+
77+ Clean up use of boolean values in POVMS.
78+
79+ Commit 49873bf9 on 2018-09-12 by Christoph Lipka
80+
81+ Improve code clarity with regards to POVMS return values, fixing a few
82+ bugs along the way.
83+
84+ Commit dfda62b7 on 2018-09-12 by Christoph Lipka
85+
86+ Minor update to stack size configuration.
87+
88+ Commit 72862c76 on 2018-09-12 by Christoph Lipka
89+
90+ Minor code simplification in quadrics code.
91+
92+ Commit 7bde9196 on 2018-09-12 by Christoph Lipka
93+
94+ Update various comments and a few text strings.
95+
96+ Commit 344ed893 on 2018-09-11 by Christoph Lipka
97+
98+ Update to `.gitattribute`; most notably, prevent auto-merging of
99+ `source/base/version.h`.
100+
101+ Commit 8a43226e on 2018-09-11 by Christoph Lipka
102+
103+ Minor update to `source/base/build.h` and related docs.
104+
105+ Commit 96489d42 on 2018-09-09 by Christoph Lipka
106+
107+ [unix] Make `.configure` script `COMPILED_BY` parameter optional,
108+ defaulting to login name.
109+
110+ Commit 63580949 on 2018-09-09 by Christoph Lipka
111+
112+ Fix bug introduced with commit 1d120c90.
113+
114+ Commit 0984776b on 2018-09-09 by Christoph Lipka
115+
116+ Update git pre-commit hook. Please copy `tools/git/hooks/pre-commit`
117+ to `.git/hooks/`.
118+
119+ Commit 2843d762 on 2018-09-08 by Christoph Lipka
120+
121+ Fix blatant coding error in POVMS UCS2 string handling.
122+
123+ Commit 264fa229 on 2018-09-07 by Christoph Lipka
124+
125+ Fix clang build error introduced with previous commit, and silence a
126+ few more clang warnings.
127+
128+ Commit 1d120c90 on 2018-09-07 by Christoph Lipka
129+
130+ Silence some clang warnings.
131+
132+ Commit f09a7b4f on 2018-09-02 by Christoph Lipka
133+
134+ Disable new UV mappings of cylinder, cone and lemon primitives for now.
135+
136+ Commit d20c6d42 on 2018-08-27 by Christoph Lipka
137+
138+ Improve `#breakpoint` debugging aid.
139+ Also update changelog.
140+
141+ ------------------------------------------------------------------------------
142+ POV-Ray v3.8.0-alpha.9811560
143+ ------------------------------------------------------------------------------
144+
38145Commit c42e14e7 on 2018-08-27 by Christoph Lipka
39146
40147 Fix hard crash in `#declare Foo[A][B]=...` if `Foo` is an array of
0 commit comments