New release: 2.3.2
This commit is contained in:
parent
11d63a0c52
commit
bc2d55725b
2 changed files with 6 additions and 1 deletions
5
Changes
5
Changes
|
|
@ -1,3 +1,8 @@
|
|||
* 2021-01-31 Julien Rabier <jrabier@ilico.org> 2.3.2
|
||||
- docs: Convert from docbook to markdown and pandoc
|
||||
- Fix: infinite loop error 'Unknown AVP vendor'
|
||||
- Fix: adjust Makefile in order to cross build from source in Debian
|
||||
|
||||
* 2020-11-07 Julien Rabier <jrabier@ilico.org> 2.3.1
|
||||
- (main): Fix typo and misspellings errors
|
||||
- docs: Fix wrong manual section
|
||||
|
|
|
|||
2
l2tpns.h
2
l2tpns.h
|
|
@ -15,7 +15,7 @@
|
|||
#include <sys/types.h>
|
||||
#include <libcli.h>
|
||||
|
||||
#define VERSION "2.3.1"
|
||||
#define VERSION "2.3.2"
|
||||
|
||||
// Limits
|
||||
#define MAXTUNNEL 500 // could be up to 65535
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue