-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Myckel Habets
committed
Sep 14, 2018
1 parent
a84c422
commit e9758ef
Showing
4 changed files
with
19 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
dnl require autoconf 2.60 (AS_ECHO/AS_ECHO_N) | ||
AC_PREREQ([2.60]) | ||
define(_CLIENT_VERSION_MAJOR, 2017) | ||
define(_CLIENT_VERSION_MINOR, 2) | ||
define(_CLIENT_VERSION_MAJOR, 2018) | ||
define(_CLIENT_VERSION_MINOR, 9) | ||
define(_CLIENT_VERSION_REVISION, 1) | ||
define(_CLIENT_VERSION_BUILD, 0) | ||
define(_CLIENT_VERSION_IS_RELEASE, true) | ||
define(_COPYRIGHT_YEAR, 2017) | ||
define(_COPYRIGHT_YEAR, 2018) | ||
AC_INIT([Auroracoin Core],[_CLIENT_VERSION_MAJOR._CLIENT_VERSION_MINOR._CLIENT_VERSION_REVISION],[[email protected]],[auroracoin]) | ||
AC_CONFIG_AUX_DIR([src/build-aux]) | ||
AC_CONFIG_MACRO_DIR([src/m4]) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,14 @@ | ||
auroracoin (2018.09.1.0-0ubunti1) bionix; urgency=low | ||
|
||
* Removal of 'use namespaces'. | ||
* Added Openssl version 1.1 support. | ||
* Added miniupnpc API version 17. | ||
* PoW algorithm improvements. | ||
* Fix Multi diff calculation during transition period. | ||
* Various build system improvements | ||
|
||
-- Auroracoin foundation <[email protected]> Wed, 12 Sep 2018 9:20:00 +0200 | ||
|
||
auroracoin (2017.02.1.0-0ubuntu1) xenial; urgency=low | ||
|
||
* Improved wallet loading speed. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters