[Pkg-bitcoin-commits] [bitcoin] 08/12: New upstream version 0.15.0~~rc3~dfsg

Jonas Smedegaard dr at jones.dk
Mon Aug 28 16:39:33 UTC 2017


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

js pushed a commit to branch master
in repository bitcoin.

commit cc11018bd0b91f6afe4d584dba04c0c7673e4813
Merge: d0d7d07 29a3cb2
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Mon Aug 28 17:27:48 2017 +0200

    New upstream version 0.15.0~~rc3~dfsg

 doc/build-windows.md           |   3 +
 src/clientversion.cpp          |   4 +-
 src/init.cpp                   |   2 +-
 src/qt/bitcoinstrings.cpp      |   3 +-
 src/qt/locale/bitcoin_en.ts    |  32 ++---
 src/qt/locale/bitcoin_es_ES.ts |  94 ++++++++++++-
 src/qt/locale/bitcoin_he.ts    |   4 +
 src/qt/locale/bitcoin_lt.ts    |  22 ++++
 src/qt/locale/bitcoin_lv_LV.ts | 108 ++++++++++++++-
 src/qt/locale/bitcoin_ms_MY.ts |  80 +++++++++++
 src/qt/locale/bitcoin_nl.ts    |   6 +-
 src/qt/locale/bitcoin_pl.ts    | 292 ++++++++++++++++++++++++++++++++++++++++-
 src/qt/locale/bitcoin_pt_BR.ts |  12 +-
 src/qt/locale/bitcoin_sv.ts    |   4 +
 src/wallet/wallet.cpp          |  23 ++--
 15 files changed, 638 insertions(+), 51 deletions(-)

diff --cc src/clientversion.cpp
index 7b51424,d2344de..e38ef7b
--- a/src/clientversion.cpp
+++ b/src/clientversion.cpp
@@@ -42,11 -42,10 +42,11 @@@ const std::string CLIENT_NAME("Satoshi"
  #include "build.h"
  #endif
  
 -//! git will put "#define GIT_ARCHIVE 1" on the next line inside archives. $Format:%n#define GIT_ARCHIVE 1$
 +//! git will put "#define GIT_ARCHIVE 1" on the next line inside archives. 
 +#define GIT_ARCHIVE 1
  #ifdef GIT_ARCHIVE
- #define GIT_COMMIT_ID "0d3e8183fa5"
- #define GIT_COMMIT_DATE "Mon, 21 Aug 2017 12:41:18 +0200"
 -#define GIT_COMMIT_ID "$Format:%h$"
 -#define GIT_COMMIT_DATE "$Format:%cD$"
++#define GIT_COMMIT_ID "29a3cb23780"
++#define GIT_COMMIT_DATE "Mon, 28 Aug 2017 10:29:10 +0200"
  #endif
  
  #define BUILD_DESC_WITH_SUFFIX(maj, min, rev, build, suffix) \

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



More information about the Pkg-bitcoin-commits mailing list