Skip to content

Commit

Permalink
4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
veeso committed Dec 8, 2021
1 parent 5e2be78 commit 63a6cc3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

## 4.2.0

Released on ??
Released on 07/12/2021

- **Active mode**
- suppaftp now supports Active-mode (credit [@devbydav](/~https://github.com/devbydav))
Expand All @@ -30,6 +30,7 @@ Released on ??
- The status enum implements the `code()` method which will return the `u32` representation
- The status enum can be displayed and converted to string: this will return the description of the error code
- Changed `into_insecure()` to `clear_command_channel()`: the implementation of into_insecure was wrong and inconsistent. What it actually does is to make the server not to encrypt the communication on the command channel.
- Removed `File::from_line`; use `File::try_from()` or `File::from_str()`

## 4.1.3

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</p>

<p align="center">Developed by <a href="https://veeso.github.io/">veeso</a> and <a href="/~https://github.com/mattnenterprise">Matt McCoy</a></p>
<p align="center">Current version: 4.2.0 (??/12/2021)</p>
<p align="center">Current version: 4.2.0 (07/12/2021)</p>

<p align="center">
<a href="https://opensource.org/licenses/MIT"
Expand Down

0 comments on commit 63a6cc3

Please sign in to comment.