From fe964f85e0d566eb7ccb2a3285d3cd7806aaf060 Mon Sep 17 00:00:00 2001 From: Paul Arthur Date: Tue, 5 Nov 2024 17:43:10 +0000 Subject: [PATCH] Prep for 1.1.0 release --- CHANGELOG.md | 17 ++++++++++++++--- configure.ac | 6 +++--- 2 files changed, 17 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c7bd482..02cdb12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,18 @@ All notable changes to this project will be documented in this file. -## Unreleased +## [1.1.0](https://github.com/flowerysong/OpenARC/releases/tag/v1.1.0) - 2024-11-05 + +In this development cycle all open issues and PRs in +https://github.com/trusteddomainproject/OpenARC were reviewed and +either addressed or rejected, changes in the ARC spec between the +drafts OpenARC initially implemented and the final version of RFC 8617 +were reviewed and addressed, and all embedded comments indicating a +known issue with the code were addressed. + +Other efforts focused on housekeeping tasks such as cleaning up unused +and broken parts of the build system, reducing code duplication, and +increasing test coverage. ### Added - `oldest-pass` processing per [RFC 8617 section 5.2](https://datatracker.ietf.org/doc/html/rfc8617#section-5.2). @@ -66,11 +77,11 @@ All notable changes to this project will be documented in this file. - milter - Small memory leak during config loading. - milter - The `Authentication-Results` authserv-id can contain UTF-8. -## 1.0.0 - 2024-10-18 +## [1.0.0](https://github.com/flowerysong/OpenARC/releases/tag/v1.0.0) - 2024-10-18 No notable changes. -## 1.0.0rc0 - 2024-10-15 +## [1.0.0rc0](https://github.com/flowerysong/OpenARC/releases/tag/v1.0.0rc0) - 2024-10-15 Changes since the last Trusted Domain Project release. diff --git a/configure.ac b/configure.ac index d40be13..2d496b9 100644 --- a/configure.ac +++ b/configure.ac @@ -16,7 +16,7 @@ m4_define([VERSION_RELEASE], 1) m4_define([VERSION_MAJOR_REV], 1) m4_define([VERSION_MINOR_REV], 0) # leave this empty for an actual release -m4_define([VERSION_PRE], [pre0]) +m4_define([VERSION_PRE], []) # # Library version, only update at release time @@ -25,8 +25,8 @@ m4_define([VERSION_PRE], [pre0]) # - bump age with backwards compatible API additions, reset age with # removal or modification # -m4_define([LIBVERSION_CURRENT], 0) -m4_define([LIBVERSION_REVISION], 1) +m4_define([LIBVERSION_CURRENT], 1) +m4_define([LIBVERSION_REVISION], 0) m4_define([LIBVERSION_AGE], 0) #