summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorAntonin Descampe <antonin@gmail.com>2011-01-30 21:33:55 +0000
committerAntonin Descampe <antonin@gmail.com>2011-01-30 21:33:55 +0000
commita1920bc5c2e61614ebe330ce8ebb36b4fd2ca83f (patch)
tree494561a068d32d539b90c062b81b09e7644d661a /CHANGES
parent9a811cb52a9c82345731488b91269d3b5ccbc481 (diff)
fixed warnings in jp2.c (signed compared to unsigned) and dwt.c (bad cast) ; removed depcomp file from trunk (automatically copied by automake in main folder)
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 1dca4dd1..37c10f9a 100644
--- a/CHANGES
+++ b/CHANGES
@@ -5,6 +5,10 @@ What's New for OpenJPEG
! : changed
+ : added
+January 30, 2011
+* [antonin] fixed warnings in jp2.c (signed compared to unsigned) and dwt.c (bad cast)
+- [antonin] removed depcomp file from trunk (automatically copied by automake in main folder)
+
January 29, 2011
* [antonin] removed 'é' in license header to prevent warning C4819 (see http://code.google.com/p/openjpeg/issues/detail?id=57).