@@ -31,10 +31,66 @@ Notes:
3131 http://news.povray.org/
[email protected] 3232------------------------------------------------------------------------------
3333
34+ ------------------------------------------------------------------------------
35+ POV-Ray v3.8.0-beta.2
36+ ------------------------------------------------------------------------------
37+
38+ Commit 89c1b28a on 2021-08-09 by Christoph Lipka
39+
40+ [ci skip] Fix warnings in `functions.inc` and `glass_old.inc`.
41+
42+ Commit 88d65985 on 2021-08-09 by Christoph Lipka
43+
44+ Partial fix for #428. (#431)
45+
46+ Precision of `Declare` INI setting was erroneously truncated to 6
47+ digits. Reverted back to 7 digits, matching v3.6 behavior.
48+
49+ Commit 5c8aface on 2021-08-09 by Christoph Lipka
50+
51+ Fix for #432. (#433)
52+
53+ To work around Boost's msec-precision UTC timer erroneously reporting
54+ local time instead of UTC on some systems, we're now also probing the
55+ sec-precision UTC timer, which should be more reliable in terms of
56+ time zone: The rounded difference between the two should be able to
57+ give us the time zone offset (if any) in the msec-precision timer,
58+ which we then compensate for accordingly.
59+
60+ Commit 3b43b71a on 2021-08-08 by Christoph Lipka
61+
62+ Fix splines becoming linear when duplicated. (#426)
63+
64+ When used in `spline { SPLINE_IDENTIFIER ... }` without
65+ explicitly specifying spline type again, the new copy
66+ would get demoted to `linear_spline` (see newsgroup post
67+ <
[email protected] >, 2021-07-15, povray.beta-test,
68+ "spline in, out array bug").
69+
70+ Commit ec535839 on 2021-07-17 by Christoph Lipka
71+
72+ Eliminate `backend/frame.h`. (#427)
73+
74+ Also clean up various header files and file headers along the way,
75+ mainly in the back-end module.
76+
77+ Commit 93536837 on 2021-07-16 by Christoph Lipka
78+
79+ Miscellaneous GitHub Workflows improvements.
80+
81+ - Unix source package created for a release build will extract in a
82+ subdirectory rather than the current directory.
83+ - Quick build test for Windows will now use VS 2015 build tools
84+ (currently needed for `cmedit*.dll`).
85+
3486------------------------------------------------------------------------------
3587POV-Ray v3.8.0-beta.1
3688------------------------------------------------------------------------------
3789
90+ Commit 0f65b619 on 2021-07-11 by Christoph Lipka
91+
92+ Bump version number and update change log.
93+
3894Commit 946673f5 on 2021-07-11 by Christoph Lipka
3995
4096 Warn when using v3.8 features without `#version 3.8`.
0 commit comments