aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Kirchner <daniel@ekpyron.org>2018-12-13 00:41:45 +0800
committerDaniel Kirchner <daniel@ekpyron.org>2018-12-13 00:53:31 +0800
commite00dfd8ae2d5eb1df5d4ee0cca84101c6bd20bc9 (patch)
tree4a48a76d1737b7e59324caad12d892de8e3a8621
parent60d7cc6049a7c5559ee3e48a0b25cfe94cf7e919 (diff)
downloaddexon-solidity-e00dfd8ae2d5eb1df5d4ee0cca84101c6bd20bc9.tar.gz
dexon-solidity-e00dfd8ae2d5eb1df5d4ee0cca84101c6bd20bc9.tar.zst
dexon-solidity-e00dfd8ae2d5eb1df5d4ee0cca84101c6bd20bc9.zip
Update changelog and release checklist.
-rw-r--r--Changelog.md3
-rw-r--r--ReleaseChecklist.md1
2 files changed, 4 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md
index 5bbf5af6..d6683400 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -15,6 +15,9 @@ Compiler Features:
Bugfixes:
+Build System:
+ * Replace the trusty PPA build by a static build on cosmic that is used for the trusty package instead.
+
### 0.5.1 (2018-12-03)
Language Features:
diff --git a/ReleaseChecklist.md b/ReleaseChecklist.md
index b84ae4c4..5b60b480 100644
--- a/ReleaseChecklist.md
+++ b/ReleaseChecklist.md
@@ -10,6 +10,7 @@ Checklist for making a release:
- [ ] Thank voluntary contributors in the Github release page (use ``git shortlog -s -n -e origin/release..origin/develop``).
- [ ] Wait for the CI runs on the tag itself (they should push artifacts onto the Github release page).
- [ ] Run ``scripts/release_ppa.sh release`` to create the PPA release (you need the relevant openssl key).
+ - [ ] Once the ``~ethereum/ubuntu/ethereum-static`` PPA build is finished, copy the static package to the ``~ethereum/ubuntu/ethereum`` PPA for the destination series ``Trusty`` while selecting ``Copy existing binaries``.
- [ ] Check that the Docker release was pushed to Docker Hub (this still seems to have problems, run ``./scripts/docker_deploy_manual.sh release``).
- [ ] Update the homebrew realease in https://github.com/ethereum/homebrew-ethereum/blob/master/solidity.rb (version and hash)
- [ ] Update the default version on readthedocs.