Release; update version string in CMakeLists.txt, doc/README, Doxyfile.
Update doc/HISTORY and debian/changelog.
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)
# 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
-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
* 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
-onak 0.6.0
+onak 0.6.1
Copyright 2003-2020 Jonathan McDowell
https://www.earth.li/projectpurple/progs/onak.html