Skip to content

Conversation

@PastaPastaPasta
Copy link
Member

8e20934 build: Add CLIENT_VERSION_BUILD to CFBundleGetInfoString (fanquake)

Pull request description:

As mentioned in bitcoin#14697, if you download the 0.17.0.1 dmg, and inspect the .app bundle, the version in the GetInfo string reads 0.17.0, which is confusing given you're expecting 0.17.0.1:
0 17 0 1

This PR adds CLIENT_VERSION_BUILD to the string, so that the full version number is displayed, i.e:
this pr

Tree-SHA512: f553253d03283639cc4dda00c8004b5c63ae2b489762e5e8c666166e71b14e672792c1df678f87484d51d153b5781c5ec1b145774096600f504833024ae8baea

fixes #2423

…foString

8e20934 build: Add CLIENT_VERSION_BUILD to CFBundleGetInfoString (fanquake)

Pull request description:

  As mentioned in bitcoin#14697, if you download the `0.17.0.1` dmg, and inspect the `.app` bundle, the version in the GetInfo string reads `0.17.0`, which is confusing given you're expecting `0.17.0.1`:
  <img width="391" alt="0 17 0 1" src="https://user-images.githubusercontent.com/863730/48300032-fbb54b00-e510-11e8-9bcd-77e1fffffc63.png">

  This PR adds `CLIENT_VERSION_BUILD` to the string, so that the full version number is displayed, i.e:
  <img width="327" alt="this pr" src="https://user-images.githubusercontent.com/863730/48300015-7893f500-e510-11e8-98b9-80424719a082.png">

Tree-SHA512: f553253d03283639cc4dda00c8004b5c63ae2b489762e5e8c666166e71b14e672792c1df678f87484d51d153b5781c5ec1b145774096600f504833024ae8baea
Copy link

@codablock codablock left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

utACK

@UdjinM6 UdjinM6 added this to the 14.0 milestone Feb 12, 2019
@UdjinM6 UdjinM6 merged commit 90bb3ca into dashpay:develop Feb 12, 2019
@PastaPastaPasta PastaPastaPasta deleted the backport-14701 branch February 17, 2019 06:20
codablock pushed a commit to codablock/dash that referenced this pull request Mar 7, 2019
…tInfoString (dashpay#2687)

8e20934 build: Add CLIENT_VERSION_BUILD to CFBundleGetInfoString (fanquake)

Pull request description:

  As mentioned in bitcoin#14697, if you download the `0.17.0.1` dmg, and inspect the `.app` bundle, the version in the GetInfo string reads `0.17.0`, which is confusing given you're expecting `0.17.0.1`:
  <img width="391" alt="0 17 0 1" src="https://user-images.githubusercontent.com/863730/48300032-fbb54b00-e510-11e8-9bcd-77e1fffffc63.png">

  This PR adds `CLIENT_VERSION_BUILD` to the string, so that the full version number is displayed, i.e:
  <img width="327" alt="this pr" src="https://user-images.githubusercontent.com/863730/48300015-7893f500-e510-11e8-98b9-80424719a082.png">

Tree-SHA512: f553253d03283639cc4dda00c8004b5c63ae2b489762e5e8c666166e71b14e672792c1df678f87484d51d153b5781c5ec1b145774096600f504833024ae8baea
MIPPL pushed a commit to biblepay/biblepay that referenced this pull request May 26, 2019
* commit '4570079e53ad859c571aeac3f132cf2969888e14':
  Add missing entry to changelog (dashpay#2769)
  Move IS block filtering into ConnectBlock (dashpay#2766)
  [0.13.x] Bump version to 0.13.2 and add release notes (dashpay#2749)
  Bump minChainWork and AssumeValid to block #1033120 (dashpay#2750)
  Fix error message for invalid voting addresses (dashpay#2747)
  Make -masternodeblsprivkey mandatory when -masternode is given (dashpay#2745)
  Implement 2-stage commit for CEvoDB to avoid inconsistencies after crashes (dashpay#2744)
  Add collateraladdress into masternode/protx list rpc output (dashpay#2740)
  Only include selected TX types into CMerkleBlock (dashpay#2737)
  Stop g_connman first before deleting it (dashpay#2734)
  Fix incorrect usage of begin() when genesis block is requested in "protx diff" (dashpay#2699)
  Do not process blocks in CDeterministicMNManager before dip3 activation (dashpay#2698)
  Backport bitcoin#14701: build: Add CLIENT_VERSION_BUILD to CFBundleGetInfoString (dashpay#2687)
  Fix some typos in doc/guide-startmany.md (dashpay#2711)
  Minimal fix for litemode vs bad-protx-key-not-same issue (dashpay#2694)
  Release notes v0.13.1.0 (dashpay#2689)

# Conflicts:
#	configure.ac
#	doc/guide-startmany.md
#	doc/release-notes.md
#	src/chainparams.cpp
#	src/clientversion.h
#	src/validation.cpp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants