summaryrefslogtreecommitdiff
path: root/MockFtpServer
diff options
context:
space:
mode:
authorchrismair <chrismair@531de8e6-9941-0410-b38b-9a92acbe0330>2010-03-24 01:42:08 +0000
committerchrismair <chrismair@531de8e6-9941-0410-b38b-9a92acbe0330>2010-03-24 01:42:08 +0000
commite8655f05c96a2674c86c187e9f0a34e2a56e8093 (patch)
treef1045a0a0170711f9aad151c6f15919d6668d644 /MockFtpServer
parent144c0023f01b817d4b5300ad811084249e4fe851 (diff)
downloadmockftpserver-e8655f05c96a2674c86c187e9f0a34e2a56e8093.tar.gz
version 2.2
git-svn-id: svn://svn.code.sf.net/p/mockftpserver/code@246 531de8e6-9941-0410-b38b-9a92acbe0330
Diffstat (limited to 'MockFtpServer')
-rw-r--r--MockFtpServer/CHANGELOG.txt14
-rw-r--r--MockFtpServer/pom.xml2
-rw-r--r--MockFtpServer/src/site/apt/index.apt2
3 files changed, 16 insertions, 2 deletions
diff --git a/MockFtpServer/CHANGELOG.txt b/MockFtpServer/CHANGELOG.txt
index 7f4e5fe..ee29717 100644
--- a/MockFtpServer/CHANGELOG.txt
+++ b/MockFtpServer/CHANGELOG.txt
@@ -1,6 +1,20 @@
MockFtpServer Change Log
-------------------------------------------------------------------------------
+Changes in version 2.2 (23 Mar 2010)
+------------------------------------------
+- FakeFtpServer: Support renaming of directories.
+ * BUG FIX: #2823519 "The RnfrCommandHandler is currently set to only support renaming of files": https://sourceforge.net/tracker/?func=detail&atid=1006533&aid=2823519&group_id=208647.
+ * Change fake RNTO and RNFR CommandHandlers to allow renaming directories.
+- BUG FIX: #2828362: "Unit tests using FakeFtpServer are slow" https://sourceforge.net/tracker/?func=detail&atid=1006533&aid=2828362&group_id=208647. DefaultSession.readCommand().
+ * Reduce default socket read interval time to 20ms.
+- BUG FIX: #2953392: "AbstractFtpServer waits endless if binding to port fails" https://sourceforge.net/tracker/?func=detail&atid=1006533&aid=2953392&group_id=208647.
+- FakeFtpServer (AbstractFakeFileSystem): Change rename() to fail if the TO file already exists.
+- Add sample directory listing(s) to online docs for StubFtpServer ListCommandHandler. Update online docs/javadoc describing that multiple directory entries in a file listing can be simulated.
+- PatternUtil: Support plus sign ('+') within wildcard strings. See convertStringWithWildcardsToRegex().
+- TESTS: Rename AbstractTest to AbstractTestCase and AbstractGroovyTest to AbstractGroovyTestCase.
+
+
Changes in version 2.1 (16 Jun 2009)
------------------------------------------
- Added support for IPv6 (EPRT and EPSV commands) to FakeFtpServer and StubFtpServer. Thanks to Fernando Martinez for testing.
diff --git a/MockFtpServer/pom.xml b/MockFtpServer/pom.xml
index 49b90a7..3792604 100644
--- a/MockFtpServer/pom.xml
+++ b/MockFtpServer/pom.xml
@@ -15,7 +15,7 @@
either success or failure scenarios. You can also verify expected command invocations.
</description>
<packaging>jar</packaging>
- <version>2.1</version>
+ <version>2.2</version>
<url>http://mockftpserver.sourceforge.net/</url>
<scm>
diff --git a/MockFtpServer/src/site/apt/index.apt b/MockFtpServer/src/site/apt/index.apt
index 777a5dd..df617b1 100644
--- a/MockFtpServer/src/site/apt/index.apt
+++ b/MockFtpServer/src/site/apt/index.apt
@@ -51,7 +51,7 @@ MockFtpServer
<dependency>
<groupId>org.mockftpserver</groupId>
<artifactId>MockFtpServer</artifactId>
- <version>2.1</version>
+ <version>2.2</version>
<scope>test</scope>
</dependency>
-------------------- \ No newline at end of file