summaryrefslogtreecommitdiff
path: root/graphics/asymptote/ReleaseNotes
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/asymptote/ReleaseNotes')
-rw-r--r--graphics/asymptote/ReleaseNotes15
1 files changed, 15 insertions, 0 deletions
diff --git a/graphics/asymptote/ReleaseNotes b/graphics/asymptote/ReleaseNotes
index 7026e9f554..c03beb3805 100644
--- a/graphics/asymptote/ReleaseNotes
+++ b/graphics/asymptote/ReleaseNotes
@@ -1,3 +1,18 @@
+Release Notes for Version 2.58
+
+Intersection points in geometry.asy are now returned in currentcoordsys;
+a numerical precision issue was also fixed. Ambiguous function signatures
+in geometry.asy are resolved by requiring explicit casts when converting
+general forms to special cases. The xasy editor selection is now consistent.
+Building the asymptote.so shared library is supported again.
+A bug in rendering indexed triangle arrays was fixed. Execution errors in
+support utilities are now handled gracefully. Due to current limitations of
+dvisvgm (2.7.4), graphic() can only display SVG output (used by the xasy
+vector editor) for external vector EPS graphics (embedded images, PDF, PNG,
+and JPG formats are not yet supported). Building under CYGWIN with X11 is
+supported again. The --version option lists both enabled and disabled features.
+The GLX library is explicitly linked if present.
+
Release Notes for Version 2.57
Scenes with lighting disabled are rendered correctly in WebGL.