Skip to content

Commit

Permalink
updates for release 4.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ydahhrk committed Aug 20, 2019
1 parent a1f2f7c commit 0e78a11
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 7 deletions.
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ([2.68])
AC_INIT([Jool], [4.0.4], [[email protected]])
AC_INIT([Jool], [4.0.5], [[email protected]])
AC_CONFIG_SRCDIR([src/common/xlat.h])
AM_INIT_AUTOMAKE([subdir-objects])

Expand All @@ -13,7 +13,7 @@ AC_PROG_CC
# If you need it to inherit more warnings, you will have to add them manually
# for now.
AS_IF([test "$GCC" = "yes"],
[WARNINGCFLAGS="-Wall -pedantic"],
[WARNINGCFLAGS="-Wall -pedantic -std=gnu11"],
[WARNINGCFLAGS=""])
AC_SUBST([WARNINGCFLAGS])

Expand Down
1 change: 1 addition & 0 deletions docs/en/download.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ Transitional packages:

| Release Date | Version | .tar.gz | Signature | Git commit |
|--------------|---------|---------|-----------|------------|
| 2019-08-20 | 4.0.5 | [Download]({{ site.downloads-url-2 }}/v4.0.5/jool-4.0.5.tar.gz) | [Signature]({{ site.downloads-url-2 }}/v4.0.5/jool-4.0.5.tar.gz.asc) | <a href="{{ site.repository-url }}/tree/v4.0.5" target="_blank">Link</a> |
| 2019-07-31 | 4.0.4 | [Download]({{ site.downloads-url-2 }}/v4.0.4/jool-4.0.4.tar.gz) | [Signature]({{ site.downloads-url-2 }}/v4.0.4/jool-4.0.4.tar.gz.asc) | <a href="{{ site.repository-url }}/tree/v4.0.4" target="_blank">Link</a> |
| 2019-07-19 | 4.0.3 | [Download]({{ site.downloads-url-2 }}/v4.0.3/jool-4.0.3.tar.gz) | [Signature]({{ site.downloads-url-2 }}/v4.0.3/jool-4.0.3.tar.gz.asc) | <a href="{{ site.repository-url }}/tree/v4.0.3" target="_blank">Link</a> |
| 2019-07-11 | <del>4.0.2</del> | [Download]({{ site.downloads-url-2 }}/v4.0.2/jool-4.0.2.tar.gz) | [Signature]({{ site.downloads-url-2 }}/v4.0.2/jool-4.0.2.tar.gz.asc) | <a href="{{ site.repository-url }}/tree/v4.0.2" target="_blank">Link</a> |
Expand Down
3 changes: 2 additions & 1 deletion docs/en/intro-jool.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ Please [let us know]({{ site.repository-url }}/issues) if you find additional co

| Jool version | Supported Linux kernels (mainline) | Supported Linux kernels (RHEL) |
|-------------------------------------|--------------------------------------|--------------------------------|
| [master]({{ site.repository-url }}) | 3.13 - 3.19<br />4.0 - 4.20<br />5.0-5.3 | RHEL 7.0 - RHEL 7.5 |
| [master]({{ site.repository-url }}) | 3.13 - 3.19<br />4.0 - 4.20<br />5.0-5.3 | RHEL 7.0 - RHEL 7.6 |
| [4.0.5](download.html#40x) | 3.13 - 3.19<br />4.0 - 4.20<br />5.0-5.3 | RHEL 7.0 - RHEL 7.6 |
| [4.0.1](download.html#40x) | 3.13 - 3.19<br />4.0 - 4.20<br />5.0 | RHEL 7.0 - RHEL 7.5 |
| [3.5.8](download.html#35x) | 3.2 - 3.19<br />4.0 - 4.18 | RHEL 7.0 - RHEL 7.4 |

Expand Down
2 changes: 1 addition & 1 deletion src/common/xlat.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
*/
#define JOOL_VERSION_MAJOR 4
#define JOOL_VERSION_MINOR 0
#define JOOL_VERSION_REV 4
#define JOOL_VERSION_REV 5
#define JOOL_VERSION_DEV 0

/** See http://stackoverflow.com/questions/195975 */
Expand Down
2 changes: 1 addition & 1 deletion src/usr/iptables/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# https://www.gnu.org/software/libtool/manual/libtool.html
# TODO But I mean, I should probably read it anyway.

DEFAULT_CFLAGS = -Wall -pedantic -O2
DEFAULT_CFLAGS = -Wall -pedantic -std=gnu11 -O2
DEFAULT_CFLAGS += -I../..
DEFAULT_CFLAGS += $(shell pkg-config xtables --cflags)

Expand Down
2 changes: 1 addition & 1 deletion src/usr/nat64/jool.8
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.\" Manpage for jool's userspace app.
.\" Report bugs to [email protected].

.TH jool 8 2019-07-31 v4.0.4 "NAT64 Jool's Userspace Client"
.TH jool 8 2019-08-20 v4.0.5 "NAT64 Jool's Userspace Client"

.SH NAME
jool - Interact with NAT64 Jool (the kernel module).
Expand Down
2 changes: 1 addition & 1 deletion src/usr/siit/jool_siit.8
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.\" Manpage for jool's userspace app.
.\" Report bugs to [email protected].

.TH jool_siit 8 2019-07-31 v4.0.4 "SIIT Jool's Userspace Client"
.TH jool_siit 8 2019-08-20 v4.0.5 "SIIT Jool's Userspace Client"

.SH NAME
jool_siit - Interact with SIIT Jool (the kernel module).
Expand Down

0 comments on commit 0e78a11

Please sign in to comment.