[BTC-dev] README.txt & RELEASE_NOTES.txt included in v0.5.3.1-RELEASE tarball.

Shane Kinney modsix at gmail.com
Thu Mar 19 02:16:30 UTC 2015


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Attached are the README.txt and RELEASE_NOTES.txt files and
signatures that are included in the v0.5.3.1 RELEASE tarball.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.13 (FreeBSD)

iQIcBAEBCgAGBQJVCh7NAAoJEHIXBai3Hq2vtiQP/ReEiFE6tHDpvr9GeDWBe2so
nMkUcgDsUvlMa6+2IP1EieJa4z5wRbd4bf2YZvcS1m9ptE3mS6F/FdFPjNapmgi/
nLVRKP4a6GCzr5vgx5j1oFvGphErhHYWmz2tmEeSgOjIBSyeExqOp8WC5xcAef3f
uzsZWtLoSkI++ThIuaHRUuubzpv7VD9R325q7VOJngU6b1Z48Y1lSUH5w3TxM2hU
o0Pe/Qg6AIvycvxgu0RSd1FmH5brf6I/hnIausgWdGQyvbxk/39/WC2aZdsEYI7M
oKH9d2IEEBCoOv++Bp68OTckdQwBUWzg53fNSTr57NF+DrijC2/ED+ukYWf0lola
jV1DVXuBwQUgRBmt6fW9aSjBHYcS97e6ojLzY8OTgJ92RiG1SPnqdcQTrBnoGa0V
yeBIx+xTDx2X29ld6VM/fCgMS82GVXhQTLCOIc5MxFus6Q4qYQpnsj+rKnVSZYbx
p0Y+PMKn0idxagDvqlFFBqRIek1ss55BwisD7iCccM4LocDYiS+aeSGZ5jqTioAw
KMBSm9i1p0BkQFRb9cpLoTwen9e8Kjf+yBcSbqT8fNqvf7xW1ghqwNVEChhczq0P
Njfi7nzKa3dozOm8WtSX9nZ/s4L47ruSdENUV4hiG7xExdFQhh1dwZhtp9bcIP2G
2jGL7oyJ5LNgwGBiT67m
=nN7K
-----END PGP SIGNATURE-----
-------------- next part --------------
   ..::[ The Bitcoin Foundation: Bitcoin v0.5.3.1 README.txt ]::..

       [           Date: 2015.03.17                          ]
       [        Authors: mod6 [R.01] && ben_vulpes [R.02]    ]

  This purpose of this document is to guide one through compiling a statically
  linked binary of the Reference Implementation source code v0.5.3.1.

  Currently, release v0.5.3.1 is supported on the Linux x86_64 architecture.
  Additional architectures and UNIX variants will be supported in the future.

  The `auto.sh' script will build the following locally:
  OpenSSL v1.0.1g
  BDB 4.8.30
  Boost C++ Library 1.52.0
  Bitcoin v0.5.3.1
    
  The statically linked `bitcoind` output binary will reside in `bitcoin/src'.

  To compile the included patched source code in the `bitcoin' directory, 
  ensure that the `auto.sh' script is `chmod 0755` and then execute.  As such:
  
  chmod 0755 auto.sh
  ./auto.sh

  [ References ]:
  [R.01]: 027A 8D7C 0FB8 A166 4372 0F40 7217 05A8 B71E ADAF
  [R.02]: 4F79 0794 2CA8 B89B 01E2 5A76 2AFA 1A9F D2D0 31DA 

