Skip to content

Commit

Permalink
Merge pull request #145 from lbyyy/1.2.1
Browse files Browse the repository at this point in the history
1.2.1.1
#145
  • Loading branch information
lbyyy authored Jun 16, 2017
2 parents 802fddc + fddc2d7 commit 17ac1a3
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Change Log
All notable changes to this project will be documented in this file.

## [1.2.1.1] - 2017-06-15
### Fixed
- Fix incorrect date format in the spec file.

## [1.2.1] - 2017-06-12
### Changed
- Reorder type of transaction.
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ AC_PREREQ([2.69])
define(_CLIENT_VERSION_MAJOR, 1)
define(_CLIENT_VERSION_MINOR, 2)
define(_CLIENT_VERSION_REVISION, 1)
define(_CLIENT_VERSION_BUILD, 0)
define(_CLIENT_VERSION_BUILD, 1)
define(_CLIENT_VERSION_IS_RELEASE, true)
define(_COPYRIGHT_YEAR, 2016)
AC_INIT([Gcoin Core],[_CLIENT_VERSION_MAJOR._CLIENT_VERSION_MINOR._CLIENT_VERSION_REVISION],[https://github.com/OpenNetworking/gcoin-community/issues],[gcoin])
Expand Down
10 changes: 6 additions & 4 deletions gcoin-community.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: gcoin-community
Version: 1.2.1
Version: 1.2.1.1
Release: 1%{?dist}
Summary: Gcoin core daemon - reference client and server

Expand Down Expand Up @@ -60,8 +60,10 @@ make check


%changelog
* Thu Jun 15 2017 Pang-Ting Huang <[email protected]> - 1.2.1.1-1
- Fix the incorrect date format in the spec file.

* Sat June 12 2017 Bo-Yu Lin <[email protected]> - 1.2.1
* Mon Jun 12 2017 Bo-Yu Lin <[email protected]> - 1.2.1-1
- Reorder type of transaction.
- Prevent same pubkey in a alliance redeem script.
- Fix voting bug when -txindex turn on.
Expand All @@ -70,14 +72,14 @@ make check
- Fix CheckTxFeeAndColor.
- Fix bug when transferring license.

* Sat Feb 18 2017 Bo-Yu Lin <[email protected]> - 1.2
* Sat Feb 18 2017 Bo-Yu Lin <[email protected]> - 1.2-1
- New role Miner.
- Use multi-sig policy to handle alliance relative issue.
- Allow higher fee.
- Update COPYING.
- Increase limitation of multi-sig address.

* Thu Nov 17 2016 Bo-Yu Lin <[email protected]> - 1.1.4
* Thu Nov 17 2016 Bo-Yu Lin <[email protected]> - 1.1.4-1
- Fix the bug of getlicenselist.
- Remove member only policy
- Update gcoin-compat-openssl.spec
Expand Down
2 changes: 1 addition & 1 deletion src/clientversion.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#define CLIENT_VERSION_MAJOR 1
#define CLIENT_VERSION_MINOR 2
#define CLIENT_VERSION_REVISION 1
#define CLIENT_VERSION_BUILD 0
#define CLIENT_VERSION_BUILD 1

//! Set to true for release, false for prerelease or test build
#define CLIENT_VERSION_IS_RELEASE true
Expand Down

0 comments on commit 17ac1a3

Please sign in to comment.