summaryrefslogtreecommitdiff
path: root/Build/source/utils/asymptote/ReleaseNotes
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-09-11 00:21:50 +0000
committerKarl Berry <karl@freefriends.org>2009-09-11 00:21:50 +0000
commitf06a2c99f2a8bbd8f641712c772179e8ed9ce14f (patch)
treefcf4f2b9d0492da04d9bf3761fbce51fb316024f /Build/source/utils/asymptote/ReleaseNotes
parentd4c54e52fe8e42b8ce9b160c70d897bb1d06eee7 (diff)
asymptote 1.86
git-svn-id: svn://tug.org/texlive/trunk@15218 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/asymptote/ReleaseNotes')
-rw-r--r--Build/source/utils/asymptote/ReleaseNotes22
1 files changed, 22 insertions, 0 deletions
diff --git a/Build/source/utils/asymptote/ReleaseNotes b/Build/source/utils/asymptote/ReleaseNotes
index b3fc60b14f5..c4b68bd59de 100644
--- a/Build/source/utils/asymptote/ReleaseNotes
+++ b/Build/source/utils/asymptote/ReleaseNotes
@@ -1,3 +1,25 @@
+Release Notes for Version 1.86
+
+PRC polygons were optimized. Surface memory usage was reduced.
+The automatic sizing of NURBS surfaces was fixed. A bug in the radius of
+curvature computation at nodes was fixed. The configuration test for the
+GNU readline library was improved. The naming of PRC parts was implemented.
+
+Release Notes for Version 1.85
+
+Compilation is now supported again on platforms lacking OpenGL.
+Missing pen dimensions were added to a 3D picture sizing routine.
+The labelsurface routine was renamed to surface and extended to surfaces
+containing a single patch.
+
+Release Notes for Version 1.84
+
+The perspective PRC viewportmargin was fixed. Unwanted spaces were removed
+from (version 1.10 of) asymptote.sty. Support for drawing PRC and OpenGL
+NURBS surfaces was added. Obsolete code, including an unwanted inline
+qualifier, was removed. A split structure that can be adapted for splitting
+intersecting patches was added, along with the example splitpatch.asy.
+
Release Notes for Version 1.83
OpenGL animations, illustrated in glmovie.asy, were implemented.