Skip to content

Commit be31ff7

Browse files
committed
doc: Add historical release notes for 0.10.1 0.10.2 0.9.4
1 parent a5a521e commit be31ff7

File tree

3 files changed

+324
-0
lines changed

3 files changed

+324
-0
lines changed
Lines changed: 143 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,143 @@
1+
Bitcoin Core version 0.10.1 is now available from:
2+
3+
<https://bitcoin.org/bin/bitcoin-core-0.10.1/>
4+
5+
This is a new minor version release, bringing bug fixes and translation
6+
updates. It is recommended to upgrade to this version.
7+
8+
Please report bugs using the issue tracker at github:
9+
10+
<https://github.com/bitcoin/bitcoin/issues>
11+
12+
Upgrading and downgrading
13+
=========================
14+
15+
How to Upgrade
16+
--------------
17+
18+
If you are running an older version, shut it down. Wait until it has completely
19+
shut down (which might take a few minutes for older versions), then run the
20+
installer (on Windows) or just copy over /Applications/Bitcoin-Qt (on Mac) or
21+
bitcoind/bitcoin-qt (on Linux).
22+
23+
Downgrade warning
24+
------------------
25+
26+
Because release 0.10.0 and later makes use of headers-first synchronization and
27+
parallel block download (see further), the block files and databases are not
28+
backwards-compatible with pre-0.10 versions of Bitcoin Core or other software:
29+
30+
* Blocks will be stored on disk out of order (in the order they are
31+
received, really), which makes it incompatible with some tools or
32+
other programs. Reindexing using earlier versions will also not work
33+
anymore as a result of this.
34+
35+
* The block index database will now hold headers for which no block is
36+
stored on disk, which earlier versions won't support.
37+
38+
If you want to be able to downgrade smoothly, make a backup of your entire data
39+
directory. Without this your node will need start syncing (or importing from
40+
bootstrap.dat) anew afterwards. It is possible that the data from a completely
41+
synchronised 0.10 node may be usable in older versions as-is, but this is not
42+
supported and may break as soon as the older version attempts to reindex.
43+
44+
This does not affect wallet forward or backward compatibility.
45+
46+
Notable changes
47+
===============
48+
49+
This is a minor release and hence there are no notable changes.
50+
For the notable changes in 0.10, refer to the release notes for the
51+
0.10.0 release at https://github.com/bitcoin/bitcoin/blob/v0.10.0/doc/release-notes.md
52+
53+
0.10.1 Change log
54+
=================
55+
56+
Detailed release notes follow. This overview includes changes that affect external
57+
behavior, not code moves, refactors or string updates.
58+
59+
RPC:
60+
- `7f502be` fix crash: createmultisig and addmultisigaddress
61+
- `eae305f` Fix missing lock in submitblock
62+
63+
Block (database) and transaction handling:
64+
- `1d2cdd2` Fix InvalidateBlock to add chainActive.Tip to setBlockIndexCandidates
65+
- `c91c660` fix InvalidateBlock to repopulate setBlockIndexCandidates
66+
- `002c8a2` fix possible block db breakage during re-index
67+
- `a1f425b` Add (optional) consistency check for the block chain data structures
68+
- `1c62e84` Keep mempool consistent during block-reorgs
69+
- `57d1f46` Fix CheckBlockIndex for reindex
70+
- `bac6fca` Set nSequenceId when a block is fully linked
71+
72+
P2P protocol and network code:
73+
- `78f64ef` don't trickle for whitelisted nodes
74+
- `ca301bf` Reduce fingerprinting through timestamps in 'addr' messages.
75+
- `200f293` Ignore getaddr messages on Outbound connections.
76+
- `d5d8998` Limit message sizes before transfer
77+
- `aeb9279` Better fingerprinting protection for non-main-chain getdatas.
78+
- `cf0218f` Make addrman's bucket placement deterministic (countermeasure 1 against eclipse attacks, see http://cs-people.bu.edu/heilman/eclipse/)
79+
- `0c6f334` Always use a 50% chance to choose between tried and new entries (countermeasure 2 against eclipse attacks)
80+
- `214154e` Do not bias outgoing connections towards fresh addresses (countermeasure 2 against eclipse attacks)
81+
- `aa587d4` Scale up addrman (countermeasure 6 against eclipse attacks)
82+
- `139cd81` Cap nAttempts penalty at 8 and switch to pow instead of a division loop
83+
84+
Validation:
85+
- `d148f62` Acquire CCheckQueue's lock to avoid race condition
86+
87+
Build system:
88+
- `8752b5c` 0.10 fix for crashes on OSX 10.6
89+
90+
Wallet:
91+
- N/A
92+
93+
GUI:
94+
- `2c08406` some mac specifiy cleanup (memory handling, unnecessary code)
95+
- `81145a6` fix OSX dock icon window reopening
96+
- `786cf72` fix a issue where "command line options"-action overwrite "Preference"-action (on OSX)
97+
98+
Tests:
99+
- `1117378` add RPC test for InvalidateBlock
100+
101+
Miscellaneous:
102+
- `c9e022b` Initialization: set Boost path locale in main thread
103+
- `23126a0` Sanitize command strings before logging them.
104+
- `323de27` Initialization: setup environment before starting QT tests
105+
- `7494e09` Initialization: setup environment before starting tests
106+
- `df45564` Initialization: set fallback locale as environment variable
107+
108+
Credits
109+
=======
110+
111+
Thanks to everyone who directly contributed to this release:
112+
113+
- Alex Morcos
114+
- Cory Fields
115+
- dexX7
116+
- fsb4000
117+
- Gavin Andresen
118+
- Gregory Maxwell
119+
- Ivan Pustogarov
120+
- Jonas Schnelli
121+
- Matt Corallo
122+
- mrbandrews
123+
- Pieter Wuille
124+
- Ruben de Vries
125+
- Suhas Daftuar
126+
- Wladimir J. van der Laan
127+
128+
And all those who contributed additional code review and/or security research:
129+
- 21E14
130+
- Alison Kendler
131+
- Aviv Zohar
132+
- Ethan Heilman
133+
- Evil-Knievel
134+
- fanquake
135+
- Jeff Garzik
136+
- Jonas Nick
137+
- Luke Dashjr
138+
- Patrick Strateman
139+
- Philip Kaufmann
140+
- Sergio Demian Lerner
141+
- Sharon Goldberg
142+
143+
As well as everyone that helped translating on [Transifex](https://www.transifex.com/projects/p/bitcoin/).
Lines changed: 86 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,86 @@
1+
Bitcoin Core version 0.10.2 is now available from:
2+
3+
<https://bitcoin.org/bin/bitcoin-core-0.10.2/>
4+
5+
This is a new minor version release, bringing minor bug fixes and translation
6+
updates. It is recommended to upgrade to this version.
7+
8+
Please report bugs using the issue tracker at github:
9+
10+
<https://github.com/bitcoin/bitcoin/issues>
11+
12+
Upgrading and downgrading
13+
=========================
14+
15+
How to Upgrade
16+
--------------
17+
18+
If you are running an older version, shut it down. Wait until it has completely
19+
shut down (which might take a few minutes for older versions), then run the
20+
installer (on Windows) or just copy over /Applications/Bitcoin-Qt (on Mac) or
21+
bitcoind/bitcoin-qt (on Linux).
22+
23+
Downgrade warning
24+
------------------
25+
26+
Because release 0.10.0 and later makes use of headers-first synchronization and
27+
parallel block download (see further), the block files and databases are not
28+
backwards-compatible with pre-0.10 versions of Bitcoin Core or other software:
29+
30+
* Blocks will be stored on disk out of order (in the order they are
31+
received, really), which makes it incompatible with some tools or
32+
other programs. Reindexing using earlier versions will also not work
33+
anymore as a result of this.
34+
35+
* The block index database will now hold headers for which no block is
36+
stored on disk, which earlier versions won't support.
37+
38+
If you want to be able to downgrade smoothly, make a backup of your entire data
39+
directory. Without this your node will need start syncing (or importing from
40+
bootstrap.dat) anew afterwards. It is possible that the data from a completely
41+
synchronised 0.10 node may be usable in older versions as-is, but this is not
42+
supported and may break as soon as the older version attempts to reindex.
43+
44+
This does not affect wallet forward or backward compatibility.
45+
46+
Notable changes
47+
===============
48+
49+
This fixes a serious problem on Windows with data directories that have non-ASCII
50+
characters (https://github.com/bitcoin/bitcoin/issues/6078).
51+
52+
For other platforms there are no notable changes.
53+
54+
For the notable changes in 0.10, refer to the release notes
55+
at https://github.com/bitcoin/bitcoin/blob/v0.10.0/doc/release-notes.md
56+
57+
0.10.2 Change log
58+
=================
59+
60+
Detailed release notes follow. This overview includes changes that affect external
61+
behavior, not code moves, refactors or string updates.
62+
63+
Wallet:
64+
- `824c011` fix boost::get usage with boost 1.58
65+
66+
Miscellaneous:
67+
- `da65606` Avoid crash on start in TestBlockValidity with gen=1.
68+
- `424ae66` don't imbue boost::filesystem::path with locale "C" on windows (fixes #6078)
69+
70+
Credits
71+
=======
72+
73+
Thanks to everyone who directly contributed to this release:
74+
75+
- Cory Fields
76+
- Gregory Maxwell
77+
- Jonas Schnelli
78+
- Wladimir J. van der Laan
79+
80+
And all those who contributed additional code review and/or security research:
81+
82+
- dexX7
83+
- Pieter Wuille
84+
- vayvanne
85+
86+
As well as everyone that helped translating on [Transifex](https://www.transifex.com/projects/p/bitcoin/).
Lines changed: 95 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,95 @@
1+
Bitcoin Core version 0.9.4 is now available from:
2+
3+
https://bitcoin.org/bin/0.9.4/
4+
5+
This is a new minor version release, bringing only bug fixes and updated
6+
translations. Upgrading to this release is recommended.
7+
8+
Please report bugs using the issue tracker at github:
9+
10+
https://github.com/bitcoin/bitcoin/issues
11+
12+
How to Upgrade
13+
===============
14+
15+
If you are running an older version, shut it down. Wait until it has completely
16+
shut down (which might take a few minutes for older versions), then run the
17+
installer (on Windows) or just copy over /Applications/Bitcoin-Qt (on Mac) or
18+
bitcoind/bitcoin-qt (on Linux).
19+
20+
OpenSSL Warning
21+
================
22+
23+
OpenSSL 1.0.0p / 1.0.1k was recently released and is being pushed out by
24+
various operating system maintainers. Review by Gregory Maxwell determined that
25+
this update is incompatible with the Bitcoin system and could lead to consensus
26+
forks.
27+
28+
Bitcoin Core released binaries from https://bitcoin.org are unaffected,
29+
as are any built with the gitian deterministic build system.
30+
31+
However, if you are running either
32+
33+
- The Ubuntu PPA from https://launchpad.net/~bitcoin/+archive/ubuntu/bitcoin
34+
- A third-party or self-compiled Bitcoin Core
35+
36+
upgrade to Bitcoin Core 0.9.4, which includes a workaround, **before** updating
37+
OpenSSL.
38+
39+
The incompatibility is due to the OpenSSL update changing the
40+
behavior of ECDSA validation to reject any signature which is
41+
not encoded in a very rigid manner. This was a result of
42+
OpenSSL's change for CVE-2014-8275 "Certificate fingerprints
43+
can be modified".
44+
45+
We are specifically aware of potential hard-forks due to signature
46+
encoding handling and had been hoping to close them via BIP62 in 0.10.
47+
BIP62's purpose is to improve transaction malleability handling and
48+
as a side effect rigidly defines the encoding for signatures, but the
49+
overall scope of BIP62 has made it take longer than we'd like to
50+
deploy.
51+
52+
0.9.4 changelog
53+
================
54+
55+
Validation:
56+
- `b8e81b7` consensus: guard against openssl's new strict DER checks
57+
- `60c51f1` fail immediately on an empty signature
58+
- `037bfef` Improve robustness of DER recoding code
59+
60+
Command-line options:
61+
- `cd5164a` Make -proxy set all network types, avoiding a connect leak.
62+
63+
P2P:
64+
- `bb424e4` Limit the number of new addressses to accumulate
65+
66+
RPC:
67+
- `0a94661` Disable SSLv3 (in favor of TLS) for the RPC client and server.
68+
69+
Build system:
70+
- `f047dfa` gitian: openssl-1.0.1i.tar.gz -> openssl-1.0.1k.tar.gz
71+
- `5b9f78d` build: Fix OSX build when using Homebrew and qt5
72+
- `ffab1dd` Keep symlinks when copying into .app bundle
73+
- `613247f` osx: fix signing to make Gatekeeper happy (again)
74+
75+
Miscellaneous:
76+
- `25b49b5` Refactor -alertnotify code
77+
- `2743529` doc: Add instructions for consistent Mac OS X build names
78+
79+
Credits
80+
--------
81+
82+
Thanks to who contributed to this release, at least:
83+
84+
- Cory Fields
85+
- Gavin Andresen
86+
- Gregory Maxwell
87+
- Jeff Garzik
88+
- Luke Dashjr
89+
- Matt Corallo
90+
- Pieter Wuille
91+
- Saivann
92+
- Sergio Demian Lerner
93+
- Wladimir J. van der Laan
94+
95+
As well as everyone that helped translating on [Transifex](https://www.transifex.com/projects/p/bitcoin/).

0 commit comments

Comments
 (0)