summaryrefslogtreecommitdiff
path: root/branches
diff options
context:
space:
mode:
authorchrismair <chrismair@531de8e6-9941-0410-b38b-9a92acbe0330>2008-09-01 18:00:52 +0000
committerchrismair <chrismair@531de8e6-9941-0410-b38b-9a92acbe0330>2008-09-01 18:00:52 +0000
commita3f15bd5a6a1c6ae834a0ff7ba36fad7953c4a95 (patch)
treedb019a524dd65ba436e96194c6c232df1ed90bf4 /branches
parent20b86ff7a0e869d7ca97c846c11d18d75f0cda05 (diff)
downloadmockftpserver-a3f15bd5a6a1c6ae834a0ff7ba36fad7953c4a95.tar.gz
Update for version 1.2.4
git-svn-id: svn://svn.code.sf.net/p/mockftpserver/code@107 531de8e6-9941-0410-b38b-9a92acbe0330
Diffstat (limited to 'branches')
-rw-r--r--branches/1.x_Branch/CHANGELOG.txt8
-rw-r--r--branches/1.x_Branch/pom.xml2
2 files changed, 9 insertions, 1 deletions
diff --git a/branches/1.x_Branch/CHANGELOG.txt b/branches/1.x_Branch/CHANGELOG.txt
index f622289..2969691 100644
--- a/branches/1.x_Branch/CHANGELOG.txt
+++ b/branches/1.x_Branch/CHANGELOG.txt
@@ -1,6 +1,14 @@
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.
diff --git a/branches/1.x_Branch/pom.xml b/branches/1.x_Branch/pom.xml
index 86c0ace..48e3815 100644
--- a/branches/1.x_Branch/pom.xml
+++ b/branches/1.x_Branch/pom.xml
@@ -9,7 +9,7 @@
or failure scenarios. You can also verify expected command invocations.
</description>
<packaging>jar</packaging>
- <version>1.2.3</version>
+ <version>1.2.4</version>
<url>http://mockftpserver.sourceforge.net/</url>
<scm>