From: pcarana Date: Tue, 3 Dec 2019 00:55:32 +0000 (-0600) Subject: Prepare to release new version. X-Git-Tag: v1.1.3^0 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=641a09a5b2ff6a3b2b8a1c44656990532967cc3a;p=thirdparty%2FFORT-validator.git Prepare to release new version. --- 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