Skip to content

Commit 44f8518

Browse files
committed
bip-0002: Allow Post-History header to be a link as with BIPs 99, 122, and 124
1 parent 7ca7445 commit 44f8518

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

bip-0002.mediawiki

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ Each BIP must begin with an RFC 822 style header preamble. The headers must appe
149149
Created: <date created on, in ISO 8601 (yyyy-mm-dd) format>
150150
License: <abbreviation for approved license(s)>
151151
* License-Code: <abbreviation for code under different approved license(s)>
152-
* Post-History: <dates of postings to bitcoin mailing list>
152+
* Post-History: <dates of postings to bitcoin mailing list, or link to thread in mailing list archive>
153153
* Replaces: <BIP number>
154154
* Superseded-By: <BIP number>
155155
</pre>
@@ -165,7 +165,9 @@ While a BIP is in private discussions (usually during the initial Draft phase),
165165

166166
The Type header specifies the type of BIP: Standards Track, Informational, or Process.
167167

168-
The Created header records the date that the BIP was assigned a number, while Post-History is used to record the dates of when new versions of the BIP are posted to bitcoin mailing lists. Both headers should be in yyyy-mm-dd format, e.g. 2001-08-14.
168+
The Created header records the date that the BIP was assigned a number, while Post-History is used to record when new versions of the BIP are posted to bitcoin mailing lists.
169+
Dates should be in yyyy-mm-dd format, e.g. 2001-08-14.
170+
Post-History is permitted to be a link to a specific thread in a mailing list archive.
169171

170172
BIPs may have a Requires header, indicating the BIP numbers that this BIP depends on.
171173

0 commit comments

Comments
 (0)