1MockFtpServer Change Log
2-------------------------------------------------------------------------------
3
4Changes in version 1.2 (29 Feb 2008)
5------------------------------------------
6- BUG FIX: StubFtpServer: Add wait/notify to ensure that the server starts up and opens the server 
7  control port before the start() method returns. This fixes a potential race condition, which
8  shows up on some Linux systems. (Thanks to Aasman Bajaj for identifying the problem and providing the fix)
9- Modify tests to make server port configurable (through "ftp.server.port" system property), allowing 
10  tests to run on non-Windows systems. 
11
12
13Changes in version 1.1 (20 Feb 2008)
14------------------------------------------
15- StubFtpServer: Allow configuring server control connection port other than the default (21).
16- AbstractTest: Add some test convenience methods.
17
18
19Changes in version 1.0 final (11 Dec 2007)
20------------------------------------------
21- Implement default CommandHandlers for NLST, REIN, SMNT, SITE, ABOR and ALLO commands.
22- Handle command names in any case.
23- CwdCommandHandler: Fix PATHNAME_KEY constant value; change to "pathname".
24
25
26Changes in version 1.0-RC1 (1 Nov 2007)
27---------------------------------------
28Initial release.