aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog15
-rw-r--r--patchlvl.h4
2 files changed, 17 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 6195dd0..c104a17 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,18 @@
+zinc-tk (3.1.21) unstable; urgency=low
+
+ * Ajouté une dep sur libart. Corrige des bugs sur l'appel de l'antirec.
+ Corrge un bug de spec sur l'affichage de la derniere pos d'une piste
+ en surbrillance.
+ Implementation de la méthode Render sur plus d'items.
+ Le vecteur vitesse est codé en flottant et il est possible de modifier
+ sa largeur.
+ Blocage de la version Tk à 8.0 pour etre compatible perltk et tk :
+ Tk 8.2 implémente UTF8 et unicode.
+ Correction de plusieurs bugs sur l'appel de l'antirec (essentiellement
+ situés dans Track.c).
+
+ -- Patrick Lecoanet <lecoanet@cena.dgac.fr> Thu, 16 Nov 2000 16:27:20 +0100
+
zinc-tk (3.1.20) unstable; urgency=low
* Début d'ajout du rendu local. Modif de l'appel
diff --git a/patchlvl.h b/patchlvl.h
index 9b93547..74ef438 100644
--- a/patchlvl.h
+++ b/patchlvl.h
@@ -11,6 +11,6 @@
#ifndef ZINCVERSION
#define ZINCVER 3
#define ZINCREV 1
-#define ZINCPLVL 19
-#define ZINCVERSION "zinc-version-3119"
+#define ZINCPLVL 20
+#define ZINCVERSION "zinc-version-3121"
#endif