aboutsummaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
Diffstat (limited to 'debian/changelog')
-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.