From fdfe80ed18559be023215acd6b2e69fe8f19664c Mon Sep 17 00:00:00 2001 From: pcarana Date: Thu, 26 Mar 2020 17:06:40 -0600 Subject: [PATCH] Upgrade current version --- configure.ac | 2 +- docs/_config.yml | 2 +- docs/index.md | 7 +------ examples/config.json | 2 +- man/fort.8 | 4 ++-- 5 files changed, 6 insertions(+), 11 deletions(-) diff --git a/configure.ac b/configure.ac index 220cec9c..e0981157 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.2.0], [fort-validator@nic.mx]) +AC_INIT([fort], [1.2.1], [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 f34c8a93..5d8a28f0 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -7,4 +7,4 @@ defaults: values: layout: "default" -fort-latest-version: 1.2.0 +fort-latest-version: 1.2.1 diff --git a/docs/index.md b/docs/index.md index 2d791b71..e733d08c 100644 --- a/docs/index.md +++ b/docs/index.md @@ -10,9 +10,4 @@ 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 several updates, including: -- RRDP support (see [RFC 8182](https://tools.ietf.org/html/rfc8182)). -- Support HTTPS URIs at TALs (see [RFC 8630](https://tools.ietf.org/html/rfc8630)). -- Remember last valid SLURM in case of syntax error with a newer version. -- Setup script to fetch ARINs TAL. -- Add incidence to validate signed objects DER encoding. +Version **{{ site.fort-latest-version }}** is the latest official release. To fetch or review it, visit the [GitHub release](https://github.com/NICMx/FORT-validator/releases/tag/v{{ site.fort-latest-version }}){:target="_blank"}. \ No newline at end of file diff --git a/examples/config.json b/examples/config.json index 7de9eacf..550d1958 100644 --- a/examples/config.json +++ b/examples/config.json @@ -24,7 +24,7 @@ "file-name-format": "global-url" }, "http": { - "user-agent": "fort/1.2.0", + "user-agent": "fort/1.2.1", "connect-timeout": 30, "transfer-timeout": 0, "idle-timeout": 15, diff --git a/man/fort.8 b/man/fort.8 index 68d63db9..e6ddb691 100644 --- a/man/fort.8 +++ b/man/fort.8 @@ -1,4 +1,4 @@ -.TH fort 8 "2020-02-07" "v1.2.0" "FORT validator" +.TH fort 8 "2020-02-07" "v1.2.1" "FORT validator" .SH NAME fort \- RPKI certificate path validator and RTR server @@ -891,7 +891,7 @@ to a specific value: "file-name-format": "local-path" }, "http": { - "user-agent": "fort/1.2.0", + "user-agent": "fort/1.2.1", "connect-timeout": 30, "transfer-timeout": 0, "idle-timeout": 15, -- 2.47.3