src/gtkspell.c
authorMelvin Hadasht <melvin.hadasht@free.fr>
Tue, 6 Nov 2001 14:45:59 +0000 (14:45 +0000)
committerMelvin Hadasht <melvin.hadasht@free.fr>
Tue, 6 Nov 2001 14:45:59 +0000 (14:45 +0000)
fixed bug #476792 Selection overtyping with spell checker
fixed bug which could cause a buffer overflow
fixed a memory leak

ChangeLog.claws
configure.in

index c12e78e26e38838d157c2c0c8c032127b1363a60..709a657fe3c6deafe0c08c95d5d729eb031f78c0 100644 (file)
@@ -1,3 +1,10 @@
+2001-11-06 [melvin]    0.6.4claws28
+
+       * src/gtkspell.c
+               fixed bug #476792 Selection overtyping with spell checker
+               fixed bug which could cause a buffer overflow
+               fixed a memory leak
+
 2001-11-06 [hoa]       0.6.4claws27
        
        * src/procmsg.c
index 1c03d1d981ce6a2eb8634834e466a89783d81790..e657200ba6de36e21048536f8c1a3cadb49baf67 100644 (file)
@@ -8,7 +8,7 @@ MINOR_VERSION=6
 MICRO_VERSION=4
 INTERFACE_AGE=0
 BINARY_AGE=0
-EXTRA_VERSION=claws27
+EXTRA_VERSION=claws28
 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION$EXTRA_VERSION
 
 dnl