Changelog.md in ftpd-0.2.1 vs Changelog.md in ftpd-0.2.2
- old
+ new
@@ -1,4 +1,23 @@
+### 0.2.2
+
+Bug fixes
+
+* Respond with sequence error if RNFR is not immediately followed by
+ RNTO
+* Respond with sequence error if USER is not immediately followed by
+ PASS
+* Open PASV mode data connection on same local IP as control connection.
+ This is required by RFC 1123.
+* Disabled globbing in LIST (for now) due to code injection
+ vulnerability. This patch also disables globbing in NLST, but NLST
+ probably shouldn't do globbing.
+
+Enhancements
+
+* Support STOU (store unique)
+* Support HELP
+
### 0.2.1
API changes
* Introduced PermanentFileSystemError and TransientFileSystemError exceptions.