From 9df7a6fa29905ec47f7c8645c9b1f836593491db Mon Sep 17 00:00:00 2001 From: chriseth Date: Wed, 3 May 2017 12:38:33 +0200 Subject: [PATCH] Update permalink for optimizer bug and fix release date. --- Changelog.md | 2 +- docs/bugs.json | 2 +- docs/bugs_by_version.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Changelog.md b/Changelog.md index 84b278a20..9c69fb57f 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,4 +1,4 @@ -### 0.4.11 (2017-05-02) +### 0.4.11 (2017-05-03) Features: * Implement the Standard JSON Input / Output API diff --git a/docs/bugs.json b/docs/bugs.json index 78fcf06b2..1a67d6262 100644 --- a/docs/bugs.json +++ b/docs/bugs.json @@ -3,7 +3,7 @@ "name": "ConstantOptimizerSubtraction", "summary": "In some situations, the optimizer replaces certain numbers in the code with routines that compute different numbers.", "description": "The optimizer tries to represent any number in the bytecode by routines that compute them with less gas. For some special numbers, an incorrect routine is generated. This could allow an attacker to e.g. trick victims about a specific amount of ether, or function calls to call different functions (or none at all).", - "link": "https://blog.ethereum.org/2017/04/24/solidity-optimizer-bug/", + "link": "https://blog.ethereum.org/2017/05/03/solidity-optimizer-bug/", "fixed": "0.4.11", "severity": "low", "conditions": { diff --git a/docs/bugs_by_version.json b/docs/bugs_by_version.json index 542371da4..0f7346b48 100644 --- a/docs/bugs_by_version.json +++ b/docs/bugs_by_version.json @@ -272,7 +272,7 @@ }, "0.4.11": { "bugs": [], - "released": "2017-05-02" + "released": "2017-05-03" }, "0.4.2": { "bugs": [