aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorlecoanet2004-07-30 08:07:02 +0000
committerlecoanet2004-07-30 08:07:02 +0000
commit3c5076330c4886e208b0ea835dc053a67294ae41 (patch)
tree2220abd119adb8d2431cd79c7ec9aa400031cbb6 /debian
parent1f6cc300ccfac5aa072517a85bf7031e2d61b620 (diff)
downloadtkzinc-3c5076330c4886e208b0ea835dc053a67294ae41.zip
tkzinc-3c5076330c4886e208b0ea835dc053a67294ae41.tar.gz
tkzinc-3c5076330c4886e208b0ea835dc053a67294ae41.tar.bz2
tkzinc-3c5076330c4886e208b0ea835dc053a67294ae41.tar.xz
*** empty log message ***
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog19
1 files changed, 17 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 7ecdf8e..a655e01 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,20 @@
-zinc-tk (3.2.99) unstable; urgency=low
-
+zinc-tk (3.2.100) unstable; urgency=low
+
+ * Fixed a problem in GL init code which prevented zinc from
+ working with Mesa.
+ * A (hopefully) more useful warning is emitted when openGL
+ rendering is not good enough (most often 24 bits buffer
+ or stencil not available).
+ * Tweaking and bending the openGL init code to make it
+ work better.
+ * Changed the group picking code to enable correct picking with a
+ complex clipping shape.
+ * Fixed the font loading code when compiling for perl 800.
+ The error prevented the correct encoding of codes > 127.
+ * Fixed processing of extended gradient syntax (vector based
+ specification) which was completly wrong for axial gradients.
+ * Fixed some other minor bugs in gradient structure initialisation
+ which led to gradient fill extending outside the item boundary.
* Improved the two README to clarify how to compile
the two possible distributions (cpan or full distrib).
* Fixed the Perl compilation for MacOS.