New release: 2.3.2

This commit is contained in:
Julien Rabier 2021-01-31 17:35:36 +01:00
parent 11d63a0c52
commit bc2d55725b
2 changed files with 6 additions and 1 deletions

View file

@ -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 * 2020-11-07 Julien Rabier <jrabier@ilico.org> 2.3.1
- (main): Fix typo and misspellings errors - (main): Fix typo and misspellings errors
- docs: Fix wrong manual section - docs: Fix wrong manual section

View file

@ -15,7 +15,7 @@
#include <sys/types.h> #include <sys/types.h>
#include <libcli.h> #include <libcli.h>
#define VERSION "2.3.1" #define VERSION "2.3.2"
// Limits // Limits
#define MAXTUNNEL 500 // could be up to 65535 #define MAXTUNNEL 500 // could be up to 65535