summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAntonin Descampe <antonin@gmail.com>2008-06-12 14:55:12 +0000
committerAntonin Descampe <antonin@gmail.com>2008-06-12 14:55:12 +0000
commit846bd364bea4fbcc28dcf5d82260b088a3c75f18 (patch)
treecb549b8ca954697db24ccc03663b034a0de5c5e0 /ChangeLog
parent295ad6b112ab37974fba276fbf3c0cd4ccfd70d1 (diff)
fixed a bug in dirent.h that prevented codec on Linux Alpha Systems to compile correctly. Thanks to RobinC.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 92341ad5..fd2c2301 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,9 @@ What's New for OpenJPEG
! : changed
+ : added
+June 12, 2008
+* [antonin] fixed a bug in dirent.h that prevented codec on Linux Alpha Systems to compile correctly. Thanks to RobinC.
+
May 22, 2008
* [antonin] fixed a bug in j2k.c (j2k_write_sod) that allowed to get negative rates, thanks zhong1985624 for pointing this.