[Pkg-bitcoin-commits] [bitcoin] 07/09: New upstream version 0.15.0.1~dfsg
Jonas Smedegaard
dr at jones.dk
Tue Sep 19 13:28:40 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 692ebe7f77c1742df027ac9a30dbd193ba3785ea
Merge: 8785d2d fb7b529
Author: Jonas Smedegaard <dr at jones.dk>
Date: Tue Sep 19 14:28:38 2017 +0200
New upstream version 0.15.0.1~dfsg
configure.ac | 2 +-
doc/man/bitcoin-cli.1 | 17 +-
doc/man/bitcoin-qt.1 | 109 +--
doc/man/bitcoin-tx.1 | 13 +-
doc/man/bitcoind.1 | 109 +--
doc/release-notes.md | 809 +-------------------
src/clientversion.cpp | 4 +-
src/qt/locale/bitcoin_de.ts | 2 +-
src/qt/locale/bitcoin_es_ES.ts | 38 +-
src/qt/locale/bitcoin_hu.ts | 1621 +++++++++++++++++++++++++++++++++++++---
src/qt/locale/bitcoin_it.ts | 30 +-
src/qt/locale/bitcoin_nb.ts | 8 +
src/qt/locale/bitcoin_nl.ts | 4 +-
src/qt/locale/bitcoin_pt_PT.ts | 52 +-
src/qt/locale/bitcoin_ro_RO.ts | 108 +++
src/qt/locale/bitcoin_th.ts | 16 +
src/qt/locale/bitcoin_tr_TR.ts | 24 +-
src/qt/locale/bitcoin_zh_CN.ts | 114 ++-
src/qt/sendcoinsdialog.cpp | 2 +-
19 files changed, 2062 insertions(+), 1020 deletions(-)
diff --cc src/clientversion.cpp
index 581a40c,d2344de..ff4b94b
--- 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 "3751912e8e0"
- #define GIT_COMMIT_DATE "Mon, 11 Sep 2017 00:13:03 +0200"
-#define GIT_COMMIT_ID "$Format:%h$"
-#define GIT_COMMIT_DATE "$Format:%cD$"
++#define GIT_COMMIT_ID "fb7b5293844"
++#define GIT_COMMIT_DATE "Fri, 15 Sep 2017 16:00:59 +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