]> git.ipfire.org Git - thirdparty/FORT-validator.git/commitdiff
Prepare to release new version. v1.1.3
authorpcarana <pc.moreno2099@gmail.com>
Tue, 3 Dec 2019 00:55:32 +0000 (18:55 -0600)
committerpcarana <pc.moreno2099@gmail.com>
Tue, 3 Dec 2019 00:55:32 +0000 (18:55 -0600)
configure.ac
docs/_config.yml
docs/index.md
man/fort.8

index d8f624e11915deb7b943d9efb620b0b42dd3ac73..928ec13f3b83f49b2ce7cefdc12699414617b02e 100644 (file)
@@ -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])
 
index 3158455b0094f0d4b3259861ffbcd9d68803efdd..f54da124ad163eed13517af388e435e4a2adfca5 100644 (file)
@@ -7,4 +7,4 @@ defaults:
     values:
       layout: "default"
 
-fort-latest-version: 1.1.2
+fort-latest-version: 1.1.3
index cadfda1578a3170a5fc0e8f4b81a609e5468b2bf..a0f4beb66b9c218778600b9fefc37a5993b87aa8 100644 (file)
@@ -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 `<sys/cdefs.h>` 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
index c511eecda2c8150fcfdac5fb799cc0b63c2bc0d1..45048ef819e2ddb852e1982385444fa6357188b1 100644 (file)
@@ -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