File tree Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -44,6 +44,13 @@ Fixed or Mitigated Bugs
4444 - Fixed minor error in Unix man page.
4545 - Fixed a bug that caused build errors when trying to compile with VS 2010
4646 without SP1.
47+ - Partially fixed incompatibility with Boost 1.65.0.
48+
49+ Known Issues
50+ ------------
51+
52+ - To compile with Boost 1.65.0 or later, a C++11-compliant compiler is
53+ required.
4754
4855
4956Changes between 3.7.0.2 and 3.7.0.3
Original file line number Diff line number Diff line change @@ -35,6 +35,17 @@ Notes:
3535POV-Ray v3.7.0.4
3636------------------------------------------------------------------------------
3737
38+ Commit a847cb72 on 2017-09-10 by Christoph Lipka
39+
40+ Partial fix for issue #317 in v3.7.0.
41+
42+ When Boost 1.65.0 or higher is used, we'll rely on C++11 for smart
43+ pointers instead of the `boost/tr1/*.hpp` headers.
44+
45+ Commit 2be93aa9 on 2017-08-17 by Christoph Lipka
46+
47+ Bump version number and update change log.
48+
3849Commit 28adc671 on 2017-07-24 by Christoph Lipka
3950
4051 Fix POV-Ray for Windows failing to compile on VS 2010 without SP1.
You can’t perform that action at this time.
0 commit comments