Skip to content

Commit

Permalink
Release notes and bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
miningplanet committed Dec 26, 2023
1 parent 512b6e1 commit 70aad8d
Show file tree
Hide file tree
Showing 6 changed files with 37 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, 1)
define(_CLIENT_VERSION_MINOR, 3)
define(_CLIENT_VERSION_REVISION, 2)
define(_CLIENT_VERSION_REVISION, 3)
define(_CLIENT_VERSION_BUILD, 0)
define(_CLIENT_VERSION_IS_RELEASE, true)
define(_COPYRIGHT_YEAR, 2023)
Expand Down
6 changes: 3 additions & 3 deletions doc/man/but-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 BUT-CLI "1" "December 2023" "but-cli v1.3.2.0" "User Commands"
.TH BUT-CLI "1" "December 2023" "but-cli v1.3.3.0" "User Commands"
.SH NAME
but-cli \- manual page for but-cli v1.3.2.0
but-cli \- manual page for but-cli v1.3.3.0
.SH DESCRIPTION
But Core RPC client version v1.3.2.0
But Core RPC client version v1.3.3.0
.SS "Usage:"
.TP
but\-cli [options] <command> [params]
Expand Down
6 changes: 3 additions & 3 deletions doc/man/but-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 BUT-QT "1" "December 2023" "but-qt v1.3.2.0" "User Commands"
.TH BUT-QT "1" "December 2023" "but-qt v1.3.3.0" "User Commands"
.SH NAME
but-qt \- manual page for butd v1.3.2.0
but-qt \- manual page for butd v1.3.3.0
.SH DESCRIPTION
But Core Daemon version v1.3.2.0
But Core Daemon version v1.3.3.0
Usage:
.IP
but\-qt [command\-line options]
Expand Down
6 changes: 3 additions & 3 deletions doc/man/but-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 BUT-TX "1" "December 2023" "but-tx v1.3.2.0" "User Commands"
.TH BUT-TX "1" "December 2023" "but-tx v1.3.3.0" "User Commands"
.SH NAME
but-tx \- manual page for but-tx v1.3.2.0
but-tx \- manual page for but-tx v1.3.3.0
.SH DESCRIPTION
But Core but\-tx utility version v1.3.2.0
But Core but\-tx utility version v1.3.3.0
.SS "Usage:"
.TP
but\-tx [options] <hex\-tx> [commands]
Expand Down
6 changes: 3 additions & 3 deletions doc/man/butd.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 BUTD "1" "December 2023" "butd v1.3.2.0" "User Commands"
.TH BUTD "1" "December 2023" "butd v1.3.3.0" "User Commands"
.SH NAME
butd \- manual page for butd v1.3.2.0
butd \- manual page for butd v1.3.3.0
.SH DESCRIPTION
But Core Daemon version v1.3.2.0
But Core Daemon version v1.3.3.0
.SS "Usage:"
.TP
butd [options]
Expand Down
24 changes: 24 additions & 0 deletions doc/release-notes/but/release-notes-1.3.3.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
But Core version 1.3.3.0 Butk Moon Walker Bug-Fix Release !!!
==============================================================================

Release is now available from:

<https://github.com/miningplanet/but/releases>

Update to this release is not mandatory but highly recommended.

This is a new minor version release, fixing a bug, allowing us to sync from 0.

The initial chain verification performance is improved further.

And 'getdifficulties' new CLI function is added and 'getdifficulty' as well as 'gethashps' are realigned incl. new default parameters.


Update note!

Use v1.3.3.0 Butk Moon Walker Bug-Fix Release with the latest bootstrap to sync within 5 minutes on fast PCs or 10 on a VPS. To sync from block 0 will take some hours.

Please report bugs using the issue tracker at github:

https://github.com/miningplanet/but/issues

0 comments on commit 70aad8d

Please sign in to comment.