Merge #12075: [scripts] Add missing univalue file to copyright_header.py
[bitcoinplatinum.git] / doc / release-notes / release-notes-0.14.2.md
blob0ad554b7738c17a4017b57234fce1132f9a9ed45
1 Bitcoin Core version 0.14.2 is now available from:
3   <https://bitcoin.org/bin/bitcoin-core-0.14.2/>
5 This is a new minor version release, including various bugfixes and
6 performance improvements, as well as updated translations.
8 Please report bugs using the issue tracker at github:
10   <https://github.com/bitcoin/bitcoin/issues>
12 To receive security and update notifications, please subscribe to:
14   <https://bitcoincore.org/en/list/announcements/join/>
16 Compatibility
17 ==============
19 Bitcoin Core is extensively tested on multiple operating systems using
20 the Linux kernel, macOS 10.8+, and Windows Vista and later.
22 Microsoft ended support for Windows XP on [April 8th, 2014](https://www.microsoft.com/en-us/WindowsForBusiness/end-of-xp-support),
23 No attempt is made to prevent installing or running the software on Windows XP, you
24 can still do so at your own risk but be aware that there are known instabilities and issues.
25 Please do not report issues about Windows XP to the issue tracker.
27 Bitcoin Core should also work on most other Unix-like systems but is not
28 frequently tested on them.
30 Notable changes
31 ===============
33 miniupnp CVE-2017-8798
34 ----------------------------
36 Bundled miniupnpc was updated to 2.0.20170509. This fixes an integer signedness error
37 (present in MiniUPnPc v1.4.20101221 through v2.0) that allows remote attackers
38 (within the LAN) to cause a denial of service or possibly have unspecified
39 other impact.
41 This only affects users that have explicitly enabled UPnP through the GUI
42 setting or through the `-upnp` option, as since the last UPnP vulnerability
43 (in Bitcoin Core 0.10.3) it has been disabled by default.
45 If you use this option, it is recommended to upgrade to this version as soon as
46 possible.
48 Known Bugs
49 ==========
51 Since 0.14.0 the approximate transaction fee shown in Bitcoin-Qt when using coin
52 control and smart fee estimation does not reflect any change in target from the
53 smart fee slider. It will only present an approximate fee calculated using the
54 default target. The fee calculated using the correct target is still applied to
55 the transaction and shown in the final send confirmation dialog.
57 0.14.2 Change log
58 =================
60 Detailed release notes follow. This overview includes changes that affect
61 behavior, not code moves, refactors and string updates. For convenience in locating
62 the code changes and accompanying discussion, both the pull request and
63 git merge commit are mentioned.
65 ### RPC and other APIs
66 - #10410 `321419b` Fix importwallet edge case rescan bug (ryanofsky)
68 ### P2P protocol and network code
69 - #10424 `37a8fc5` Populate services in GetLocalAddress (morcos)
70 - #10441 `9e3ad50` Only enforce expected services for half of outgoing connections (theuni)
72 ### Build system
73 - #10414 `ffb0c4b` miniupnpc 2.0.20170509 (fanquake)
74 - #10228 `ae479bc` Regenerate bitcoin-config.h as necessary (theuni)
76 ### Miscellaneous
77 - #10245 `44a17f2` Minor fix in build documentation for FreeBSD 11 (shigeya)
78 - #10215 `0aee4a1` Check interruptNet during dnsseed lookups (TheBlueMatt)
80 ### GUI
81 - #10231 `1e936d7` Reduce a significant cs_main lock freeze (jonasschnelli)
83 ### Wallet
84 - #10294 `1847642` Unset change position when there is no change (instagibbs)
86 Credits
87 =======
89 Thanks to everyone who directly contributed to this release:
91 - Alex Morcos
92 - Cory Fields
93 - fanquake
94 - Gregory Sanders
95 - Jonas Schnelli
96 - Matt Corallo
97 - Russell Yanofsky
98 - Shigeya Suzuki
99 - Wladimir J. van der Laan
101 As well as everyone that helped translating on [Transifex](https://www.transifex.com/projects/p/bitcoin/).