commit 33ebb25a0f737b682f207537a7148d976ae65789 from: Alexander Arkhipov date: Fri Sep 30 13:26:18 2022 UTC increment version to 0.3 commit - 0026510b8b2e78f5b268b44c5f6abf7b61b36563 commit + 33ebb25a0f737b682f207537a7148d976ae65789 blob - 1590f61da45682fb25f20e6686c638ea67924f4b blob + e6f13e0c838d5d151f5ae7254c33cf9f99284ce2 --- CHANGES +++ CHANGES @@ -1,3 +1,14 @@ +0.3 + +- Added support for pledge(2) and unveil(2) on OpenBSD. +- Added protection against integer overflows. +- Removed the BSD dependencies. +- Improved the portability of the Makefile. + +0.2.1 + +Minor improvements to documentation, error messages etc. + 0.2 - Bugfixes and cleanup; blob - 4298884bfe9b15ed76eb202a3d82f1c0aa0d843f blob + 7f5469ff4cf29aa90b310f4baa8115aa89f6b49e --- config.mk +++ config.mk @@ -1,4 +1,4 @@ -VERSION = 0.2.1 +VERSION = 0.3 PREFIX = /usr/local MANPREFIX = $(PREFIX)/man