summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMathieu Malaterre <mathieu.malaterre@gmail.com>2007-09-06 15:10:15 +0000
committerMathieu Malaterre <mathieu.malaterre@gmail.com>2007-09-06 15:10:15 +0000
commitcf95a80be6854be9f0455bb1275243dba091fd7a (patch)
tree603d175cb989b927de4607e48817dd7dd14945f0 /ChangeLog
parentbe5db9489e410523d93bdb41a60a08cac6a73938 (diff)
ENH: Add CMake/doxygen output
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 211b0d7b..16b8029d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -11,6 +11,7 @@ September 6, 2007
* [Mathieu Malaterre] CMake: start compiling index_create
* [Mathieu Malaterre] OpenJPEG.rc update copyright year
* [Mathieu Malaterre] CMake: add Java j2kviewer but do not compile it using cmake since cmake has too poor support for Java. Should create a custom command running ant instead.
+* [Mathieu Malaterre] CMake: Add doxygen output
September 4, 2007
+ [GB] Added some fields in the codestream_info structure: they are used to record the position of single tile parts. Changed also the write_index function in the codec, to reflect the presence of this new information.