diff options
-rw-r--r-- | debian/changelog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index f1da946..8555ac8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,19 @@ +zinc-tk (3.3.5) unstable; urgency=low + + * Fixed a core dump that occured following an error while configuring + a connected item (occuring only via tksubject). + * Fixed the slow loading bug #71 and incorrect rendering of the text bug #67 + in Windows/GL (reverted to the previous code). + * Fixed the blur of the text in GL (Linux). Revert to nearest filtering + meaning no anti-aliasing. + * MouseWheel support under Windows bug #70. Thanks A. Lemort. + * Map items honor the filled attribute in GL bug #69. Thanks A. Lemort. + * Fixed an incorrect rendering of the selection (off by one) for text items. + * Introduced GL extension handling with GLEW. + * Capability to rotate the canvas via a texture. + + -- Patrick Lecoanet <lecoanet@ath.cena.fr> Mon, 12 Sep 2005 15:35:07 +0200 + zinc-tk (3.3.4) unstable; urgency=low * Ported to Mac Os X native. But, the quartz version does not support |