Skip to content

Commit 0dcc58e

Browse files
committed
Update change log.
1 parent a847cb7 commit 0dcc58e

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

changes.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff 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

4956
Changes between 3.7.0.2 and 3.7.0.3

revision.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,17 @@ Notes:
3535
POV-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+
3849
Commit 28adc671 on 2017-07-24 by Christoph Lipka
3950

4051
Fix POV-Ray for Windows failing to compile on VS 2010 without SP1.

0 commit comments

Comments
 (0)