commit 8c548e7b04356d7319804106b27c329ba2d99b5c from: Alexander Arkhipov date: Thu Oct 06 17:31:06 2022 UTC increment version to 0.2.1 commit - 1111d9d28b2cad09f41a28e1d0724e68424f9cf7 commit + 8c548e7b04356d7319804106b27c329ba2d99b5c blob - 900c3969ccf833dbfa3afe17ab45c235825a452d blob + b2635bacf78b5585dbd8ac03c851bd4add729735 --- CHANGES +++ CHANGES @@ -1,3 +1,8 @@ +0.2.1 + +- The program now uses a pre-allocade buffer instead of malloc. +- Rene now correctly returns >0 upon failing to rename a file. + 0.2 - Added support for pledge. blob - b4129669f502beb7f38b1ecb1852ccf4c9655cce blob + 675ca8c1a2763899a11eba2d376fc4f9d87bf2bf --- config.mk +++ config.mk @@ -1,4 +1,4 @@ -VERSION = 0.2 +VERSION = 0.2.1 PREFIX = /usr/local MANPREFIX = $(PREFIX)/man