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

new version 2.0.2

parent 7b7f1f82
No related branches found
No related tags found
No related merge requests found
# eduGAIN Access Check Changelog # eduGAIN Access Check Changelog
## Version 2.0.2 (24/03/2022)
* fix incorrect application state after CSV export
## Version 2.0.1 (23/03/2022) ## Version 2.0.1 (23/03/2022)
* fix Accept-Language HTTP header usage * fix Accept-Language HTTP header usage
......
AC_PREREQ(2.59) AC_PREREQ(2.59)
AC_INIT([access-check], 2.0.1) AC_INIT([access-check], 2.0.2)
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.1' ACCESSCHECK_VERSION => '2.0.2'
}; };
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