summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--branches/1.x_Branch/CHANGELOG.txt6
-rw-r--r--branches/1.x_Branch/pom.xml2
2 files changed, 7 insertions, 1 deletions
diff --git a/branches/1.x_Branch/CHANGELOG.txt b/branches/1.x_Branch/CHANGELOG.txt
index d094794..f622289 100644
--- a/branches/1.x_Branch/CHANGELOG.txt
+++ b/branches/1.x_Branch/CHANGELOG.txt
@@ -1,6 +1,12 @@
MockFtpServer Change Log
-------------------------------------------------------------------------------
+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
diff --git a/branches/1.x_Branch/pom.xml b/branches/1.x_Branch/pom.xml
index 6712e48..86c0ace 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.2</version>
+ <version>1.2.3</version>
<url>http://mockftpserver.sourceforge.net/</url>
<scm>