From ab66c1a4a0b57c80eeaa614759cfa898bec1087a Mon Sep 17 00:00:00 2001 From: Fuzzbawls Date: Thu, 28 Mar 2019 17:22:31 -0700 Subject: [PATCH] v3.2.0 Release --- configure.ac | 8 +-- doc/release-notes.md | 146 ++++++++++++++++++++++++++++++++++++++++--- 2 files changed, 140 insertions(+), 14 deletions(-) diff --git a/configure.ac b/configure.ac index 2d060774cba8f..e22def0762ecc 100644 --- a/configure.ac +++ b/configure.ac @@ -1,11 +1,11 @@ dnl require autoconf 2.60 (AS_ECHO/AS_ECHO_N) AC_PREREQ([2.60]) define(_CLIENT_VERSION_MAJOR, 3) -define(_CLIENT_VERSION_MINOR, 1) -define(_CLIENT_VERSION_REVISION, 99) +define(_CLIENT_VERSION_MINOR, 2) +define(_CLIENT_VERSION_REVISION, 0) define(_CLIENT_VERSION_BUILD, 0) -define(_CLIENT_VERSION_IS_RELEASE, false) -define(_COPYRIGHT_YEAR, 2018) +define(_CLIENT_VERSION_IS_RELEASE, true) +define(_COPYRIGHT_YEAR, 2019) AC_INIT([Pivx Core],[_CLIENT_VERSION_MAJOR._CLIENT_VERSION_MINOR._CLIENT_VERSION_REVISION],[www.pivx.org],[pivx]) AC_CONFIG_SRCDIR([src/main.cpp]) AC_CONFIG_HEADERS([src/config/pivx-config.h]) diff --git a/doc/release-notes.md b/doc/release-notes.md index 05be01d85e749..947e449c75093 100644 --- a/doc/release-notes.md +++ b/doc/release-notes.md @@ -1,6 +1,4 @@ -(note: this is a temporary file, to be added-to by anybody, and moved to release-notes at release time) - -PIVX Core version *version* is now available from: +PIVX Core version *3.2.0* is now available from: This is a new major version release, including various bug fixes and performance improvements, as well as updated translations. @@ -10,6 +8,9 @@ Please report bugs using the issue tracker at github: ' (random-zebra) + - #769 `6482454cf6` [Main] Unify shutdown proceedure in init rather than per-app (Fuzzbawls) + - #815 `decee4bc8c` [Doc] Update release notes with forthcoming 3.2.0 changes (Fuzzbawls) + - #816 `51e7b2c4b0` [Doc] Update build-unix.md (Fuzzbawls) + - #757 `a611a7fa77` [Doc] Update doc/build-windows.md (idas4you) + - #778 `65caa886ac` [Doc] Update README.md (veilgets) + - #703 `51663473fc` [Docs] Add missing automake dependency (Mrs-X) + - #762 `abfceb39a1` [Random] WIN32 Seed Cleanup: Move nLastPerfmon behind win32 ifdef. (21E14) + - #771 `4b1be14505` [Main] Clean up sync.cpp/h with upstream declarations (Fuzzbawls) ## Credits Thanks to everyone who directly contributed to this release: +- 21E14 +- Adam Langley +- Aitor González +- Alko89 +- Benjamin Allred +- Chun Kuan Lee +- Cory Fields +- Dimitris Apostolou +- Everton Melo +- Fuzzbawls +- Matias Furszyfer +- Mrs-X +- Pieter Wuille +- SHTDJ +- Tim Uy +- Wladimir J. van der Laan +- blondfrogs +- cevap +- fanquake +- gpdionisio +- idas4you +- joeuhren +- presstab +- random-zebra +- s3v3nh4cks +- sicXnull +- veilgets +- warrows As well as everyone that helped translating on [Transifex](https://www.transifex.com/projects/p/pivx-project-translations/), the QA team during Testing and the Node hosts supporting our Testnet.