summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Changes2
-rw-r--r--README.md7
2 files changed, 7 insertions, 2 deletions
diff --git a/Changes b/Changes
index d3f07c2..c7f6a3f 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,6 @@
Revision history for URI
-{{$NEXT}}
+5.08 2021-02-28 18:08:32Z
- added URI::nntps (GH#82)
5.07 2021-01-29 22:52:20Z
diff --git a/README.md b/README.md
index 9a019e3..c0b0525 100644
--- a/README.md
+++ b/README.md
@@ -520,7 +520,8 @@ generic methods.
The _news_, _nntp_ and _snews_ URI schemes are specified in
<draft-gilman-news-url-01> and will hopefully be available as an RFC
- 2396 based specification soon.
+ 2396 based specification soon. (Update: as of April 2010, they are in
+ [RFC 5538](https://tools.ietf.org/html/rfc5538).
`URI` objects belonging to the news scheme support the common,
generic and server methods. In addition, they provide some methods to
@@ -530,6 +531,10 @@ generic methods.
See _news_ scheme.
+- **nntps**:
+
+ See _news_ scheme and [RFC 5538](https://tools.ietf.org/html/rfc5538).
+
- **pop**:
The _pop_ URI scheme is specified in RFC 2384. The scheme is used to