Skip to content

Commit fec8e1d

Browse files
committed
Release v3.0.4
1 parent 19fefc2 commit fec8e1d

7 files changed

+94
-22
lines changed

configure.ac

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ dnl require autoconf 2.60 (AS_ECHO/AS_ECHO_N)
22
AC_PREREQ([2.60])
33
define(_CLIENT_VERSION_MAJOR, 3)
44
define(_CLIENT_VERSION_MINOR, 0)
5-
define(_CLIENT_VERSION_REVISION, 3)
5+
define(_CLIENT_VERSION_REVISION, 4)
66
define(_CLIENT_VERSION_BUILD, 0)
77
define(_CLIENT_VERSION_RC, 0)
88
define(_CLIENT_VERSION_IS_RELEASE, true)
9-
define(_COPYRIGHT_YEAR, 2020)
9+
define(_COPYRIGHT_YEAR, 2024)
1010
define(_COPYRIGHT_HOLDERS,[The %s developers])
1111
define(_COPYRIGHT_HOLDERS_SUBSTITUTION,[[LitecoinZ Core]])
1212
AC_INIT([LitecoinZ Core],m4_join([.], _CLIENT_VERSION_MAJOR, _CLIENT_VERSION_MINOR, _CLIENT_VERSION_REVISION, m4_if(_CLIENT_VERSION_BUILD, [0], [], _CLIENT_VERSION_BUILD))m4_if(_CLIENT_VERSION_RC, [0], [], [rc]_CLIENT_VERSION_RC),[https://github.com/litecoinz-core/litecoinz/issues],[litecoinz],[https://litecoinz.org/])

doc/man/litecoinz-cli.1

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.6.
2-
.TH LITECOINZ-CLI "1" "December 2020" "litecoinz-cli v3.0.3.0" "User Commands"
2+
.TH LITECOINZ-CLI "1" "June 2024" "litecoinz-cli v3.0.4.0" "User Commands"
33
.SH NAME
4-
litecoinz-cli \- manual page for litecoinz-cli v3.0.3.0
4+
litecoinz-cli \- manual page for litecoinz-cli v3.0.4.0
55
.SH SYNOPSIS
66
.B litecoinz-cli
77
[\fI\,options\/\fR] \fI\,<command> \/\fR[\fI\,params\/\fR] \fI\,Send command to LitecoinZ Core\/\fR
@@ -15,7 +15,7 @@ litecoinz-cli \- manual page for litecoinz-cli v3.0.3.0
1515
.B litecoinz-cli
1616
[\fI\,options\/\fR] \fI\,help <command> Get help for a command\/\fR
1717
.SH DESCRIPTION
18-
LitecoinZ Core RPC client version v3.0.3.0
18+
LitecoinZ Core RPC client version v3.0.4.0
1919
.SH OPTIONS
2020
.HP
2121
\-?
@@ -112,7 +112,7 @@ regtest
112112
Use the test chain. Equivalent to \fB\-chain\fR=\fI\,test\/\fR.
113113
.SH COPYRIGHT
114114
Copyright (C) 2009-2020 The Bitcoin Core developers
115-
Copyright (C) 2017-2020 The LitecoinZ Core developers
115+
Copyright (C) 2017-2024 The LitecoinZ Core developers
116116

117117
Please contribute if you find LitecoinZ Core useful. Visit
118118
<https://litecoinz.org> for further information about the software.

doc/man/litecoinz-qt.1

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.6.
2-
.TH LITECOINZ-QT "1" "December 2020" "litecoinz-qt v3.0.3.0" "User Commands"
2+
.TH LITECOINZ-QT "1" "June 2024" "litecoinz-qt v3.0.4.0" "User Commands"
33
.SH NAME
4-
litecoinz-qt \- manual page for litecoinz-qt v3.0.3.0
4+
litecoinz-qt \- manual page for litecoinz-qt v3.0.4.0
55
.SH SYNOPSIS
66
.B litecoinz-qt
77
[\fI\,command-line options\/\fR]
88
.SH DESCRIPTION
9-
LitecoinZ Core version v3.0.3.0 (64\-bit)
9+
LitecoinZ Core version v3.0.4.0 (64\-bit)
1010
.SH OPTIONS
1111
.HP
1212
\-?
@@ -653,7 +653,7 @@ Set SSL root certificates for payment request (default: \fB\-system\-\fR)
653653
Show splash screen on startup (default: 1)
654654
.SH COPYRIGHT
655655
Copyright (C) 2009-2020 The Bitcoin Core developers
656-
Copyright (C) 2017-2020 The LitecoinZ Core developers
656+
Copyright (C) 2017-2024 The LitecoinZ Core developers
657657

658658
Please contribute if you find LitecoinZ Core useful. Visit
659659
<https://litecoinz.org> for further information about the software.

doc/man/litecoinz-tx.1

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.6.
2-
.TH LITECOINZ-TX "1" "December 2020" "litecoinz-tx v3.0.3.0" "User Commands"
2+
.TH LITECOINZ-TX "1" "June 2024" "litecoinz-tx v3.0.4.0" "User Commands"
33
.SH NAME
4-
litecoinz-tx \- manual page for litecoinz-tx v3.0.3.0
4+
litecoinz-tx \- manual page for litecoinz-tx v3.0.4.0
55
.SH SYNOPSIS
66
.B litecoinz-tx
77
[\fI\,options\/\fR] \fI\,<hex-tx> \/\fR[\fI\,commands\/\fR] \fI\,Update hex-encoded litecoinz transaction\/\fR
88
.br
99
.B litecoinz-tx
1010
[\fI\,options\/\fR] \fI\,-create \/\fR[\fI\,commands\/\fR] \fI\,Create hex-encoded litecoinz transaction\/\fR
1111
.SH DESCRIPTION
12-
LitecoinZ Core litecoinz\-tx utility version v3.0.3.0
12+
LitecoinZ Core litecoinz\-tx utility version v3.0.4.0
1313
.SH OPTIONS
1414
.HP
1515
\-?
@@ -113,7 +113,7 @@ set=NAME:JSON\-STRING
113113
Set register NAME to given JSON\-STRING
114114
.SH COPYRIGHT
115115
Copyright (C) 2009-2020 The Bitcoin Core developers
116-
Copyright (C) 2017-2020 The LitecoinZ Core developers
116+
Copyright (C) 2017-2024 The LitecoinZ Core developers
117117

118118
Please contribute if you find LitecoinZ Core useful. Visit
119119
<https://litecoinz.org> for further information about the software.

doc/man/litecoinz-wallet.1

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.6.
2-
.TH LITECOINZ-WALLET "1" "December 2020" "litecoinz-wallet v3.0.3.0" "User Commands"
2+
.TH LITECOINZ-WALLET "1" "June 2024" "litecoinz-wallet v3.0.4.0" "User Commands"
33
.SH NAME
4-
litecoinz-wallet \- manual page for litecoinz-wallet v3.0.3.0
4+
litecoinz-wallet \- manual page for litecoinz-wallet v3.0.4.0
55
.SH DESCRIPTION
6-
LitecoinZ Core litecoinz\-wallet version v3.0.3.0
6+
LitecoinZ Core litecoinz\-wallet version v3.0.4.0
77
.PP
88
wallet\-tool is an offline tool for creating and interacting with LitecoinZ Core wallet files.
99
By default wallet\-tool will act on wallets in the default mainnet wallet directory in the datadir.
@@ -58,7 +58,7 @@ info
5858
Get wallet info
5959
.SH COPYRIGHT
6060
Copyright (C) 2009-2020 The Bitcoin Core developers
61-
Copyright (C) 2017-2020 The LitecoinZ Core developers
61+
Copyright (C) 2017-2024 The LitecoinZ Core developers
6262

6363
Please contribute if you find LitecoinZ Core useful. Visit
6464
<https://litecoinz.org> for further information about the software.

doc/man/litecoinzd.1

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.6.
2-
.TH LITECOINZD "1" "December 2020" "litecoinzd v3.0.3.0" "User Commands"
2+
.TH LITECOINZD "1" "June 2024" "litecoinzd v3.0.4.0" "User Commands"
33
.SH NAME
4-
litecoinzd \- manual page for litecoinzd v3.0.3.0
4+
litecoinzd \- manual page for litecoinzd v3.0.4.0
55
.SH SYNOPSIS
66
.B litecoinzd
77
[\fI\,options\/\fR] \fI\,Start LitecoinZ Core\/\fR
88
.SH DESCRIPTION
9-
LitecoinZ Core version v3.0.3.0
9+
LitecoinZ Core version v3.0.4.0
1010
.SH OPTIONS
1111
.HP
1212
\-?
@@ -627,7 +627,7 @@ Username for JSON\-RPC connections
627627
Accept command line and JSON\-RPC commands
628628
.SH COPYRIGHT
629629
Copyright (C) 2009-2020 The Bitcoin Core developers
630-
Copyright (C) 2017-2020 The LitecoinZ Core developers
630+
Copyright (C) 2017-2024 The LitecoinZ Core developers
631631

632632
Please contribute if you find LitecoinZ Core useful. Visit
633633
<https://litecoinz.org> for further information about the software.
+72
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
1+
3.0.4 Release Notes
2+
===============
3+
4+
LitecoinZ Core version 3.0.4 is now available from:
5+
6+
https://github.com/litecoinz-core/litecoinz/releases/tag/v3.0.4
7+
8+
This is a new major version release, including new features, various bugfixes and performance improvements, as well as updated translations.
9+
10+
Please report bugs using the issue tracker at GitHub:
11+
12+
https://github.com/litecoinz-core/litecoinz/issues
13+
14+
How to Upgrade
15+
===============
16+
17+
No actions are required if you are running version v3.0.0 or later.
18+
19+
If you are running a version older than v3.0.0, shut it down. Wait until it has completely
20+
shut down (which might take a few minutes for older versions), then make a
21+
backup of the file wallet.dat and run the installer (on Windows) or just copy
22+
over /Applications/LitecoinZ-Qt (on Mac) or litecoinz/litecoinz-qt (on Linux).
23+
24+
Run the following command:
25+
26+
```./litecoinzd -upgradewallet -rescan -reindex```
27+
28+
or
29+
30+
```./litecoinz-qt -upgradewallet -rescan -reindex```
31+
32+
If running on Windows:
33+
34+
```litecoinzd.exe -upgradewallet -rescan -reindex```
35+
36+
or
37+
38+
```litecoinz-qt.exe -upgradewallet -rescan -reindex```
39+
40+
Notable changes
41+
===============
42+
43+
Hard Fork at height 765949
44+
-----------------------------------
45+
Switching to the new PoW algorithm Zawy Lwma. This should reduce hash power spikes.
46+
47+
Difficulty reset
48+
--------------------------
49+
Adjusted difficulty for resuming from a long period of inactivity.
50+
51+
SPROUT Addresses
52+
--------------------------
53+
Creating new legacy SPROUT addresses is now disabled.
54+
55+
Fixes:
56+
======
57+
58+
- Fix z_getnewaddress issue on encrypted wallet
59+
- Fix gitian build
60+
- Fix 'z_getnewaddress' issue
61+
- Fix missing EXCLUSIVE_LOCKS_REQUIRED
62+
- Fix 'QFlags is deprecated' warnings
63+
- Fix 'buttonClicked is deprecated' warnings
64+
- Fix 'QDateTime is deprecated' warnings
65+
- Fix 'split is deprecated' warnings
66+
- Fix 'pixmap is deprecated' warnings
67+
- Fix bad-sapling-root-in-block issue
68+
69+
Known issues
70+
===============
71+
72+
* There is an issue on Windows with not latin characters in user profile path. To solve this issue please start LitecoinZ using parameters ```-datadir``` and ```-paramsdir``` specifying a custom folder. Example: litecoinz-qt.exe -datadir=C:\LTZ\Data -paramsdir=C:\LTZ\Params

0 commit comments

Comments
 (0)