Skip to content

Commit

Permalink
1.6.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nlg-buildbot committed Oct 8, 2017
1 parent a7dd899 commit d824a3c
Show file tree
Hide file tree
Showing 54 changed files with 374 additions and 794 deletions.
17 changes: 17 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
1.6.4.3

Maintenance release in preparation for 2.0 release.
CORE - Backport new testnet from 2.0 branch, this is required in order to beta test 2.0 upgrades correctly.
CORE - Introduce some corrections/changes to all mutex related code in an attempt to fix some occasional RPC freezes that are intermittently occurring.
CORE - Pre-emptively patch/fix against a potential but unlikely DDoS attack that could be used to try temporarily make specific nodes inaccessible.
CORE - Fix a minor issue with encrypted non-HD wallets where it was necessary to input the password on every GuldenD restart.
MISC - Update all nocks calls to use the new nocks.com API.
MISC - Clean up some unnecessary logging to keep log files small.
MISC - Periodic update of checkpoints and other hardcoded wallet information.
CMDFLAG - Fix issue with genkeypair command.

1.6.4.2

Minor bugfix release.
RPC - Fix some balance calculation issues.

1.6.4.1

Minor bugfix release.
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.60])
define(_CLIENT_VERSION_MAJOR, 1)
define(_CLIENT_VERSION_MINOR, 6)
define(_CLIENT_VERSION_REVISION, 4)
define(_CLIENT_VERSION_BUILD, 1)
define(_CLIENT_VERSION_BUILD, 3)
define(_CLIENT_VERSION_IS_RELEASE, false)
define(_COPYRIGHT_YEAR, 2016)
define(_COPYRIGHT_HOLDERS,[The %s developers])
Expand Down
181 changes: 0 additions & 181 deletions depends/Makefile

This file was deleted.

21 changes: 0 additions & 21 deletions depends/patches/libevent/reuseaddr.patch

This file was deleted.

29 changes: 0 additions & 29 deletions depends/patches/native_biplist/sorted_list.patch

This file was deleted.

86 changes: 0 additions & 86 deletions depends/patches/native_cdrkit/cdrkit-deterministic.patch

This file was deleted.

Loading

0 comments on commit d824a3c

Please sign in to comment.