Adding note on the suspend problem on OS X
git-svn-id: https://svn.apache.org/repos/asf/mina/ftpserver/branches/1.0.0@747714 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/distribution/README.txt b/distribution/README.txt
index 6ef43da..7c17729 100644
--- a/distribution/README.txt
+++ b/distribution/README.txt
@@ -13,6 +13,10 @@
API. Apache FtpServer provides an implementation of FTP server to support
this API.
+
+Release history
+--------------------------------------------------------------------------------
+
1.0.0
--------------------------------
This is the first major release of FtpServer and we now recommend this version
@@ -43,3 +47,11 @@
1.0.0-M2
--------------------------------
This is the very first release of Apache FtpServer.
+
+
+Known issues
+--------------------------------------------------------------------------------
+* FtpServer.suspend() and Listener.suspend() might not work as expected on some
+ platforms, e.g. Mac OS X (https://issues.apache.org/jira/browse/FTPSERVER-278)
+
+