diff --git a/CHANGES.md b/CHANGES.md new file mode 100644 index 0000000000000000000000000000000000000000..62c0da9d036ac1b24ac4fbaf0c6405e53aea0f0e --- /dev/null +++ b/CHANGES.md @@ -0,0 +1,15 @@ +# eduGAIN Access Check Changelog + +## Version 1.0 (02/03/2018) + +* i18n support, based on language-specific template sets +* automatic language determination, based on browser accepted-content header +* french templates set +* accounts list retrieval support +* third-party javascript and css libraries updates +* plain text configuration file +* service-specific configuration override +* multi-tenants installation support +* large code cleanup +* test suite +* autotools-based installation procedure diff --git a/Makefile.am b/Makefile.am index 4f7a772454e7d77610bdbf391584bcf8a46b2652..05db79940a62e35893896fcffe1330b7d20ebf78 100644 --- a/Makefile.am +++ b/Makefile.am @@ -15,6 +15,7 @@ TESTS = \ EXTRA_DIST = \ LICENSE.txt \ README.md \ + CHANGES.md \ t/edugain.xml \ t/manager.conf \ $(TESTS)