EOF
-------------- next part --------------
A non-text attachment was scrubbed...
Name: README.txt.sig
Type: application/octet-stream
Size: 834 bytes
Desc: not available
URL: <http://therealbitcoin.org/ml/btc-dev/attachments/20150318/README_f53e601e464af51f37d2b1f2ed38a7e8712a5462.txt.sig>
-------------- next part --------------
   ..::[ The Bitcoin Foundation: Bitcoin v0.5.3.1 RELEASE NOTES ]::..

       [           Date: 2015.03.17                             ]
       [      Co-Chairs: mod6 [R.01] && ben_vulpes [R.02]       ]
  
  Bitcoin v0.5.3.1 RELEASE NOTES
 
  [ What's changed? ]:

    In accordance with The Bitcoin Foundation's signed Charter [R.03] we have
    spent the last number of months de-crufting the Bitcoin Release version
    v0.5.3, bug-fixing, and testing submitted patches to the ``btc-dev'' 
    [R.04] mailing list.

    Currently, release v0.5.3.1 is supported on the Linux x86_64 architecture.
    Additional architectures and UNIX variants will be supported in the
future.

    The following patches have been accepted and applied to Bitcoin Release
    version v0.5.3 [R.05] by the Co-Chairs:

    [0x0]: bitcoin-asciilifeform.1.patch 
       [NOTES]: Removes QT UI from v0.5.3
      [AUTHOR]: asciilifeform [R.06]
         [URL]: [R.07]
      [SHA256]: [R.08]

    [0x1]: rm_rf_upnp.patch
       [NOTES]: Removes Universal Plug & Play from v0.5.3
      [AUTHOR]: ben_vulpes [R.02]
         [URL]: [R.09]
      [SHA256]: [R.0A]

    [0x2]: bitcoin-asciilifeform.2-https_snipsnip.patch
       [NOTES]: Removes OpenSSL Handshake for RPC commands
      [AUTHOR]: asciilifeform [R.06]
         [URL]: [R.0B]
      [SHA256]: [R.0C]

    [0x3]: bitcoin-asciilifeform.3-turdmeister-alert-snip.patch
       [NOTES]: Removes Alert mechinism from v0.5.3
      [AUTHOR]: asciilifeform [R.06]
         [URL]: [R.0D]
      [SHA256]: [R.0E]

    [0x4]: bitcoin-asciilifeform.4-goodbye-win32.patch
       [NOTES]: Removes WIN32 macros & compile options from v0.5.3 
      [AUTHOR]: asciilifeform [R.06]
         [URL]: [R.0F]
      [SHA256]: [R.10]

    [0x5]: bitcoin-v0_5_3-db_config.6.patch
       [NOTES]: Configures BDB with adequate number of locks to successfully
                verify block 252`450 and beyond. Also allows for a smaller 
                BDB logging footprint. 
      [AUTHOR]: mod6 [R.01]
         [URL]: [R.11]
      [SHA256]: [R.12]

    [0x6]: bitcoin-v0_5_3_1-rev_bump.7.patch
       [NOTES]: Bumps the release version number to v0.5.3.1
      [AUTHOR]: ben_vulpes [R.02]
         [URL]: [R.13]
      [SHA256]: [R.14]

    [0x7]: bitcoin-v0_5_3_1-static_makefile_v002.8.patch
       [NOTES]: Modifies the makefile.unix make script to build a statically
                linked bitcoind properly.
      [AUTHOR]: mod6 [R.01]
         [URL]: [R.15]
      [SHA256]: [R.16]

    [0x8]: auto.sh [ Static Build Script ]
          [NOTES]: Script to build OpenSSL 1.0.1g, BDB 4.8.30, Boost 1.52.0,
                   and a statically linked bitcoind.
      [AUTHOR(S)]: mod6 [R.01], ben_vulpes [R.02], asciilifeform [R.06]
            [URL]: http://thebitcoin.foundation/auto-static-v0_0_5.tar.gz
         [SHA256]: [R.17]
        [VERSION]: [R.18]

  [ References ]:
  [R.01]: 027A 8D7C 0FB8 A166 4372 0F40 7217 05A8 B71E ADAF
  [R.02]: 4F79 0794 2CA8 B89B 01E2 5A76 2AFA 1A9F D2D0 31DA
  [R.03]: http://thebitcoin.foundation/charter.html
  [R.04]: http://thebitcoin.foundation/mailman/listinfo/btc-dev
  [R.05]: aab1f8ea8c7f131ff69dfa3b9437ba35531018be760132dd6373f41a591f6382
  [R.06]: 1721 5D11 8B72 3950 7FAF ED98 B982 28A0 01AB FFC7
  [R.07]: http://thebitcoin.foundation/chicken.tar.gz
  [R.08]: 63164ea54f042226a6aa8768b98b0f323d66f08693c6fd271a850c00308517ad
  [R.09]: http://thebitcoin.foundation/rm_rf_upnp.tar.gz
  [R.0A]: f5f27b806b90b0ffd3d2d73e240eba02f13c5dec3d693b37e08686d04164861a 
  [R.0B]: http://thebitcoin.foundation/https-snipsnip.tar.gz
  [R.0C]: 047844a601bc575d7660826b02f0d640f02ae84cd641f45552c825b72bc116f4
  [R.0D]: http://thebitcoin.foundation/turdmeister-alert-snip.tar.gz
  [R.0E]: 39b5aac2b6de016eda23a96fe6f9a565dbbe4f4aa46e8584c102ee71fa4fe7f4
  [R.0F]: http://thebitcoin.foundation/goodbye-win32.tar.gz
  [R.10]: 5149a481629e0f10b659d38fee0736e0b6e631ab3bbeb6cde449aa61226cdbb3
  [R.11]: http://thebitcoin.foundation/db_config.tar.gz
  [R.12]: b315dc1494334d24606622b7bd3a2569b53e5ad970971ee666ae7adc28fc7d65
  [R.13]: http://thebitcoin.foundation/rev_bump.tar.gz
  [R.14]: 5efe5de69b6fdb97ff445a1a37a5cc227dd77b59a8553b3ee235a378f352903a 
  [R.15]: http://thebitcoin.foundation/static-makefile.tar.gz
  [R.16]: ae1498e577281f591a9bb9e4b6153af7f5eab8ff628b75b71b06be0dc7f564ab
  [R.17]: http://thebitcoin.foundation/auto-static-v0_0_5.tar.gz 
  [R.18]: 426a782ffc8e39887c8e6ae867fe03e29641af580b999c22bd291fcadf294492

EOF
-------------- next part --------------
A non-text attachment was scrubbed...
Name: RELEASE_NOTES.txt.sig
Type: application/octet-stream
Size: 834 bytes
Desc: not available
URL: <http://therealbitcoin.org/ml/btc-dev/attachments/20150318/RELEASE_NOTES_8f6e80ba5a6f1ef5d85026cdc42337ac407c0a7f.txt.sig>


More information about the BTC-dev mailing list