aboutsummaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog12
1 files changed, 11 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 3f56f78..a8ae2bb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,15 @@
zinc-tk (3.3.01) unstable; urgency=low
+ * All the ATC specific code in now optional. To remove it add
+ --enable-atc=no to the configure invocation. In Perl you have
+ to say perl Makefile.PL with-atc=no.
+ * Changed the method used to position the label wrt the track
+ position. Now regarless of its shape and its angular position,
+ the label is maintained at the requested distance.
+ * Corrected a nasty memory leak in the Curve geometry management.
+ It affected only the simple curves, convex with only one contour.
+ This bug might be the source of some performance problems observed
+ lately.
* Debug.pm (D.Etienne)
- built code correctly manages transformations.
- the transformation matrix can be displayed.
@@ -8,7 +18,7 @@ zinc-tk (3.3.01) unstable; urgency=low
coordinates.
- added the -expandTagsField option to configure the tags display in
the attributes window.
-
+
-- Patrick Lecoanet <lecoanet@ath.cena.fr> Mon, 11 Nov 2004 17:10:07 +0200
zinc-tk (3.3.0) unstable; urgency=low