blob: 1fac81a58f6740a1d7617738b3cc9f2a469fb7a1 [file] [log] [blame]
Ken Gilmer8b24ccf2012-01-08 05:19:21 +00001Changes from 0.1.2 to 0.1.4
2---------------------------
Ken Gilmer5e880222011-11-10 12:56:14 +00003
Ken Gilmer8b24ccf2012-01-08 05:19:21 +00004** Bug
5 * fix regression in resource path resolution code in test cases.
6 * put 'shutdown server on last client deregistration' optimization in a thread and wait 30 seconds before checking if no clients are registered. Fixes issue in which sole client "bounces" registration service on start and causes deadlock in server.
7 * fix bad formatting of ASF license header clobbered by Eclipse formatter.
8 * Use consistent names in DEPS/NOTICE files.
9 * [FELIX-3266] - PrintWriter in HttpServletResponse does not send string content to client
10 * [FELIX-3253] - Fails to resolve urls with multiple successive path separators
11 * [FELIX-3256] - Remove Ant build file from Lightweight HTTP Service bundle.
12
13** Improvement
14 * : [FELIX-3291] - added cookie support
15 * : [FELIX-3287] - Support Java 1.3 with provided by patch from Yann Diorcet.
16 * : ignore socket exceptions when server is explicitly shutdown.
17 * : [FELIX-3276] - create 'minimal' and 'complete' targets. 'complete' target includes servlet and osgi dependencies.
18 * : javadoc additions to public methods.
19
20Version 0.1.2
21---------------------
22 * Initial Release