New release: 2.3.1
This commit is contained in:
parent
33183e1f4b
commit
4824735794
3 changed files with 7 additions and 1 deletions
5
Changes
5
Changes
|
|
@ -1,3 +1,8 @@
|
||||||
|
* 2020-11-07 Julien Rabier <jrabier@ilico.org> 2.3.1
|
||||||
|
- (main): Fix typo and misspellings errors
|
||||||
|
- docs: Fix wrong manual section
|
||||||
|
- Add systemd startup script
|
||||||
|
|
||||||
* 2020 Julien Rabier <jrabier@ilico.org> 2.3.0
|
* 2020 Julien Rabier <jrabier@ilico.org> 2.3.0
|
||||||
- Disable accounting by default
|
- Disable accounting by default
|
||||||
- (maint) Fixes common spelling error
|
- (maint) Fixes common spelling error
|
||||||
|
|
|
||||||
1
THANKS
1
THANKS
|
|
@ -36,3 +36,4 @@ Fernando Alves <fernando.alves@sameswireless.fr>
|
||||||
Benjamin Cama <benoar@dolka.fr>
|
Benjamin Cama <benoar@dolka.fr>
|
||||||
Sebastien Badia <seb@sebian.fr>
|
Sebastien Badia <seb@sebian.fr>
|
||||||
Julien Rabier <jrabier@ilico.org>
|
Julien Rabier <jrabier@ilico.org>
|
||||||
|
Baptiste Jonglez <git@bitsofnetwork.org>
|
||||||
|
|
|
||||||
2
l2tpns.h
2
l2tpns.h
|
|
@ -15,7 +15,7 @@
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <libcli.h>
|
#include <libcli.h>
|
||||||
|
|
||||||
#define VERSION "2.3.0"
|
#define VERSION "2.3.1"
|
||||||
|
|
||||||
// Limits
|
// Limits
|
||||||
#define MAXTUNNEL 500 // could be up to 65535
|
#define MAXTUNNEL 500 // could be up to 65535
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue