summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2015-11-03 15:45:41 +0000
committerAlbrecht Schlosser <albrechts.fltk@online.de>2015-11-03 15:45:41 +0000
commitd7d57f9113d3fb2a1af31361dc1aaf8e80c2b035 (patch)
tree88b92abdba1c4851e9ca6e5c53d1e0f1a8e449b2
parent2aae73febc8549adee578ecf23273ecce7a390b8 (diff)
Fixed copyright year, updated CHANGES.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10881 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
-rw-r--r--CHANGES1
-rw-r--r--fluid/code.cxx2
2 files changed, 2 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 2def7e82d..18f11d993 100644
--- a/CHANGES
+++ b/CHANGES
@@ -54,6 +54,7 @@ CHANGES IN FLTK 1.3.4 RELEASED: ??? ?? ????
Bug fixes
+ - Fixed out-of-bounds memory access in fluid (STR #3263).
- fluid doesn't output trailing white space in .fl files after
some statements anymore (STR #3239).
- Several box types were not drawn correctly when deactivated.
diff --git a/fluid/code.cxx b/fluid/code.cxx
index 50faff532..10d62cdf5 100644
--- a/fluid/code.cxx
+++ b/fluid/code.cxx
@@ -3,7 +3,7 @@
//
// Code output routines for the Fast Light Tool Kit (FLTK).
//
-// Copyright 1998-2010 by Bill Spitzak and others.
+// Copyright 1998-2015 by Bill Spitzak and others.
//
// This library is free software. Distribution and use rights are outlined in
// the file "COPYING" which should have been included with this file. If this