[trunk] FolderReorgProposal task: fix jpip doxygen
[openjpeg.git] / applications / jpip / CHANGES
1 What's New for OpenJPIP
2
3 * : fixed
4 - : removed
5 ! : changed
6 + : added
7
8 Feburary 28, 2012
9 + [kaori] enabled the opj_server to reply the first query consisting with len request from kakadu client
10
11 February 9, 2012
12 * [kaori] fixed Doxygen configuration file to document the utilities
13 + [kaori] added execution argument to set port number for opj_dec_server, opj_viewer*
14
15 January 26, 2012
16 ! [kaori] unapplied auxtrans_manager to the local mode
17
18 December 24, 2011
19 * [kaori] additional modification for the warning
20
21 December 22, 2011
22 * [kaori] fixed auxtrans_manager to enable MAC
23 * [kaori] warnings due to disregarding return value are removed
24
25 November 30, 2011
26 + [kaori] TCP return (http-tcp) implemented
27
28 November 16, 2011
29 * [kaori] fixed Region of Interest option, and memory leak of opj_dec_server
30 + [kaori] new feature to target JP2 files from www (libcurl required)
31 * [kaori] fixed opj_server execusion error (instant terminating) with autotool, cmake still need to be fixed
32
33 November 8, 2011
34 ! [kaori] updated main page of doxygen
35
36 November 3, 2011
37 * [kaori] solved memory leak of opj_server
38 ! [kaori] removed redundant defines
39
40 November 2, 2011
41 * [antonin] additional patches for autotools and cmake
42
43 October 26, 2011
44 * [kaori] additional patches for autotool are applied
45
46 October 25, 2011
47 * [kaori] patches for cmake and autotool are applied
48 * [kaori] fixed client viewer to be compatible with server response header both Content-type and Content-Type
49
50 October 20, 2011
51 + [added] API style in openJPIP library
52 ! [kaori] rearranged directories, applications are all under util/ directory, currently only 'make -f Makefile.nix' works
53
54 October 18, 2011
55 ! [kaori] rearranged opj_server, opj_dec_server directory
56
57 October 14, 2011
58 + [kaori] enable all progression orders
59
60 October 12, 2011
61 + [kaori] enable layers requests; restricting the number of codesream quality layers
62
63 October 11, 2011
64 + [antonin] enable JPT-stream request from client viewer option (credit to kaori)
65
66 October 10, 2011
67 - [antonin] removed obsolete indexer utility (credit to kaori)
68 + [antonin] enabled JPP-stream (credit to kaori)
69
70 September 16, 2011
71 + [kaori] enabled stateless requests from the opj_viewers
72
73 Septempber 1, 2011
74 * [kaori] changed terminating status of opj_server in debug/non-server mode
75
76 August 27, 2011
77 * [antonin] fixed missing include directory in opj_client/opj_dec_server/CMakeLists.txt
78
79 August 26, 2011
80 * [antonin] fixed cmake and autotools files to reflect recent indexer changes in JPIP
81 ! [kaori] indexer using the latest openjpeg library
82 * [antonin] fixed cmake and autotools files to reflect recent changes in JPIP
83 ! [kaori] fixed Makefile.nix to load openjpeg library from this archive
84
85 August 25, 2011
86 + [kaori] added tid request support to JPIP client
87 + [kaori] added quit JPIP server request
88
89 August 24, 2011
90 + [kaori] added cachemodel_manager, which had been managed in target_manager previously
91 + [kaori] added tid request support to JPIP server
92
93 August 16, 2011
94 * [antonin] fixed cmake support for openjpip
95
96 August 12, 2011
97 + [antonin] added cmake support to openjpip
98
99 July 6, 2011
100 * [antonin] JPIP : fixed autotools to work with recent name changes
101
102 July 5, 2011
103 ! [kaori] changed parameter, file names, message names regarding JPT-stream to JPIP-stream, which handles also JPP-stream
104
105 May 26, 2011
106 ! [antonin] changed Makefile to Makefile.nix to avoid having autotools overwrite them.
107
108 May 23, 2011
109 + [antonin] added autotools for the 'tools' directory
110 + [antonin] added autotools as a build method for jpip (credit to Vincent Torri)
111
112 May 10, 2011
113 ! [kaori] opj_viewer removed the xml functions (for users without Xersus2)
114 + [kaori] renamed opj_viewer  to opj_viewer_xerces ( needs Xersus2)
115 ! [kaori] Modification of opj_dec_server to be portable to windows  
116
117 May 9, 2011
118 * [kaori] Removal of c99 from the compile option (to be compatible to win platform) and bool definition in libopenjpip/bool.h
119
120 May 9, 2011
121 * [antonin] OpenJPIP: small bug fixes to compile on win platform
122
123 May 8, 2011
124 * [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()).
125
126 April 14, 2011
127 + [antonin] initial commit of OpenJPIP 1.0, a JPIP client-server architecture based on OpenJPEG (see README file in jpip directory for more details)