aboutsummaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorlecoanet2005-01-24 14:21:48 +0000
committerlecoanet2005-01-24 14:21:48 +0000
commit00b0b5a898d9a705092704cb234ca5a5cdd6570b (patch)
treee3a75dfd3048493569d81c776ec98015eb747847 /debian/changelog
parent8f19fda4baa210eab4dd9c508b5aca253c13a0c4 (diff)
downloadtkzinc-00b0b5a898d9a705092704cb234ca5a5cdd6570b.zip
tkzinc-00b0b5a898d9a705092704cb234ca5a5cdd6570b.tar.gz
tkzinc-00b0b5a898d9a705092704cb234ca5a5cdd6570b.tar.bz2
tkzinc-00b0b5a898d9a705092704cb234ca5a5cdd6570b.tar.xz
Fixes for the conditional compilation of the atc code.
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