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