-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Protocolary updates for release 4.1.11
- Loading branch information
Showing
18 changed files
with
34 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
# Process this file with autoconf to produce a configure script. | ||
|
||
AC_PREREQ([2.68]) | ||
AC_INIT([Jool], [4.1.10], [[email protected]]) | ||
AC_INIT([Jool], [4.1.11], [[email protected]]) | ||
AC_CONFIG_SRCDIR([src/common/xlat.h]) | ||
AM_INIT_AUTOMAKE([subdir-objects]) | ||
LT_PREREQ([2.4.6]) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
#include "usr/argp/log.h" | ||
|
||
const char *argp_program_version = JOOL_VERSION_STR; | ||
const char *argp_program_bug_address = "[email protected]"; | ||
const char *argp_program_bug_address = "[email protected]"; | ||
|
||
int wargp_parse_bool(void *input, int key, char *str); | ||
int wargp_parse_u32(void *field, int key, char *str); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
.\" Manpage for jool's session synchronization daemon. | ||
|
||
.TH joold 8 2023-06-11 v4.1.10 "NAT64 Jool's Session Synchronization Daemon" | ||
.TH joold 8 2023-12-22 v4.1.11 "NAT64 Jool's Session Synchronization Daemon" | ||
|
||
.SH NAME | ||
joold - Userspace Session Synchronization (SS) daemon for NAT64 Jool. | ||
|
@@ -147,9 +147,7 @@ Zero on success, non-zero on failure. | |
NIC Mexico & ITESM | ||
|
||
.SH REPORTING BUGS | ||
Our issue tracker is https://github.com/NICMx/Jool/issues. | ||
.br | ||
If you want to mail us instead, use [email protected]. | ||
https://github.com/NICMx/Jool/issues | ||
|
||
.SH KNOWN BUGS | ||
1. reuseaddr should probably default to 1... | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
.\" Manpage for jool's userspace app. | ||
.\" Report bugs to [email protected]. | ||
|
||
.TH jool 8 2023-06-11 v4.1.10 "NAT64 Jool's Userspace Client" | ||
.TH jool 8 2023-12-22 v4.1.11 "NAT64 Jool's Userspace Client" | ||
|
||
.SH NAME | ||
jool - Interact with NAT64 Jool (the kernel module). | ||
|
@@ -411,8 +410,7 @@ Zero on success, non-zero on failure. | |
NIC Mexico & ITESM | ||
|
||
.SH REPORTING BUGS | ||
Our issue tracker is https://github.com/NICMx/Jool/issues. | ||
If you want to mail us instead, use [email protected]. | ||
https://github.com/NICMx/Jool/issues | ||
|
||
.SH COPYRIGHT | ||
Copyright 2023 NIC Mexico. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
.\" Manpage for jool's userspace app. | ||
.\" Report bugs to [email protected]. | ||
|
||
.TH jool_siit 8 2023-06-11 v4.1.10 "SIIT Jool's Userspace Client" | ||
.TH jool_siit 8 2023-12-22 v4.1.11 "SIIT Jool's Userspace Client" | ||
|
||
.SH NAME | ||
jool_siit - Interact with SIIT Jool (the kernel module). | ||
|
@@ -317,8 +316,7 @@ Zero on success, non-zero on failure. | |
NIC Mexico & ITESM | ||
|
||
.SH REPORTING BUGS | ||
Our issue tracker is https://github.com/NICMx/Jool/issues. | ||
If you want to mail us instead, use [email protected]. | ||
https://github.com/NICMx/Jool/issues | ||
|
||
.SH COPYRIGHT | ||
Copyright 2023 NIC Mexico. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
AC_PREREQ([2.68]) | ||
AC_INIT([graybox], [1.0.0], [[email protected]]) | ||
AC_INIT([graybox], [1.0.0], [[email protected]]) | ||
AC_CONFIG_SRCDIR([usr/graybox.c]) | ||
AM_INIT_AUTOMAKE([subdir-objects]) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
.\" Manpage for graybox's userspace app. | ||
.\" Report bugs to [email protected]. | ||
.\" Report bugs to [email protected]. | ||
|
||
.TH graybox 7 2016-09-01 v1.0.0 "Graybox kernel module's client" | ||
|
||
|
@@ -136,8 +136,7 @@ Kernels 3.2.0 and up. | |
NIC Mexico & ITESM | ||
|
||
.SH REPORTING BUGS | ||
Our issue tracker is https://github.com/NICMx/Jool/issues. | ||
If you want to mail us instead, use [email protected]. | ||
https://github.com/NICMx/Jool/issues | ||
|
||
.SH COPYRIGHT | ||
Copyright 2016 NIC Mexico. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters