|
| 1 | +Changelog |
| 2 | +========= |
| 3 | + |
| 4 | +Ariel Gabizon (2): |
| 5 | + make-release.py: Versioning changes for 1.0.11-rc1. |
| 6 | + make-release.py: Updated manpages for 1.0.11-rc1. |
| 7 | + |
| 8 | +Daira Hopwood (7): |
| 9 | + Clean up imports to be pyflakes-checkable. fixes #2450 |
| 10 | + For unused variables reported by pyflakes, either remove the variable, suppress the warning, or fix a bug (if the wrong variable was used). refs #2450 |
| 11 | + Cosmetics (trailing whitespace, comment conventions, etc.) |
| 12 | + Alert 1004 (version 1.0.10 only) |
| 13 | + Remove UPnP support. fixes #2500 |
| 14 | + Change wording in Security Warnings section of README.md. |
| 15 | + Document our criteria for adding CI workers. closes #2499 |
| 16 | + |
| 17 | +Jack Grigg (15): |
| 18 | + Pull in temporary release notes during the release process |
| 19 | + Ansible playbook for installing Zcash dependencies and Buildbot worker |
| 20 | + Variable overrides for Debian, Ubuntu and Fedora |
| 21 | + Variable overrides for FreeBSD |
| 22 | + Simplify Python installation, inform user if they need to manually configure |
| 23 | + Add test for issue #2444 |
| 24 | + Add Buildbot worker setup to Ansible playbook |
| 25 | + Add steps for setting up a latent worker on Amazon EC2 |
| 26 | + Add pyblake2 to required Python modules |
| 27 | + Remove Buildbot version from host file |
| 28 | + Add a separate Buildbot host info template for EC2 |
| 29 | + Add pyflakes to required Python modules |
| 30 | + Add block download progress to metrics UI |
| 31 | + Correct and extend EstimateNetHeightInner tests |
| 32 | + Improve network height estimation |
| 33 | + |
| 34 | +Simon Liu (3): |
| 35 | + Closes #2446 by adding generated field to listunspent. |
| 36 | + Fixes #2519. When sending from a zaddr, minconf cannot be zero. |
| 37 | + Fixes #2480. Null entry in map was dereferenced leading to a segfault. |
| 38 | + |
| 39 | +Wladimir J. van der Laan (1): |
| 40 | + rpc: Add WWW-Authenticate header to 401 response |
| 41 | + |
| 42 | +practicalswift (1): |
| 43 | + Net: Fix resource leak in ReadBinaryFile(...) |
| 44 | + |
0 commit comments