summaryrefslogtreecommitdiff
path: root/branches/1.x_Branch/CHANGELOG.txt
blob: 296969102756dc01bba7dd027feb36689fe6833e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
MockFtpServer Change Log
-------------------------------------------------------------------------------

Changes in version 1.2.4 (01 Sep 2008)
------------------------------------------
- BUG FIX: StubFtpServer: Only execute serverSocket.close() if serverSocket != null.
- BUG FIX: Terminate replies with <CRLF> (\r\n).
- DOCS: Fix Getting Started Guide code example: setOverrideFinalReplyCode() to setFinalReplyCode().
- DOCS: Add note to Getting Started Guide about calling setServerControlPort() if on Unix system.


Changes in version 1.2.3 (13 Aug 2008)
------------------------------------------
- BUG FIX: Tracker item #2047355. Parse host IP numbers as unsigned bytes.
  See https://sourceforge.net/tracker/index.php?func=detail&aid=2047355&group_id=208647&atid=1006533 


Changes in version 1.2.2 (27 May 2008)
------------------------------------------
- BUG FIX: Move serverThread.start() into synchronized block to avoid server hang if 
  server thread runs faster than main thread. 
  See https://sourceforge.net/tracker/?func=detail&atid=1006533&aid=1925590&group_id=208647


Changes in version 1.2.1 (10 Mar 2008)
------------------------------------------
- Change Maven POM (pom.xml) to enable sync-ing with central Maven repository (ibiblio).

Changes in version 1.2 (29 Feb 2008)
------------------------------------------
- BUG FIX: StubFtpServer: Add wait/notify to ensure that the server starts up and opens the server 
  control port before the start() method returns. This fixes a potential race condition, which
  shows up on some Linux systems. (Thanks to Aasman Bajaj for identifying the problem and providing the fix)
- Modify tests to make server port configurable (through "ftp.server.port" system property), allowing 
  tests to run on non-Windows systems. 


Changes in version 1.1 (20 Feb 2008)
------------------------------------------
- StubFtpServer: Allow configuring server control connection port other than the default (21).
- AbstractTest: Add some test convenience methods.


Changes in version 1.0 final (11 Dec 2007)
------------------------------------------
- Implement default CommandHandlers for NLST, REIN, SMNT, SITE, ABOR and ALLO commands.
- Handle command names in any case.
- CwdCommandHandler: Fix PATHNAME_KEY constant value; change to "pathname".


Changes in version 1.0-RC1 (1 Nov 2007)
---------------------------------------
Initial release.