From 641a09a5b2ff6a3b2b8a1c44656990532967cc3a Mon Sep 17 00:00:00 2001 From: pcarana Date: Mon, 2 Dec 2019 18:55:32 -0600 Subject: [PATCH] Prepare to release new version. --- configure.ac | 2 +- docs/_config.yml | 2 +- docs/index.md | 7 ++----- man/fort.8 | 2 +- 4 files changed, 5 insertions(+), 8 deletions(-) diff --git a/configure.ac b/configure.ac index d8f624e1..928ec13f 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.69]) -AC_INIT([fort], [1.1.2], [fort-validator@nic.mx]) +AC_INIT([fort], [1.1.3], [fort-validator@nic.mx]) AC_CONFIG_SRCDIR([src/main.c]) AM_INIT_AUTOMAKE([subdir-objects]) diff --git a/docs/_config.yml b/docs/_config.yml index 3158455b..f54da124 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -7,4 +7,4 @@ defaults: values: layout: "default" -fort-latest-version: 1.1.2 +fort-latest-version: 1.1.3 diff --git a/docs/index.md b/docs/index.md index cadfda15..a0f4beb6 100644 --- a/docs/index.md +++ b/docs/index.md @@ -10,8 +10,5 @@ FORT validator is an MIT-licensed RPKI Relying Party, this is a tool offered as ## Status -Version [{{ site.fort-latest-version }}](https://github.com/NICMx/FORT-validator/releases/tag/v{{ site.fort-latest-version }}){:target="_blank"} is the latest official release, includes minor upgrades: -- New program arguments: `log.level` and `log.output` (see [Logging](logging.html)). -- Add license for asn1c created code. -- Remove `` header since isn't really necessary. -- Add `-Wno-cpp` flag at compilation to avoid such warnings. \ No newline at end of file +Version [{{ site.fort-latest-version }}](https://github.com/NICMx/FORT-validator/releases/tag/v{{ site.fort-latest-version }}){:target="_blank"} is the latest official release, includes a bug fix: +- Whenever multiple TAL's are being validated, if an error occurs while fetching the root certificate from one of them, discard the validation results from the rest of the TALs. This will avoid to send a considerable amount of withdrawal PDUs to the router(s) due to an error that isn't proper of the RPKI validation. \ No newline at end of file diff --git a/man/fort.8 b/man/fort.8 index c511eecd..45048ef8 100644 --- a/man/fort.8 +++ b/man/fort.8 @@ -1,4 +1,4 @@ -.TH fort 8 "2019-11-07" "v1.1.2" "FORT validator" +.TH fort 8 "2019-12-02" "v1.1.3" "FORT validator" .SH NAME fort \- RPKI certificate path validator and RTR server -- 2.47.2