aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfigure2
-rw-r--r--configure.in2
-rw-r--r--debian/changelog16
3 files changed, 18 insertions, 2 deletions
diff --git a/configure b/configure
index 74d6927..bfb97a8 100755
--- a/configure
+++ b/configure
@@ -648,7 +648,7 @@ fi
#-----------------------------------------------------------------------
MAJOR_VERSION=3
MINOR_VERSION=2
-PATCHLEVEL=91
+PATCHLEVEL=92
VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${PATCHLEVEL}
diff --git a/configure.in b/configure.in
index 8f5b5c9..d90ba3d 100644
--- a/configure.in
+++ b/configure.in
@@ -46,7 +46,7 @@ TEA_INIT
#-----------------------------------------------------------------------
MAJOR_VERSION=3
MINOR_VERSION=2
-PATCHLEVEL=91
+PATCHLEVEL=92
VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${PATCHLEVEL}
diff --git a/debian/changelog b/debian/changelog
index d0ca5f1..88a5e79 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,19 @@
+zinc-tk (3.2.92) unstable; urgency=low
+
+ * Perl compilation ok even if no package installed
+ * Perl demo runable without installation. Idem for
+ tests (but there is no tests yet ;-).
+ * Fixed Enter/Leave bugs during grabs and in fields.
+ * Fixed stipple filling in openGL.
+ * Fixed several core dumps.
+ * Fixed several bugs in relation with contour manipulation
+ (adding, orientation evaluation, memory allocation, gradients).
+ * Fixed text cursor visibility if no text to display (text
+ item & fields).
+ * Fixed problems with some demos in Tcl.
+
+ -- Patrick Lecoanet <lecoanet@ath.cena.fr> Fri, 9 May 2003 17:12:14 +0200
+
zinc-tk (3.2.91) unstable; urgency=low
* Corrected the scollbar/view bug under Windows.