Received: from sog-mx-2.v43.ch3.sourceforge.com ([172.29.43.192] helo=mx.sourceforge.net) by sfs-ml-1.v29.ch3.sourceforge.com with esmtp (Exim 4.76) (envelope-from ) id 1VdIVs-0004B4-JI for bitcoin-development@lists.sourceforge.net; Mon, 04 Nov 2013 11:40:08 +0000 Received-SPF: pass (sog-mx-2.v43.ch3.sourceforge.com: domain of gmx.de designates 212.227.15.18 as permitted sender) client-ip=212.227.15.18; envelope-from=thomasv1@gmx.de; helo=mout.gmx.net; Received: from mout.gmx.net ([212.227.15.18]) by sog-mx-2.v43.ch3.sourceforge.com with esmtps (TLSv1:AES128-SHA:128) (Exim 4.76) id 1VdIVr-0005Fo-Gw for bitcoin-development@lists.sourceforge.net; Mon, 04 Nov 2013 11:40:08 +0000 Received: from [192.168.1.27] ([86.73.30.143]) by mail.gmx.com (mrgmx102) with ESMTPSA (Nemesis) id 0MOCSm-1VXoKS3aJ2-005WIm for ; Mon, 04 Nov 2013 12:40:00 +0100 Message-ID: <52778790.1030704@gmx.de> Date: Mon, 04 Nov 2013 12:40:00 +0100 From: Thomas Voegtlin User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 MIME-Version: 1.0 To: bitcoin-development@lists.sourceforge.net Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Provags-ID: V03:K0:1XMlNRpqz771h9QHF8tco93qw9fO1Q6snHhVeXlmizwJ7hNIq2I Y/rnrOKcx9cKzeB2/gc7KYu3fEjaS0bCHAkpi7s+tPbvv0udBmUbbvbXD2CpD7dP0KpBlAK JhmVZd61L13hMh5P6Se8bG6Sw2Mi+bk5uYk65hF9fTbYFRxrNSZQ/UtANKrYWdsVIxck23E Gh2bdp9nRTy7AxIEZJoSQ== X-Spam-Score: -1.2 (-) X-Spam-Report: Spam Filtering performed by mx.sourceforge.net. See http://spamassassin.org/tag/ for more details. -1.5 SPF_CHECK_PASS SPF reports sender host as permitted sender for sender-domain 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (thomasv1[at]gmx.de) -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no trust [212.227.15.18 listed in list.dnswl.org] -0.0 SPF_PASS SPF: sender matches SPF record 0.2 FREEMAIL_ENVFROM_END_DIGIT Envelope-from freemail username ends in digit (thomasv1[at]gmx.de) X-Headers-End: 1VdIVr-0005Fo-Gw Subject: [Bitcoin-development] Electrum version 1.9 X-BeenThere: bitcoin-development@lists.sourceforge.net X-Mailman-Version: 2.1.9 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Nov 2013 11:40:08 -0000 Electrum version 1.9 is now released. This version connects to multiple servers, and it also checks the SSL certificates of servers it knows. Please note that the BIP32 features are postponed (to version 2.0), due to the discussions about mnemonic seed format. Here is the changelog: # Release 1.9 * The client connects to multiple servers in order to retrieve block headers and find the longest chain * SSL certificate validation (to prevent MITM) * Deterministic signatures (RFC 6979) * Menu to create/restore/open wallets * Create transactions with multiple outputs from CSV (comma separated values) * New user interface for text mode, named "stdio" (does not use curses) * Plugins are no longer tied to the qt GUI, they can reach all GUIs * Proxy bugs have been fixed