Skip to content
Snippets Groups Projects
Commit b6db02da authored by Guillaume ROUSSE's avatar Guillaume ROUSSE
Browse files

new version 2.0.4

parent c563eb17
No related branches found
No related tags found
No related merge requests found
# eduGAIN Access Check Changelog # eduGAIN Access Check Changelog
## Version 2.0.4 (10/08/2023)
* fix database initialisation in update-metadata
* no need to report unsollicited requests, we don't have any associated procedure
## Version 2.0.3 (14/04/2022) ## Version 2.0.3 (14/04/2022)
* fix client address determination when using IPv6 or private address * fix client address determination when using IPv6 or private address
......
AC_PREREQ(2.59) AC_PREREQ(2.59)
AC_INIT([access-check], 2.0.2) AC_INIT([access-check], 2.0.4)
AM_INIT_AUTOMAKE([foreign]) AM_INIT_AUTOMAKE([foreign])
AC_REQUIRE_AUX_FILE([tap-driver.sh]) AC_REQUIRE_AUX_FILE([tap-driver.sh])
AC_PROG_LN_S AC_PROG_LN_S
......
...@@ -9,7 +9,7 @@ use Syntax::Keyword::Try; ...@@ -9,7 +9,7 @@ use Syntax::Keyword::Try;
use AccessCheck::Data::DB; use AccessCheck::Data::DB;
use constant { use constant {
ACCESSCHECK_VERSION => '2.0.3' ACCESSCHECK_VERSION => '2.0.4'
}; };
sub startup { sub startup {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment