summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2004-12-16 21:38:24 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2004-12-16 21:38:24 +0000
commit3387edd24796eeb1c7d4a11a9bb7147493c83e58 (patch)
tree6ef8dc2e875d614e163de871dd89ec3ced49a8a5 /CHANGES
parentf912892305a5a8749bd8caa560d88e889e70eccc (diff)
Fl_JPEG_Image did not correctly handle errors reported by the
JPEG library (STR #652) git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@3946 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 2773310a6..eb5366d5e 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,7 @@
CHANGES IN FLTK 1.1.7
+ - Fl_JPEG_Image did not correctly handle errors reported
+ by the JPEG library (STR #652)
- Fl_Menu now draws sub-menu arrows like other toolkits
and FLTK 2.0 (STR #651)
- Fixed a compiler warning in Fl_Window.H (STR #641)