File tree Expand file tree Collapse file tree 4 files changed +23
-5
lines changed Expand file tree Collapse file tree 4 files changed +23
-5
lines changed Original file line number Diff line number Diff line change @@ -29,8 +29,8 @@ should be located in the same directory as this file is.
2929------------------------------------------------------------------------------
3030
3131
32- Changes between 3.7.1-beta.7 and 3.7.1-TBD
33- ==========================================
32+ Changes between 3.7.1-beta.7 and 3.7.1-beta.8
33+ =============================================
3434
3535Fixed or Mitigated Bugs
3636-----------------------
@@ -43,6 +43,8 @@ Other Noteworthy
4343----------------
4444
4545 - Minor updates to the documentation.
46+ - The Unix build process and source code have been updated to make use of
47+ the CPU-specific optimized noise implementations.
4648
4749
4850Changes between 3.7.1-beta.6 and 3.7.1-beta.7
Original file line number Diff line number Diff line change @@ -32,13 +32,29 @@ Notes:
3232------------------------------------------------------------------------------
3333
3434------------------------------------------------------------------------------
35- POV-Ray v3.7.1-beta.TBD
35+ POV-Ray v3.7.1-beta.8
3636------------------------------------------------------------------------------
3737
38+ Commit 295022b on 2017-05-20 by Christoph Lipka
39+
40+ Add support for CPU-specific optimizations to Unix version. (#293)
41+
42+ Commit 3d30fb3 on 2017-05-16 by Christoph Lipka
43+
44+ Fix bulk of GitHub issue #147 sphere sweep artifacts for good.
45+
46+ Commit 36b2a15 on 2017-05-14 by Christoph Lipka
47+
48+ Update docs.
49+
3850------------------------------------------------------------------------------
3951POV-Ray v3.7.1-beta.7
4052------------------------------------------------------------------------------
4153
54+ Commit 8725d43 on 2017-05-14 by Christoph Lipka
55+
56+ Bump version number and update change log.
57+
4258Commit 5e4653d on 2017-05-14 by Christoph Lipka
4359
4460 Fix crashes and performance losses related to noise optimizations.
Original file line number Diff line number Diff line change 7777/// @def POV_RAY_PRERELEASE
7878/// Pre-release identifier.
7979/// Leave undefined for final releases.
80- #define POV_RAY_PRERELEASE "beta.7 "
80+ #define POV_RAY_PRERELEASE "beta.8 "
8181
8282/// @def POVRAY_IS_BETA
8383/// Whether this version is a beta.
Original file line number Diff line number Diff line change 1- 3.7.1-beta.7
1+ 3.7.1-beta.8
You can’t perform that action at this time.
0 commit comments