aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog16
-rw-r--r--patchlvl.h2
2 files changed, 17 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 38f0ada..490e90c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,19 @@
+zinc-tk (3.2.6f) unstable; urgency=low
+
+ * Adaptation des méthodes fit, smooth, transform, coords, contour
+ pour obtenir un tout cohérent dans la nouvelle logique de gestion
+ des points et des contours.
+ * Correction d'un bug de gradient introduit par le debug.
+ * Ajout d'un attribut -fillrule à l'item curve (en liaison avec le
+ premier point.
+ * L'item curve ne détruit plus un contour vidé par la méthode coords.
+ Il n'en ajoute pas non plus (cas d'un item vide).
+ * Correction d'un bug d'affichage de texte en GL avec plusieurs
+ fenêtres (cycle de création/destruction).
+ * Corrections de bugs en relation avec le premier point.
+
+ -- Patrick Lecoanet <lecoanet@ath.cena.fr> Tue, 14 Jan 2003 12:14:38 +0100
+
zinc-tk (3.2.6e) unstable; urgency=low
* Corrections de bugs
diff --git a/patchlvl.h b/patchlvl.h
index 3380d36..aed020d 100644
--- a/patchlvl.h
+++ b/patchlvl.h
@@ -9,5 +9,5 @@
#define ZINCVER 3
#define ZINCREV 2
#define ZINCPLVL 06
-#define ZINCVERSION "zinc-version-3206e"
+#define ZINCVERSION "zinc-version-3206f"
#endif