Skip to content

Commit

Permalink
Merge #86: 2.0.1 release notes, manpage and version bump
Browse files Browse the repository at this point in the history
8570779 Build: Bump version to 2.0.1 (Cryptarchist)
cb20c04 Doc: 2.0.1 bump manpages (Cryptarchist)
d71647d Doc: Add release notes for 2.0.1 release (Cryptarchist)

Pull request description:

Tree-SHA512: b5412b47bb7d12b6a3ee0b0aceeefb482904b6b1e6175362d474e85812c614e2e77e0f95720e2c6c938dbccc7121b6e2abca0889201f05d3a528fb2cac0c8529
  • Loading branch information
Cryptarchist committed Oct 2, 2018
2 parents f4bc07e + 8570779 commit c7cbf50
Show file tree
Hide file tree
Showing 6 changed files with 108 additions and 13 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ dnl require autoconf 2.60 (AS_ECHO/AS_ECHO_N)
AC_PREREQ([2.60])
define(_CLIENT_VERSION_MAJOR, 2)
define(_CLIENT_VERSION_MINOR, 0)
define(_CLIENT_VERSION_REVISION, 0)
define(_CLIENT_VERSION_REVISION, 1)
define(_CLIENT_VERSION_BUILD, 0)
define(_CLIENT_VERSION_IS_RELEASE, true)
define(_COPYRIGHT_YEAR, 2018)
Expand Down
6 changes: 3 additions & 3 deletions doc/man/wagerr-cli.1
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.6.
.TH WAGERR-CLI "1" "September 2018" "wagerr-cli v2.0.0.0" "User Commands"
.TH WAGERR-CLI "1" "October 2018" "wagerr-cli v2.0.1.0" "User Commands"
.SH NAME
wagerr-cli \- manual page for wagerr-cli v2.0.0.0
wagerr-cli \- manual page for wagerr-cli v2.0.1.0
.SH DESCRIPTION
Wagerr Core RPC client version v2.0.0.0\-Monte Carlo
Wagerr Core RPC client version v2.0.1.0\-Monte Carlo
.SS "Usage:"
.TP
wagerr\-cli [options] <command> [params]
Expand Down
6 changes: 3 additions & 3 deletions doc/man/wagerr-qt.1
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.6.
.TH WAGERR-QT "1" "September 2018" "wagerr-qt v2.0.0.0" "User Commands"
.TH WAGERR-QT "1" "October 2018" "wagerr-qt v2.0.1.0" "User Commands"
.SH NAME
wagerr-qt \- manual page for wagerr-qt v2.0.0.0
wagerr-qt \- manual page for wagerr-qt v2.0.1.0
.SH DESCRIPTION
Wagerr Core version v2.0.0.0\-Monte Carlo (64\-bit)
Wagerr Core version v2.0.1.0\-Monte Carlo (64\-bit)
Usage:
.IP
wagerr\-qt [command\-line options]
Expand Down
6 changes: 3 additions & 3 deletions doc/man/wagerr-tx.1
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.6.
.TH WAGERR-TX "1" "September 2018" "wagerr-tx v2.0.0.0" "User Commands"
.TH WAGERR-TX "1" "October 2018" "wagerr-tx v2.0.1.0" "User Commands"
.SH NAME
wagerr-tx \- manual page for wagerr-tx v2.0.0.0
wagerr-tx \- manual page for wagerr-tx v2.0.1.0
.SH DESCRIPTION
Wagerr Core wagerr\-tx utility version v2.0.0.0\-Monte Carlo
Wagerr Core wagerr\-tx utility version v2.0.1.0\-Monte Carlo
.SS "Usage:"
.TP
wagerr\-tx [options] <hex\-tx> [commands]
Expand Down
6 changes: 3 additions & 3 deletions doc/man/wagerrd.1
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.6.
.TH WAGERRD "1" "September 2018" "wagerrd v2.0.0.0" "User Commands"
.TH WAGERRD "1" "October 2018" "wagerrd v2.0.1.0" "User Commands"
.SH NAME
wagerrd \- manual page for wagerrd v2.0.0.0
wagerrd \- manual page for wagerrd v2.0.1.0
.SH DESCRIPTION
Wagerr Core Daemon version v2.0.0.0\-Monte Carlo
Wagerr Core Daemon version v2.0.1.0\-Monte Carlo
.SS "Usage:"
.TP
wagerrd [options]
Expand Down
95 changes: 95 additions & 0 deletions doc/release-notes/release-notes-2.0.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,95 @@
Wagerr Core version 2.0.1 is now available from:

