summaryrefslogtreecommitdiff
path: root/lib/ftp
diff options
context:
space:
mode:
authorHenrik Nord <henrik@erlang.org>2021-03-26 08:38:27 +0100
committerHenrik Nord <henrik@erlang.org>2021-03-26 08:38:27 +0100
commit15ccde6390bb273d0132a75639da9dcf7d441de8 (patch)
treed334ea404721403a0f3c455c45d97c3d62642911 /lib/ftp
parentc50620199f0489372482006f712cb78b68946146 (diff)
downloaderlang-15ccde6390bb273d0132a75639da9dcf7d441de8.tar.gz
Revert "Prepare release"
This reverts commit 1cc1d15c4e54c1d9d8c34a4c66193a95b10c479a.
Diffstat (limited to 'lib/ftp')
-rw-r--r--lib/ftp/doc/src/notes.xml38
-rw-r--r--lib/ftp/vsn.mk2
2 files changed, 2 insertions, 38 deletions
diff --git a/lib/ftp/doc/src/notes.xml b/lib/ftp/doc/src/notes.xml
index c4f763a6f7..e6ce2e3d81 100644
--- a/lib/ftp/doc/src/notes.xml
+++ b/lib/ftp/doc/src/notes.xml
@@ -33,43 +33,7 @@
<file>notes.xml</file>
</header>
- <section><title>Ftp 1.1</title>
-
- <section><title>Fixed Bugs and Malfunctions</title>
- <list>
- <item>
- <p>
- Use OTP supervisor as intended, avoiding surprising
- behavior as the killing of the user's process. Also, FTP
- state handling logic is improved to avoid race conditions
- that could result in unexpected errors.</p>
- <p>
- Own Id: OTP-16926 Aux Id: ERL-1450, GH-4473 </p>
- </item>
- <item>
- <p>Missing runtime dependencies has been added to this
- application.</p>
- <p>
- Own Id: OTP-17243 Aux Id: PR-4557 </p>
- </item>
- </list>
- </section>
-
-
- <section><title>Improvements and New Features</title>
- <list>
- <item>
- <p>
- Add support for FTPES (explicit FTP over TLS).</p>
- <p>
- Own Id: OTP-15523 Aux Id: OTP-15352, PR-1968 </p>
- </item>
- </list>
- </section>
-
-</section>
-
-<section><title>Ftp 1.0.5</title>
+ <section><title>Ftp 1.0.5</title>
<section><title>Fixed Bugs and Malfunctions</title>
<list>
diff --git a/lib/ftp/vsn.mk b/lib/ftp/vsn.mk
index 6c67fa5eaa..733b082b21 100644
--- a/lib/ftp/vsn.mk
+++ b/lib/ftp/vsn.mk
@@ -19,6 +19,6 @@
# %CopyrightEnd%
APPLICATION = ftp
-FTP_VSN = 1.1
+FTP_VSN = 1.0.5
PRE_VSN =
APP_VSN = "$(APPLICATION)-$(FTP_VSN)$(PRE_VSN)"