summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES10
1 files changed, 8 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index e9e07c3a3..c8b98d816 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,11 @@
-CHANGES IN FLTK 1.1.0
-
+CHANGES IN FLTK 1.1.0rc3
+
+ - Now use strlcat() instead of strncat() which could
+ cause buffer overflows.
+ - Now use of strlcpy() instead of strncpy() to simplify
+ the code.
+ - Drag-n-drop under WIN32 now shows a [+] cursor instead
+ of the link cursor.
- Fixed widget width tooltip and default argument
handling code in FLUID.
- Fixed colors used when drawing antialiased text using