Bitcoin XT
      Release 0.11.0E has been tagged.  Binaries are not yet
    available.
    
    This release includes a bunch of work that was done before Mike
    Hearn moved on.  In particular, Dagur Johannsson has finished the
    block download acceleration that Mike started.
    
      
        - Thin blocks fast block downloading, enabled by default
- Supports and votes for 2MB hard fork (identical to
          Classic).  BIP101 reverted.
- Switch to secp256k1 custom bitcoin ECC library
- Random mempool eviction reverted, low-fee txes evicted when
          mempool full
- Mempool expiration at 72 hours (identical to Core)
- Configurable user-agent comment
- Display coinjoins better in GUI wallet
 
- LevelDB anti-corruption fix (Windows platforms)
- Gracefully handle migration from obfuscated (Core v0.12)
          chainstate
 
    Thin blocks is simply block download acceleration.  It works without
    requiring changes to your peers' software.  You will become a source
    of faster blocks and contribute to faster confirmation times for the
    bitcoin network, so keep an eye on your upload bandwith usage.
    
    Any future that Bitcoin XT has beyond this release depends totally
    on your interest and contributions.