diff options
| author | Antonin Descampe <antonin@gmail.com> | 2011-05-12 09:44:19 +0000 |
|---|---|---|
| committer | Antonin Descampe <antonin@gmail.com> | 2011-05-12 09:44:19 +0000 |
| commit | 7fe3933faaa415e60170eb18d3c74775539ac2e1 (patch) | |
| tree | 35b610fde8cf54c3370f282afd9967a744ed080a | |
| parent | 9837e019712b87615154435016cca39dc7f75cee (diff) | |
subsequent jpip-related commits to be logged in "applications/jpip/CHANGES" rather than main CHANGES file
| -rw-r--r-- | CHANGES | 8 | ||||
| -rw-r--r-- | applications/jpip/CHANGES | 2 |
2 files changed, 1 insertions, 9 deletions
@@ -5,18 +5,12 @@ What's New for OpenJPEG ! : changed + : added -May 9, 2011 -* [antonin] OpenJPIP: small bug fixes to compile on win platform - -May 8, 2011 -* [antonin] OpenJPIP: fixed several bugs in opj_server (removal of strsep function, duplication of query string) + some changes to compile opj_server under windows (replacement of strcasecmp(), bzero()). - April 16, 2011 * [antonin] fixed a bug in mqc.c (see https://groups.google.com/d/topic/openjpeg/kQ1PbZUd19k/discussion, credit to Peter Wimmer) * [antonin] fixed wrong path in Doxyfile.dox April 14, 2011 -+ [antonin] initial commit of OpenJPIP 1.0, a JPIP client-server architecture based on OpenJPEG (see README file in jpip directory for more details) ++ [antonin] initial commit of OpenJPIP 1.0, a JPIP client-server architecture based on OpenJPEG (see README file in jpip directory for more details, see 'applications/jpip/CHANGES' for subsequent jpip-related commits) * [antonin] fixed applications/codec/CMakeLists.txt that prevented JPWL executables to be built with JPWL functionalities. ! [antonin] changed make all behaviour : DOC target removed from ALL. diff --git a/applications/jpip/CHANGES b/applications/jpip/CHANGES index a3a92ce9..946c2aa1 100644 --- a/applications/jpip/CHANGES +++ b/applications/jpip/CHANGES @@ -21,5 +21,3 @@ May 8, 2011 April 14, 2011 + [antonin] initial commit of OpenJPIP 1.0, a JPIP client-server architecture based on OpenJPEG (see README file in jpip directory for more details) -* [antonin] fixed applications/codec/CMakeLists.txt that prevented JPWL executables to be built with JPWL functionalities. -! [antonin] changed make all behaviour : DOC target removed from ALL. |