<https://github.com/wagerr/wagerr/releases/tag/v2.0.1>

This is a new minor version release, with various bugfixes.

Please report bugs using the issue tracker at GitHub:

<https://github.com/wagerr/wagerr/issues>

How to Upgrade
==============

If you are running an older version, shut it down. Wait until it has completely
shut down (which might take a few minutes for older versions), then run the
installer (on Windows) or just copy over `/Applications/Wagerr-Qt` (on Mac)
or `wagerrd`/`wagerr-qt` (on Linux).

Upgrade Warning
---------------

Before any upgrade we recommend that you securely backup your wallet. Please see
the [Wagerr help desk article](https://wagerr.zendesk.com/hc/en-us/articles/360001309872-How-to-backup-and-restore-Wagerr-dat-and-private-keys)
for more information.

Compatibility
=============

Wagerr Core is extensively tested on multiple operating systems using
the Linux kernel, macOS 10.8+, and Windows Vista and later. Windows XP is not supported.

Wagerr Core should also work on most other Unix-like systems but is not
frequently tested on them.

**Currently there are known issues with the Gitian release for macOS 10.13
and you must download the version labelled for High Sierra.**

Notable changes
===============

GUI Fixes
---------

Many GUI cleanups and fixes since the release of Wagerr “On-Chain” betting.

- Rather than just warning the user to not bet on 0 or N/A odds, disable the
buttons in the GUI instead.
- Fix the counting of locked Masternode coins in the overview screen
- When placing a bet show the correct notification text

zWGRv1 Spending
---------------

You can now spend your zWGRv1! This mean you can convert it back to WGR and then
into zWGRv2.

Build Signing Process
---------------------

Fixes to improve the build signing process. Previously builds were being signed
outside of the Gitian building process. We now bring this functionality into our
Gitian build process.

2.0.1 change log
----------------

- `3241709` Make default issue text all comments to make issues more readable (Cryptarchist)
- `affd039` Fix GetLockedCredit() to count masternode coins once for the locked coins balance WGRCORE-105 #done (Kokary)
- `032e6a9` [WGRCORE-102] Add extended balance RPC call #done (Kokary)
- `07461f5` Disable buttons to accidentally burn coins (Rocco Stanzione)
- `14665bf` Grey out disabled bet buttons (Rocco Stanzione)
- `71670e0` Remove unnecessary namespace declarations (Fuzzbawls)
- `268f83f` Remove boost dependency (Fuzzbawls)
- `0c5dc5d` Clean up header includes (Fuzzbawls)
- `7fa2c10` Add proper translation functions for user facing strings (Fuzzbawls)
- `2b3c1c6` Remove useless returns (Fuzzbawls)
- `071e54c` Comment/Whitespace/nullptr cleanup (Fuzzbawls)
- `5364bb9` release: add win detached sig creator and our cert chain (Cryptarchist)
- `2eee0c1` release: create a bundle for the new signing script (Cryptarchist)
- `058943a` [WGRCORE-106] Add RPC call for spending zWGR with coin control (Kokary)
- `699e4b9` Build: Fix macOS signing (Cryptarchist)
- `879ba10` Contrib: Replace developer keys with list of pgp fingerprints (Cryptarchist)
- `58be889` Updated checkpoint handling to enable zWGRv1 spending (Kokary)

Credits
=======

Thanks to everyone who directly contributed to this release:

- Cryptarchist
- Fuzzbawls
- Kokary
- Rocco Stanzione

As well as everyone that helped translating on [Transifex](https://www.transifex.com/projects/p/wagerr/).

0 comments on commit c7cbf50

Please sign in to comment.