From bd759e962e2434d41f154e8c2c09a8e8bbfc7943 Mon Sep 17 00:00:00 2001 From: Jonathan McDowell Date: Sun, 13 Sep 2020 11:51:07 +0100 Subject: [PATCH] 0.6.1 release Release; update version string in CMakeLists.txt, doc/README, Doxyfile. Update doc/HISTORY and debian/changelog. --- CMakeLists.txt | 2 +- Doxyfile | 2 +- debian/changelog | 2 +- doc/HISTORY | 4 ++++ doc/README | 2 +- 5 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3acea5c..98659b3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.1 FATAL_ERROR) -project(onak VERSION 0.6.0 LANGUAGES C) +project(onak VERSION 0.6.1 LANGUAGES C) include(CheckSymbolExists) include(FindPkgConfig) diff --git a/Doxyfile b/Doxyfile index eb95717..e09a96c 100644 --- a/Doxyfile +++ b/Doxyfile @@ -32,7 +32,7 @@ PROJECT_NAME = onak # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = 0.6.0 +PROJECT_NUMBER = 0.6.1 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer diff --git a/debian/changelog b/debian/changelog index 09e3b7a..16c71cf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -onak (0.6.0-1) UNRELEASED; urgency=low +onak (0.6.1-1) UNRELEASED; urgency=low * New upstream release * Bump debhelper compat level to 10 diff --git a/doc/HISTORY b/doc/HISTORY index fe570df..12b55b5 100644 --- a/doc/HISTORY +++ b/doc/HISTORY @@ -362,3 +362,7 @@ * Various pieces of work removing support for 32 bit key IDs and coping with colliding 64 bit key IDs. * Remove support for libnettle versions that lack the full SHA2 suite + +0.6.1 - 13th September 2020 + +* Fixes for compilation without nettle + with later releases of nettle diff --git a/doc/README b/doc/README index e325b69..4878ddd 100644 --- a/doc/README +++ b/doc/README @@ -1,4 +1,4 @@ -onak 0.6.0 +onak 0.6.1 Copyright 2003-2020 Jonathan McDowell https://www.earth.li/projectpurple/progs/onak.html -- 2.39.2