From: pcarana Date: Thu, 7 Nov 2019 17:27:48 +0000 (-0600) Subject: Upgrade version, code ready for testing X-Git-Tag: v1.1.2~1 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=4f0d3a91878c2e016485562276554af31dc7df1e;p=thirdparty%2FFORT-validator.git Upgrade version, code ready for testing --- diff --git a/configure.ac b/configure.ac index 4f03a4a2..d8f624e1 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.1], [fort-validator@nic.mx]) +AC_INIT([fort], [1.1.2], [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 450c1231..3158455b 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -7,4 +7,4 @@ defaults: values: layout: "default" -fort-latest-version: 1.1.1 +fort-latest-version: 1.1.2 diff --git a/docs/index.md b/docs/index.md index 17fc7751..cadfda15 100644 --- a/docs/index.md +++ b/docs/index.md @@ -10,4 +10,8 @@ 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 some minor bug fixes. +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 diff --git a/man/fort.8 b/man/fort.8 index ffeaa860..c511eecd 100644 --- a/man/fort.8 +++ b/man/fort.8 @@ -1,4 +1,4 @@ -.TH fort 8 "2019-10-14" "v1.1.1" "FORT validator" +.TH fort 8 "2019-11-07" "v1.1.2" "FORT validator" .SH NAME fort \- RPKI certificate path validator and RTR server