aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog23
1 files changed, 22 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 76b7a3a..de7270c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,30 @@
zinc-tk (3.3.3) unstable; urgency=low
+ * Integrated a patch from D Pavet. This patch keep the angular position
+ of the leader in sync when changing the leader position with -labeldx
+ and -labeldy.
+ * Angles are seen as floating point numbers (they are still integers inside).
+ * Changed the text texture filtering to linear. This should provide better
+ looking text when scaled/rotated.
+ * Fix Bug 41 related to a badly updated connection between
+ tracks or waypoints. The update was dependant on the connection
+ ordrer between items. This bug induced a bad bounding box
+ and thus a failure to correctly detect enter/leaves on the
+ connection.
+ * Fix a text field drawing problem when alignment is center.
+ * Fix an annoying core dump with the gradients (bug 51).
+ * Labelformats field widths can be negative. This makes possible
+ kerning adjustments.
+ * The transformation methods test if the tagOrId is not an empty string,
+ if it is, it reports an error.
* Added three unicode points for the tendancy arrows in the GL renderer.
* Fixed (for good this time ?) the swap buffer problem. It showed up on
- Intel i865 which really swap buffers instead of copying them.
+ Intel i865 which really swap buffers instead of copying them. In fact
+ this is not really fixed, it can't work properly on all cards, the only
+ secure option is build without the damage option. It is safe on NVIDIA
+ though.
+ * Rearranged the Window destroy handling to make it more robust.
* Other minors fixes.
-- Patrick Lecoanet <lecoanet@ath.cena.fr> Mon, 12 Sep 2005 15:35:07 +0200