summaryrefslogtreecommitdiff
path: root/graphics/asymptote/ReleaseNotes
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/asymptote/ReleaseNotes')
-rw-r--r--graphics/asymptote/ReleaseNotes12
1 files changed, 11 insertions, 1 deletions
diff --git a/graphics/asymptote/ReleaseNotes b/graphics/asymptote/ReleaseNotes
index 7e1cbf7fb4..eea0ac9963 100644
--- a/graphics/asymptote/ReleaseNotes
+++ b/graphics/asymptote/ReleaseNotes
@@ -1,3 +1,13 @@
+Release Notes for Version 2.69
+
+A segmentation fault in subpath3 was fixed. The fuzz parameter in bezulate
+was increased to handle font precision issues. A missing above argument was
+added in plain_boxes.asy. Scaling bugs in the palette module were fixed.
+The contour module now respects picture scaling. Bugs in reading null
+fields were fixed. Orthographic scaling is now consistent with perspective
+scaling when keepAspect=false. The obsolete everypage package was removed.
+A compilation issue with LIBCURL and compilation warnings were fixed.
+
Release Notes for Version 2.68
Floating point exceptions in OpenGL libraries are now masked.
@@ -9,7 +19,7 @@ The transpose function ignores uninitialized elements.
Null fields are treated as undefined values in cvs mode and in line mode.
Uninitialized rendering variables were fixed. A RELEASE variable was added.
Logarithmic graphs of surfaces are supported. Files are opened
-without assuming an asy suffix. Suport for Ghostscript 9.53 was implemented.
+without assuming an asy suffix. Support for Ghostscript 9.53 was implemented.
The end argument of Margin functions is now optional. A function
cputime().change.clock that returns the high-resolution elapsed wall clock
time was added. A --disable-curl option was added.