File tree 2 files changed +13
-6
lines changed
2 files changed +13
-6
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to this project will be documented in this file.
4
4
5
- ## Unreleased
5
+ ## [ 1.1.0] ( https://github.com/flowerysong/OpenARC/releases/tag/v1.1.0 ) - 2024-11-05
6
+
7
+ In this development cycle all open issues and PRs in
8
+ https://github.com/trusteddomainproject/OpenARC were reviewed and
9
+ either addressed or rejected, changes in the ARC spec between the
10
+ drafts OpenARC initially implemented and the final version of RFC 8617
11
+ were reviewed and addressed, and all embedded comments indicating a
12
+ known issue with the code were addressed.
6
13
7
14
### Added
8
15
- ` oldest-pass ` processing per [ RFC 8617 section 5.2] ( https://datatracker.ietf.org/doc/html/rfc8617#section-5.2 ) .
@@ -66,11 +73,11 @@ All notable changes to this project will be documented in this file.
66
73
- milter - Small memory leak during config loading.
67
74
- milter - The ` Authentication-Results ` authserv-id can contain UTF-8.
68
75
69
- ## 1.0.0 - 2024-10-18
76
+ ## [ 1.0.0] ( https://github.com/flowerysong/OpenARC/releases/tag/v1.0.0 ) - 2024-10-18
70
77
71
78
No notable changes.
72
79
73
- ## 1.0.0rc0 - 2024-10-15
80
+ ## [ 1.0.0rc0] ( https://github.com/flowerysong/OpenARC/releases/tag/v1.0.0rc0 ) - 2024-10-15
74
81
75
82
Changes since the last Trusted Domain Project release.
76
83
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ m4_define([VERSION_RELEASE], 1)
16
16
m4_define ( [ VERSION_MAJOR_REV] , 1 )
17
17
m4_define ( [ VERSION_MINOR_REV] , 0 )
18
18
# leave this empty for an actual release
19
- m4_define ( [ VERSION_PRE] , [ pre0 ] )
19
+ m4_define ( [ VERSION_PRE] , [ ] )
20
20
21
21
#
22
22
# Library version, only update at release time
@@ -25,8 +25,8 @@ m4_define([VERSION_PRE], [pre0])
25
25
# - bump age with backwards compatible API additions, reset age with
26
26
# removal or modification
27
27
#
28
- m4_define ( [ LIBVERSION_CURRENT] , 0 )
29
- m4_define ( [ LIBVERSION_REVISION] , 1 )
28
+ m4_define ( [ LIBVERSION_CURRENT] , 1 )
29
+ m4_define ( [ LIBVERSION_REVISION] , 0 )
30
30
m4_define ( [ LIBVERSION_AGE] , 0 )
31
31
32
32
#
You can’t perform that action at this time.
0 commit comments