From 66162959e5ec63c534f82fa37b8722535b86c439 Mon Sep 17 00:00:00 2001 From: Marcin Rataj Date: Tue, 28 Apr 2020 21:00:32 +0200 Subject: [PATCH 1/4] docs: fix subdomain examples in CHANGELOG --- CHANGELOG.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index db6e324e1b3..dc3ba75d7da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -226,13 +226,13 @@ In addition to a bunch of bug fixes, we've made two improvements to the gateway. You can play with both of these features by visiting: -> http://bafybeia6po64b6tfqq73lckadrhpihg2oubaxgqaoushquhcek46y3zumm.ipfs.io/ +> http://bafybeia6po64b6tfqq73lckadrhpihg2oubaxgqaoushquhcek46y3zumm.ipfs.localhost:8080 ##### Subdomain Gateway First up, we've changed how URLs in the IPFS gateway work for better browser security. The gateway will now redirect from -`http://localhost:5001/ipfs/CID/...` to `http://CID.ipfs.localhost:5001/...` by +`http://localhost:8080/ipfs/CID/...` to `http://CID.ipfs.localhost:8080/...` by default. This: * Ensures that every dapp gets its own browser origin. @@ -246,7 +246,7 @@ Note: cURL doesn't follow redirects by default. To avoid breaking cURL and other The second feature is a face-lift to the directory listing theme and color palette. -> http://bafybeia6po64b6tfqq73lckadrhpihg2oubaxgqaoushquhcek46y3zumm.ipfs.io/ +> http://bafybeia6po64b6tfqq73lckadrhpihg2oubaxgqaoushquhcek46y3zumm.ipfs.localhost:8080 #### IPNS @@ -4997,7 +4997,7 @@ There have been no changes since the last release candidate 0.4.3-rc4. \o/ ### 0.4.3-rc4 - 2016-09-09 This release candidate fixes issues in Bitswap and the `ipfs add` command, and improves testing. -We plan for this to be the last release candidate before the release of go-ipfs v0.4.3. +We plan for this tohttp://bafybeia6po64b6tfqq73lckadrhpihg2oubaxgqaoushquhcek46y3zumm.ipfs.localhost:8080 be the last release candidate before the release of go-ipfs v0.4.3. With this release candidate, we're also moving go-ipfs to Go 1.7, which we expect will yield improvements in runtime performance, memory usage, build time and size of the release binaries. From ba53db70c86bfbfe16c592d31cdff0e09dd72080 Mon Sep 17 00:00:00 2001 From: Marcin Rataj Date: Tue, 28 Apr 2020 21:02:47 +0200 Subject: [PATCH 2/4] chore: undo a typo --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dc3ba75d7da..de85421cbf5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4997,7 +4997,7 @@ There have been no changes since the last release candidate 0.4.3-rc4. \o/ ### 0.4.3-rc4 - 2016-09-09 This release candidate fixes issues in Bitswap and the `ipfs add` command, and improves testing. -We plan for this tohttp://bafybeia6po64b6tfqq73lckadrhpihg2oubaxgqaoushquhcek46y3zumm.ipfs.localhost:8080 be the last release candidate before the release of go-ipfs v0.4.3. +We plan for this to be the last release candidate before the release of go-ipfs v0.4.3. With this release candidate, we're also moving go-ipfs to Go 1.7, which we expect will yield improvements in runtime performance, memory usage, build time and size of the release binaries. From c95a72330ab8429a55548ea6d61d1e2d196274b3 Mon Sep 17 00:00:00 2001 From: Marcin Rataj Date: Tue, 28 Apr 2020 21:16:53 +0200 Subject: [PATCH 3/4] docs: fix ENS path --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index de85421cbf5..216e995b2b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -254,7 +254,7 @@ This release includes several new IPNS and IPNS-related features. ##### ENS -IPFS now resolves [ENS](https://ens.domains/) names (e.g., [/ipns/ipfs.eth](https://ipfs.eth.dweb.link)) via DNSLink. +IPFS now resolves [ENS](https://ens.domains/) names (e.g., `/ipns/ipfs.eth`) via DNSLink. ##### IPNS over PubSub From f998d5320adbab738038a8ade042faf25ebd524b Mon Sep 17 00:00:00 2001 From: Marcin Rataj Date: Tue, 28 Apr 2020 21:19:00 +0200 Subject: [PATCH 4/4] docs: clarify ENS and DNSLink --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 216e995b2b1..6873d012499 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -254,7 +254,7 @@ This release includes several new IPNS and IPNS-related features. ##### ENS -IPFS now resolves [ENS](https://ens.domains/) names (e.g., `/ipns/ipfs.eth`) via DNSLink. +IPFS now resolves [ENS](https://ens.domains/) names (e.g., `/ipns/ipfs.eth`) via DNSLink provided by https://eth.link service. ##### IPNS over PubSub