87b2949feb27aa404bc60f83ab3b4a3d13971353
[openjpeg.git] / applications / jpip / CHANGES
1 What's New for OpenJPIP
2
3 * : fixed
4 - : removed
5 ! : changed
6 + : added
7
8 October 26, 2011
9 * [kaori] additional patches for autotool are applied
10
11 October 25, 2011
12 * [kaori] patches for cmake and autotool are applied
13 * [kaori] fixed client viewer to be compatible with server response header both Content-type and Content-Type
14
15 October 20, 2011
16 + [added] API style in openJPIP library
17 ! [kaori] rearranged directories, applications are all under util/ directory, currently only 'make -f Makefile.nix' works
18
19 October 18, 2011
20 ! [kaori] rearranged opj_server, opj_dec_server directory
21
22 October 14, 2011
23 + [kaori] enable all progression orders
24
25 October 12, 2011
26 + [kaori] enable layers requests; restricting the number of codesream quality layers
27
28 October 10, 2011
29 - [antonin] removed obsolete indexer utility
30 + [kaori]   enable JPT-stream request from client viewer option
31
32 September 30, 2011
33 + [kaori] enabled JPP-stream
34
35 September 16, 2011
36 + [kaori] enabled stateless requests from the opj_viewers
37
38 Septempber 1, 2011
39 * [kaori] changed terminating status of opj_server in debug/non-server mode
40
41 August 27, 2011
42 * [antonin] fixed missing include directory in opj_client/opj_dec_server/CMakeLists.txt
43
44 August 26, 2011
45 * [antonin] fixed cmake and autotools files to reflect recent indexer changes in JPIP
46 ! [kaori] indexer using the latest openjpeg library
47 * [antonin] fixed cmake and autotools files to reflect recent changes in JPIP
48 ! [kaori] fixed Makefile.nix to load openjpeg library from this archive
49
50 August 25, 2011
51 + [kaori] added tid request support to JPIP client
52 + [kaori] added quit JPIP server request
53
54 August 24, 2011
55 + [kaori] added cachemodel_manager, which had been managed in target_manager previously
56 + [kaori] added tid request support to JPIP server
57
58 August 16, 2011
59 * [antonin] fixed cmake support for openjpip
60
61 August 12, 2011
62 + [antonin] added cmake support to openjpip
63
64 July 6, 2011
65 * [antonin] JPIP : fixed autotools to work with recent name changes
66
67 July 5, 2011
68 ! [kaori] changed parameter, file names, message names regarding JPT-stream to JPIP-stream, which handles also JPP-stream
69
70 May 26, 2011
71 ! [antonin] changed Makefile to Makefile.nix to avoid having autotools overwrite them.
72
73 May 23, 2011
74 + [antonin] added autotools for the 'tools' directory
75 + [antonin] added autotools as a build method for jpip (credit to Vincent Torri)
76
77 May 10, 2011
78 ! [kaori] opj_viewer removed the xml functions (for users without Xersus2)
79 + [kaori] renamed opj_viewer  to opj_viewer_xerces ( needs Xersus2)
80 ! [kaori] Modification of opj_dec_server to be portable to windows  
81
82 May 9, 2011
83 * [kaori] Removal of c99 from the compile option (to be compatible to win platform) and bool definition in libopenjpip/bool.h
84
85 May 9, 2011
86 * [antonin] OpenJPIP: small bug fixes to compile on win platform
87
88 May 8, 2011
89 * [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()).
90
91 April 14, 2011
92 + [antonin] initial commit of OpenJPIP 1.0, a JPIP client-server architecture based on OpenJPEG (see README file in jpip directory for more details)