From 1c1267f2ec67323bfd1206ff2930cc941c6969d2 Mon Sep 17 00:00:00 2001 From: Alberto Leiva Popper Date: Thu, 27 Jan 2022 16:13:51 -0600 Subject: [PATCH] Protocolary updates for release 4.1.7 --- LICENSE | 2 +- configure.ac | 2 +- docs/_config.yml | 2 +- docs/_layouts/default.html | 2 +- docs/en/download.md | 3 ++- docs/en/index.md | 31 +++++-------------------------- src/common/xlat.h | 4 ++-- src/mod/common/rfc7915/4to6.h | 6 ------ src/mod/nat64/jool.c | 6 ------ src/mod/siit/jool_siit.c | 6 ------ src/usr/argp/main.c | 6 ------ src/usr/argp/wargp/instance.c | 6 ------ src/usr/joold/joold.8 | 4 ++-- src/usr/nat64/jool.8 | 4 ++-- src/usr/siit/jool_siit.8 | 4 ++-- 15 files changed, 19 insertions(+), 69 deletions(-) diff --git a/LICENSE b/LICENSE index 77e16525f..7097c0db5 100644 --- a/LICENSE +++ b/LICENSE @@ -1,5 +1,5 @@ Jool - SIIT and NAT64 for Linux -Copyright (C) 2021 NIC Mexico +Copyright (C) 2022 NIC Mexico This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/configure.ac b/configure.ac index 986994aa1..947283ca6 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.68]) -AC_INIT([Jool], [4.1.6], [jool@nic.mx]) +AC_INIT([Jool], [4.1.7], [jool@nic.mx]) AC_CONFIG_SRCDIR([src/common/xlat.h]) AM_INIT_AUTOMAKE([subdir-objects]) LT_PREREQ([2.4.6]) diff --git a/docs/_config.yml b/docs/_config.yml index dd344028e..d38fe7ff9 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -1,7 +1,7 @@ markdown: kramdown baseurl: /Jool repository-url: https://github.com/NICMx/Jool -latest-version: 4.1.6 +latest-version: 4.1.7 rfc-siit: https://tools.ietf.org/html/rfc7915 draft-siit-eam: https://tools.ietf.org/html/rfc7757 diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html index d2df779c3..0333e8d51 100644 --- a/docs/_layouts/default.html +++ b/docs/_layouts/default.html @@ -59,7 +59,7 @@