diff --git a/Doxyfile b/Doxyfile index cc20ac5b9..3f45dc483 100644 --- a/Doxyfile +++ b/Doxyfile @@ -31,7 +31,7 @@ PROJECT_NAME = LemonLDAP::NG # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = 1.2.0 +PROJECT_NUMBER = 1.3.0 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put. diff --git a/changelog b/changelog index 33a25a5c8..959707788 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,7 @@ +lemonldap-ng (1.3.0) stable; urgency=low + +lemonldap-ng (1.2.1) stable; urgency=low + lemonldap-ng (1.2.0) stable; urgency=low * [LEMONLDAP-251] - Error on form based UserDB modules afeter an non diff --git a/lemonldap-ng-common/META.yml b/lemonldap-ng-common/META.yml index 91c2c9beb..276a897de 100644 --- a/lemonldap-ng-common/META.yml +++ b/lemonldap-ng-common/META.yml @@ -1,6 +1,6 @@ --- #YAML:1.0 name: Lemonldap-NG-Common -version: 1.2.0 +version: 1.3.0 abstract: Common files for Lemonldap::NG infrastructure author: - Xavier Guimard , Clément Oudot diff --git a/lemonldap-ng-common/lib/Lemonldap/NG/Common.pm b/lemonldap-ng-common/lib/Lemonldap/NG/Common.pm index 1e3912f6f..85f416a7d 100644 --- a/lemonldap-ng-common/lib/Lemonldap/NG/Common.pm +++ b/lemonldap-ng-common/lib/Lemonldap/NG/Common.pm @@ -1,6 +1,6 @@ package Lemonldap::NG::Common; -our $VERSION = '1.2.0'; +our $VERSION = '1.3.0'; use strict; diff --git a/lemonldap-ng-handler/META.yml b/lemonldap-ng-handler/META.yml index 999a80d89..d49c82c25 100644 --- a/lemonldap-ng-handler/META.yml +++ b/lemonldap-ng-handler/META.yml @@ -1,6 +1,6 @@ --- #YAML:1.0 name: Lemonldap-NG-Handler -version: 1.2.0 +version: 1.3.0 abstract: The Apache protection module part of author: - Xavier Guimard diff --git a/lemonldap-ng-handler/lib/Lemonldap/NG/Handler.pm b/lemonldap-ng-handler/lib/Lemonldap/NG/Handler.pm index ecbb1ce08..fddb71334 100644 --- a/lemonldap-ng-handler/lib/Lemonldap/NG/Handler.pm +++ b/lemonldap-ng-handler/lib/Lemonldap/NG/Handler.pm @@ -5,7 +5,7 @@ # Alias for Lemonldap::NG::Handler::SharedConf package Lemonldap::NG::Handler; -our $VERSION = '1.2.0'; +our $VERSION = '1.3.0'; use Lemonldap::NG::Handler::SharedConf; use base qw(Lemonldap::NG::Handler::SharedConf); diff --git a/lemonldap-ng-manager/META.yml b/lemonldap-ng-manager/META.yml index 8f77f43f8..db4732093 100644 --- a/lemonldap-ng-manager/META.yml +++ b/lemonldap-ng-manager/META.yml @@ -1,6 +1,6 @@ --- #YAML:1.0 name: Lemonldap-NG-Manager -version: 1.2.0 +version: 1.3.0 abstract: Perl extension for managing Lemonldap::NG Web-SSO author: - Xavier Guimard , Clément Oudot , Thomas Chemineau diff --git a/lemonldap-ng-manager/lib/Lemonldap/NG/Manager.pm b/lemonldap-ng-manager/lib/Lemonldap/NG/Manager.pm index 31ed8fda9..24e4858dd 100644 --- a/lemonldap-ng-manager/lib/Lemonldap/NG/Manager.pm +++ b/lemonldap-ng-manager/lib/Lemonldap/NG/Manager.pm @@ -10,7 +10,7 @@ use Lemonldap::NG::Handler::CGI qw(:globalStorage :locationRules); #inherits use Lemonldap::NG::Common::Conf; #link protected conf Configuration use Lemonldap::NG::Common::Conf::Constants; #inherits -our $VERSION = '1.2.0'; +our $VERSION = '1.3.0'; our @ISA = qw( Lemonldap::NG::Handler::CGI Lemonldap::NG::Manager::Downloader diff --git a/lemonldap-ng-portal/META.yml b/lemonldap-ng-portal/META.yml index eaf33b77d..c087157dc 100644 --- a/lemonldap-ng-portal/META.yml +++ b/lemonldap-ng-portal/META.yml @@ -1,6 +1,6 @@ --- #YAML:1.0 name: Lemonldap-NG-Portal -version: 1.2.0 +version: 1.3.0 abstract: The authentication portal part of Lemonldap::NG Web-SSO author: - Xavier Guimard , Clément Oudot , Thomas Chemineau , Mikael Ates diff --git a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal.pm b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal.pm index 9f7faac7c..b503b2264 100644 --- a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal.pm +++ b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal.pm @@ -5,7 +5,7 @@ # Alias for Lemonldap::NG::SharedConf package Lemonldap::NG::Portal; -our $VERSION = '1.2.0'; +our $VERSION = '1.3.0'; use Lemonldap::NG::Portal::SharedConf; use base 'Lemonldap::NG::Portal::SharedConf';