aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog12
-rw-r--r--patchlvl.h2
2 files changed, 13 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index ae51502..1540c7a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,15 @@
+zinc-tk (3.2.6a) unstable; urgency=low
+
+ * Correction du bug de rendu des lignes (hachures) sur GeForce 3/4
+ * Correction d'un bug de rendu de lignes avec alpha dans certaines
+ circonstances (modulation de la couluer).
+ * Adaptation du Makefile pour compil avec les derniers drivers NVidia.
+ * Correction du bug de mise à jour de la bbox d'un gruope suite à
+ l'ajout/suppression d'un item (Daniel Etiienne, Nathalie Banoun).
+ * Correction d'un bug sur l'épaisseur des lignes de 0.5 pixels en GL.
+
+ -- Patrick Lecoanet <lecoanet@ath.cena.fr> Thu, 26 Sep 2002 12:10:58 +0200
+
zinc-tk (3.2.6) unstable; urgency=low
* Correction d'un bug lors de l'utilisation simultanée par
diff --git a/patchlvl.h b/patchlvl.h
index e2c415b..cc51b8e 100644
--- a/patchlvl.h
+++ b/patchlvl.h
@@ -9,5 +9,5 @@
#define ZINCVER 3
#define ZINCREV 2
#define ZINCPLVL 06
-#define ZINCVERSION "zinc-version-3206"
+#define ZINCVERSION "zinc-version-3206a"
#endif