1
0
Fork 0
mirror of https://github.com/eosswedenorg/thalos synced 2026-06-20 09:56:47 +02:00

Version 0.3.0

This commit is contained in:
Henrik Hautakoski 2024-01-21 14:30:31 +01:00
parent a3624d131e
commit 062bdae620
2 changed files with 13 additions and 1 deletions

View file

@ -3,7 +3,7 @@ GO=go
GOLDFLAGS=-v -s -w -X main.VersionString=$(PROGRAM_VERSION) GOLDFLAGS=-v -s -w -X main.VersionString=$(PROGRAM_VERSION)
GOBUILDFLAGS=-v -p $(shell nproc) -ldflags="$(GOLDFLAGS)" GOBUILDFLAGS=-v -p $(shell nproc) -ldflags="$(GOLDFLAGS)"
PROGRAM=thalos-server PROGRAM=thalos-server
PROGRAM_VERSION=0.2.1 PROGRAM_VERSION=0.3.0
PREFIX=/usr/local PREFIX=/usr/local
BINDIR=$(PREFIX)/bin BINDIR=$(PREFIX)/bin
CFGDIR=$(PREFIX)/etc/thalos CFGDIR=$(PREFIX)/etc/thalos

12
debian/changelog vendored
View file

@ -1,3 +1,15 @@
thalos (0.3.0) bionic focal jammy; urgency=medium
* Feature: Table Delta message (issue https://github.com/eosswedenorg/thalos/issues/31)
* Feature: Rollback message (issue https://github.com/eosswedenorg/thalos/issues/30)
* Bug: Fix a bug where GlobalSequence was passed as ActionTrace.Receipt.RecvSequence
* Bug: fixed random password generator in redis-acl tool to not produce
the same password if executed during the same second.
* Security: update golang.org/x/crypto from 0.14.0 to 0.17.0
-- Henrik Hautakoski <henrik.hautakoski@gmail.com> Sun, 21 Jan 2024 14:29:23 +0100
thalos (0.2.2) bionic focal jammy; urgency=medium thalos (0.2.2) bionic focal jammy; urgency=medium
* Current processing state (block number) is now cached and loaded on start. * Current processing state (block number) is now cached and loaded on start.