From 7fe3933faaa415e60170eb18d3c74775539ac2e1 Mon Sep 17 00:00:00 2001 From: Antonin Descampe Date: Thu, 12 May 2011 09:44:19 +0000 Subject: [PATCH] subsequent jpip-related commits to be logged in "applications/jpip/CHANGES" rather than main CHANGES file --- CHANGES | 8 +------- applications/jpip/CHANGES | 2 -- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/CHANGES b/CHANGES index 215502da..b880c3ba 100644 --- a/CHANGES +++ b/CHANGES @@ -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.