@@ -23,6 +23,7 @@ Detailed changelog information is available in the file `revision.txt`, which
2323should be located in the same directory as this file is.
2424------------------------------------------------------------------------------
2525
26+
2627Changes between 3.7.0 and 3.7.1-TBD
2728===================================
2829
@@ -45,8 +46,8 @@ Prior to the release of 3.7.1, the following items still need urgent attention:
4546
4647- The Windows version's inbuilt help index needs to be fixed.
4748
48- New Features and Improvements
49- -----------------------------
49+ New Features
50+ ------------
5051
5152- A new inbuilt constant, `tau`, has been added as shorthand for `2*pi`, in
5253 support of the world-wide initiative to obsolete pi in favour of the new,
@@ -67,8 +68,6 @@ New Features and Improvements
6768
6869- The macro syntax has been extended to allow for optional parameters.
6970
70- - POV-Ray for Windows now reports file names and line numbers of warnings.
71-
7271- Light sources' distance-based fading can now be set to obey an inverse-power
7372 law at all distances.
7473
@@ -88,14 +87,10 @@ New Features and Improvements
8887- Fresnel angle-dependent attenuation can now also be applied to highlights
8988 and the diffuse component for more physical realism.
9089
91- - Colour maps, pigment maps and the like are no longer limited to 256 entries.
92-
9390- The creation of a log for the `+C` render abort-continue feature can now be
9491 suppressed using `-CC` to save disk space.
9592
96- - The number of components ber blob is no longer artificially limited.
97-
98- For more details on the new features, see the documentation.
93+ For more details on the above new features, see the documentation.
9994
10095Changed Behaviour
10196-----------------
@@ -110,7 +105,7 @@ Changed Behaviour
110105 `#version 3.7` (or later) directive anywhere in the main scene file.
111106
112107- Using `ambient` with a suspiciously high value in a non-legacy scene will
113- now prompt a warning, unless an `emission` is also specified.
108+ now prompt a warning, unless `emission` is also specified.
114109
115110- POV-Ray will now try to auto-detect whether an input TIFF file with alpha
116111 channel uses premultiplied or non-premultiplied alpha mode, rather than
@@ -158,6 +153,14 @@ Compatibility Improvements
158153- Thread stack size has been increased to avoid problems on some platforms.
159154 (requires boost 1.50 or later)
160155
156+ Miscellaneous Improvements
157+ --------------------------
158+
159+ - Animation status messages now include the nominal frame number.
160+ - POV-Ray for Windows now reports file names and line numbers of warnings.
161+ - Colour maps, pigment maps and the like are no longer limited to 256 entries.
162+ - The number of components ber blob is no longer artificially limited.
163+
161164Fixed or Mitigated Bugs Reported by Static Code Analysis
162165--------------------------------------------------------
163166
@@ -256,6 +259,9 @@ Reported via Windows Crash Reports:
256259
257260Miscellaneous:
258261
262+ - Animation status messages now consistently display a running frame count and
263+ the total number of frames actually to be rendered, properly taking into
264+ account the Frame_Step setting.
259265- Fixed mesh_camera-related flaws in the parser.
260266- Fixed a family of bugs that could cause problems when using focal blur with
261267 some camera types if the camera is very close to the surface of a media
@@ -284,6 +290,7 @@ Other Noteworthy
284290- The Visual Studio 2010 project for a console-only Windows version has been
285291 revived.
286292
293+
287294---------------------------------
288295Changes between 3.7.RC7 and 3.7.0
289296---------------------------------
0 commit comments