summaryrefslogtreecommitdiff
path: root/Build/source/utils/asymptote/ReleaseNotes
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-02-19 23:01:02 +0000
committerKarl Berry <karl@freefriends.org>2021-02-19 23:01:02 +0000
commit3a51e8f2c9453f4c9207f1a515b25e7fc158a51a (patch)
tree13d75243fd97dd968c5c3923e46536cff6f3a3a9 /Build/source/utils/asymptote/ReleaseNotes
parent099071cc369e537c2dc2892dd3be17a9553ad78b (diff)
asy 2.69 sources
git-svn-id: svn://tug.org/texlive/trunk@57802 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/asymptote/ReleaseNotes')
-rw-r--r--Build/source/utils/asymptote/ReleaseNotes12
1 files changed, 11 insertions, 1 deletions
diff --git a/Build/source/utils/asymptote/ReleaseNotes b/Build/source/utils/asymptote/ReleaseNotes
index 7e1cbf7fb41..eea0ac99636 100644
--- a/Build/source/utils/asymptote/ReleaseNotes
+++ b/Build/source/utils/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.