From 062bdae620bf13743c17c0d674fa2ed62d4bd3b1 Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Sun, 21 Jan 2024 14:30:31 +0100 Subject: [PATCH] Version 0.3.0 --- Makefile | 2 +- debian/changelog | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d7f64d4..b8178f0 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ GO=go GOLDFLAGS=-v -s -w -X main.VersionString=$(PROGRAM_VERSION) GOBUILDFLAGS=-v -p $(shell nproc) -ldflags="$(GOLDFLAGS)" PROGRAM=thalos-server -PROGRAM_VERSION=0.2.1 +PROGRAM_VERSION=0.3.0 PREFIX=/usr/local BINDIR=$(PREFIX)/bin CFGDIR=$(PREFIX)/etc/thalos diff --git a/debian/changelog b/debian/changelog index 6744a4b..53c240a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Sun, 21 Jan 2024 14:29:23 +0100 + thalos (0.2.2) bionic focal jammy; urgency=medium * Current processing state (block number) is now cached and loaded on start.