[Pkg-bitcoin-commits] [electrum] branch master updated (cdab823 -> 0f500c3)

Tristan Seligmann mithrandi at moszumanska.debian.org
Sun May 4 08:47:07 UTC 2014


This is an automated email from the git hooks/post-receive script.

mithrandi pushed a change to branch master
in repository electrum.

      from  cdab823   Update changelog for release.
      adds  e3e9548   Imported Upstream version 1.9.7
       new  67e0aa6   Merge upstream branch to fix history.
       new  a0da12c   Imported Upstream version 1.9.8
       new  150f328   Merge tag 'upstream/1.9.8'
       new  52ba414   New upstream release.
       new  a88a15d   Update translations patch and translations.
       new  1a3f138   Enable PGP signature checking in uscan.
       new  0f500c3   Update changelog for release.

The 7 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Electrum.egg-info/PKG-INFO                         |    2 +-
 Electrum.egg-info/SOURCES.txt                      |    7 +-
 PKG-INFO                                           |    2 +-
 RELEASE-NOTES                                      |   18 +
 data/dark/style.css                                |    2 +-
 debian/README.source                               |    2 +-
 debian/changelog                                   |    9 +
 debian/electrum-translations.zip                   |  Bin 805886 -> 859089 bytes
 .../3001_dont_fetch_translations_from_web.patch    |   12 +-
 debian/rules                                       |    6 +-
 debian/upstream/signing-key.asc                    |  109 ++
 debian/watch                                       |    2 +-
 electrum                                           |  119 +-
 gui/gtk.py                                         |  482 +++---
 gui/qt/icons_rc.py                                 | 1796 +++++++++++++++++++-
 gui/qt/installwizard.py                            |   38 +-
 gui/qt/lite_window.py                              |   28 +-
 gui/qt/main_window.py                              |  318 ++--
 gui/qt/transaction_dialog.py                       |   17 +-
 icons.qrc                                          |    1 +
 .../background.png => icons/dark_background.png    |  Bin
 lib/__init__.py                                    |    3 +-
 lib/bitcoin.py                                     |  225 ++-
 lib/blockchain.py                                  |   45 +-
 lib/commands.py                                    |  109 +-
 lib/daemon.py                                      |  341 ++++
 lib/interface.py                                   |   20 +-
 lib/network.py                                     |  156 +-
 lib/transaction.py                                 |    3 +-
 lib/util.py                                        |    2 +-
 lib/verifier.py                                    |    5 +-
 lib/version.py                                     |    8 +-
 lib/wallet.py                                      |  452 +++--
 lib/wallet_factory.py                              |   11 -
 locale/ar_SA/LC_MESSAGES/electrum.mo               |  Bin 32151 -> 33077 bytes
 locale/cs_CZ/LC_MESSAGES/electrum.mo               |  Bin 30212 -> 31154 bytes
 locale/de_DE/LC_MESSAGES/electrum.mo               |  Bin 31614 -> 32610 bytes
 locale/eo_UY/LC_MESSAGES/electrum.mo               |  Bin 29873 -> 30819 bytes
 locale/es_ES/LC_MESSAGES/electrum.mo               |  Bin 31774 -> 32767 bytes
 locale/fr_FR/LC_MESSAGES/electrum.mo               |  Bin 32805 -> 33727 bytes
 locale/hu_HU/LC_MESSAGES/electrum.mo               |  Bin 30749 -> 31776 bytes
 locale/id_ID/LC_MESSAGES/electrum.mo               |  Bin 29902 -> 32355 bytes
 locale/it_IT/LC_MESSAGES/electrum.mo               |  Bin 31448 -> 32403 bytes
 locale/ja_JP/LC_MESSAGES/electrum.mo               |  Bin 34009 -> 35758 bytes
 locale/ky_KG/LC_MESSAGES/electrum.mo               |  Bin 30679 -> 31608 bytes
 locale/lv_LV/LC_MESSAGES/electrum.mo               |  Bin 31294 -> 32331 bytes
 locale/nl_NL/LC_MESSAGES/electrum.mo               |  Bin 30446 -> 31969 bytes
 locale/pl_PL/LC_MESSAGES/electrum.mo               |  Bin 30300 -> 31294 bytes
 locale/pt_BR/LC_MESSAGES/electrum.mo               |  Bin 30181 -> 31127 bytes
 locale/pt_PT/LC_MESSAGES/electrum.mo               |  Bin 32358 -> 33245 bytes
 locale/ro_RO/LC_MESSAGES/electrum.mo               |  Bin 29912 -> 30836 bytes
 locale/ru_RU/LC_MESSAGES/electrum.mo               |  Bin 40603 -> 41387 bytes
 locale/sk_SK/LC_MESSAGES/electrum.mo               |  Bin 0 -> 32207 bytes
 locale/sl_SI/LC_MESSAGES/electrum.mo               |  Bin 29856 -> 30802 bytes
 locale/ta_IN/LC_MESSAGES/electrum.mo               |  Bin 31208 -> 32154 bytes
 locale/th_TH/LC_MESSAGES/electrum.mo               |  Bin 29857 -> 30803 bytes
 locale/vi_VN/LC_MESSAGES/electrum.mo               |  Bin 30184 -> 31130 bytes
 locale/zh_CN/LC_MESSAGES/electrum.mo               |  Bin 29693 -> 30630 bytes
 mki18n.py                                          |    4 +-
 plugins/coinbase_buyback.py                        |    8 +-
 plugins/exchange_rate.py                           |  400 ++++-
 plugins/qrscanner.py                               |    6 +-
 plugins/virtualkeyboard.py                         |    2 +-
 scripts/#peers#                                    |   17 -
 scripts/block_headers                              |    4 +-
 scripts/get_balance                                |   91 +-
 scripts/get_history                                |    9 +-
 scripts/peers                                      |   81 +-
 scripts/servers                                    |    4 +-
 setup.py                                           |    3 +-
 test.py                                            |   21 +-
 test2.py                                           |   26 -
 72 files changed, 3974 insertions(+), 1052 deletions(-)
 create mode 100644 debian/upstream/signing-key.asc
 rename data/dark/background.png => icons/dark_background.png (100%)
 create mode 100644 lib/daemon.py
 delete mode 100644 lib/wallet_factory.py
 create mode 100644 locale/sk_SK/LC_MESSAGES/electrum.mo
 delete mode 100755 scripts/#peers#
 delete mode 100755 test2.py

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-bitcoin/electrum.git



More information about the Pkg-bitcoin-commits mailing list