1MockFtpServer Change Log
2-------------------------------------------------------------------------------
3
4Changes in version 1.2.2 (27 May 2008)
5------------------------------------------
6- BUG FIX: Move serverThread.start() into synchronized block to avoid server hang if 
7  server thread runs faster than main thread. 
8  See https://sourceforge.net/tracker/?func=detail&atid=1006533&aid=1925590&group_id=208647
9
10
11Changes in version 1.2.1 (10 Mar 2008)
12------------------------------------------
13- Change Maven POM (pom.xml) to enable sync-ing with central Maven repository (ibiblio).
14
15Changes in version 1.2 (29 Feb 2008)
16------------------------------------------
17- BUG FIX: StubFtpServer: Add wait/notify to ensure that the server starts up and opens the server 
18  control port before the start() method returns. This fixes a potential race condition, which
19  shows up on some Linux systems. (Thanks to Aasman Bajaj for identifying the problem and providing the fix)
20- Modify tests to make server port configurable (through "ftp.server.port" system property), allowing 
21  tests to run on non-Windows systems. 
22
23
24Changes in version 1.1 (20 Feb 2008)
25------------------------------------------
26- StubFtpServer: Allow configuring server control connection port other than the default (21).
27- AbstractTest: Add some test convenience methods.
28
29
30Changes in version 1.0 final (11 Dec 2007)
31------------------------------------------
32- Implement default CommandHandlers for NLST, REIN, SMNT, SITE, ABOR and ALLO commands.
33- Handle command names in any case.
34- CwdCommandHandler: Fix PATHNAME_KEY constant value; change to "pathname".
35
36
37Changes in version 1.0-RC1 (1 Nov 2007)
38---------------------------------------
39Initial release.