Replace version 2.00 by 2.0.0

This commit is contained in:
Clément Oudot 2015-04-15 14:18:38 +00:00
parent c4cac0256f
commit 1c0df34268
31 changed files with 41 additions and 41 deletions

View File

@ -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 = 2.00
PROJECT_NUMBER = 2.0.0
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.

View File

@ -1,4 +1,4 @@
lemonldap-ng (2.00) stable; urgency=low
lemonldap-ng (2.0.0) stable; urgency=low
lemonldap-ng (1.4.4) stable; urgency=low

2
debian/changelog vendored
View File

@ -1,4 +1,4 @@
lemonldap-ng (2.00-0devel) unstable; urgency=low
lemonldap-ng (2.0.0-0devel) unstable; urgency=low
* Local build

View File

@ -42,4 +42,4 @@ requires:
Net::CIDR::Lite: '0'
SOAP::Lite: '0'
Storable: '0'
version: 2
version: v2.0.0

View File

@ -1,6 +1,6 @@
package Lemonldap::NG::Common;
our $VERSION = 2.00;
our $VERSION = '2.0.0';
use strict;

View File

@ -8,7 +8,7 @@ package Lemonldap::NG::Common::Conf::Attributes;
use Mouse;
our $VERSION = 2.00;
our $VERSION = '2.0.0';
## A

View File

@ -2,7 +2,7 @@ package Lemonldap::NG::Common::Conf::Serializer;
use Data::Dumper;
our $VERSION = 2.00;
our $VERSION = '2.0.0';
BEGIN {
*Lemonldap::NG::Common::Conf::normalize = \&normalize;

View File

@ -8,7 +8,7 @@ package Lemonldap::NG::Common::Conf::SubAttributes;
use Mouse;
our $VERSION = 2.00;
our $VERSION = '2.0.0';
## E

View File

@ -34,7 +34,7 @@ requires:
Apache::Session::Generate::MD5: '0'
CGI: '3.08'
LWP: '0'
Lemonldap::NG::Common: '2'
Lemonldap::NG::Common: v2.0.0
Mouse: '0'
URI: '0'
version: 2
version: v2.0.0

View File

@ -30,7 +30,7 @@ WriteMakefile(
PREREQ_PM => {
'Apache::Session::Generate::MD5' => 0,
'CGI' => 3.08,
'Lemonldap::NG::Common' => 2.00,
'Lemonldap::NG::Common' => '2.0.0',
'LWP' => 0,
'Mouse' => 0,
'URI' => 0,

View File

@ -5,7 +5,7 @@
# Handler module
package Lemonldap::NG::Handler;
our $VERSION = 2.00;
our $VERSION = '2.0.0';
use Lemonldap::NG::Handler::SharedConf;
@ISA = qw(Lemonldap::NG::Handler::SharedConf);

View File

@ -2,7 +2,7 @@ package Lemonldap::NG::Handler::API::ApacheMP2;
use Exporter 'import';
our $VERSION = '2.00';
our $VERSION = '2.0.0';
our ( %EXPORT_TAGS, @EXPORT_OK, @EXPORT );
BEGIN {

View File

@ -24,10 +24,10 @@ requires:
HTML::Template: '0'
JSON: '0'
LWP: '0'
Lemonldap::NG::Common: '2'
Lemonldap::NG::Handler: '2'
Lemonldap::NG::Common: v2.0.0
Lemonldap::NG::Handler: v2.0.0
URI: '0'
XML::LibXML: '0'
XML::LibXSLT: '0'
version: 2
version: v2.0.0
x_LWP::Protocol::https: 0

View File

@ -17,8 +17,8 @@ WriteMakefile(
'Crypt::OpenSSL::RSA' => 0,
'HTML::Template' => 0,
'JSON' => 0,
'Lemonldap::NG::Common' => 2.00,
'Lemonldap::NG::Handler' => 2.00,
'Lemonldap::NG::Common' => '2.0.0',
'Lemonldap::NG::Handler' => '2.0.0',
'LWP' => 0,
'URI' => 0,
'XML::LibXSLT' => 0,

View File

@ -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 = 2.00;
our $VERSION = '2.0.0';
our @ISA = qw(
Lemonldap::NG::Handler::CGI
Lemonldap::NG::Manager::Downloader

View File

@ -14,7 +14,7 @@ require Lemonldap::NG::Manager::_Struct; #inherits
require Lemonldap::NG::Manager::_i18n; #inherits
require Lemonldap::NG::Manager::Request; #inherits
our $VERSION = 2.00;
our $VERSION = '2.0.0';
## @method string node(string node)
# Build the part of the tree that does not depends of the configuration.

View File

@ -22,7 +22,7 @@ use utf8;
our $whatToTrace;
*whatToTrace = \$Lemonldap::NG::Handler::_CGI::whatToTrace;
our $VERSION = '2.00';
our $VERSION = '2.0.0';
our @ISA = qw(
Lemonldap::NG::Handler::CGI

View File

@ -25,7 +25,7 @@ use utf8;
#our $whatToTrace;
#*whatToTrace = \$Lemonldap::NG::Handler::_CGI::whatToTrace;
our $VERSION = '2.00';
our $VERSION = '2.0.0';
our @ISA = qw(
Lemonldap::NG::Handler::CGI

View File

@ -20,7 +20,7 @@ use Lemonldap::NG::Manager::_i18n;
use Lemonldap::NG::Manager::Request;
use Lemonldap::NG::Common::Conf::Constants; #inherits
our $VERSION = 2.00;
our $VERSION = '2.0.0';
our ( $stylesheet, $parser );
## @method void confUpload(ref rdata)

View File

@ -11,7 +11,7 @@ use Lemonldap::NG::Common::Conf::Attributes;
use Lemonldap::NG::Common::Conf::SubAttributes;
use Lemonldap::NG::Common::Regexp;
our $VERSION = 2.00;
our $VERSION = '2.0.0';
## @method protected hashref cstruct(hashref h,string k)
# Merge $h with the structure produced with $k and return it.

View File

@ -9,7 +9,7 @@ package Lemonldap::NG::Manager::_i18n;
use strict;
use AutoLoader qw(AUTOLOAD);
our $VERSION = '2.00';
our $VERSION = '2.0.0';
## @method string translate(string text,string lang)
# Returns $text translated in $lang.

View File

@ -37,7 +37,7 @@ recommends:
LWP: '0'
LWP::Protocol::https: '0'
Lasso: v2.3.0
Lemonldap::NG::Handler: '2'
Lemonldap::NG::Handler: v2.0.0
MIME::Lite: '0'
Net::Facebook::Oauth2: '0'
Net::OpenID::Consumer: '0'
@ -55,8 +55,8 @@ requires:
CGI: '3.08'
Clone: '0'
HTML::Template: '0'
Lemonldap::NG::Common: '2'
Lemonldap::NG::Common: v2.0.0
Net::LDAP: '0.38'
Regexp::Assemble: '0'
Unicode::String: '0'
version: 2
version: v2.0.0

View File

@ -14,7 +14,7 @@ WriteMakefile(
'Glib' => 0,
'HTTP::Message' => 0,
'Lasso' => '2.3.0',
'Lemonldap::NG::Handler' => 2.00,
'Lemonldap::NG::Handler' => '2.0.0',
'LWP' => 0,
'LWP::Protocol::https' => 0,
'MIME::Lite' => 0,
@ -51,7 +51,7 @@ WriteMakefile(
'CGI' => 3.08,
'Clone' => 0,
'HTML::Template' => 0,
'Lemonldap::NG::Common' => 2.00,
'Lemonldap::NG::Common' => '2.0.0',
'Net::LDAP' => 0.38,
'Regexp::Assemble' => 0,
'Unicode::String' => 0,

View File

@ -5,7 +5,7 @@
# Alias for Lemonldap::NG::SharedConf
package Lemonldap::NG::Portal;
our $VERSION = 2.00;
our $VERSION = '2.0.0';
use Lemonldap::NG::Portal::SharedConf;
use base 'Lemonldap::NG::Portal::SharedConf';

View File

@ -10,7 +10,7 @@ use Lemonldap::NG::Portal::Simple;
use MIME::Base64;
use base qw(Lemonldap::NG::Portal::_OpenIDConnect);
our $VERSION = 2.00;
our $VERSION = '2.0.0';
## @apmethod int authInit()
# Get configuration data

View File

@ -11,7 +11,7 @@ use Lemonldap::NG::Portal::Simple;
use Lemonldap::NG::Portal::_SAML; #inherits
use Lemonldap::NG::Common::Conf::SAML::Metadata;
our $VERSION = '2.00';
our $VERSION = '2.0.0';
our @ISA = qw(Lemonldap::NG::Portal::_SAML);
## @apmethod int authInit()

View File

@ -9,7 +9,7 @@ use strict;
use Lemonldap::NG::Portal::Simple;
use utf8;
our $VERSION = '2.00';
our $VERSION = '2.0.0';
## @method array display()
# Call portal process and set template parameters

View File

@ -10,7 +10,7 @@ use Lemonldap::NG::Portal::Simple;
use String::Random qw(random_string);
use base qw(Lemonldap::NG::Portal::_OpenIDConnect);
our $VERSION = '2.00';
our $VERSION = '2.0.0';
## @method void issuerDBInit()
# Get configuration data

View File

@ -9,7 +9,7 @@ use strict;
use Lemonldap::NG::Portal::Simple;
our @ISA = (qw(Lemonldap::NG::Portal::_OpenIDConnect));
our $VERSION = 2.00;
our $VERSION = '2.0.0';
## @apmethod int userDBInit()
# Do nothing

View File

@ -17,7 +17,7 @@ use Crypt::OpenSSL::Bignum;
use utf8;
use base qw(Lemonldap::NG::Portal::_Browser);
our $VERSION = 2.00;
our $VERSION = '2.0.0';
our $oidcCache;
BEGIN {

View File

@ -14,7 +14,7 @@
%define perl_vendorarch %(eval "`%{__perl} -V:installvendorarch`"; echo $installvendorarch)
%define real_name lemonldap-ng
%define real_version 2.00
%define real_version 2.0.0
%define cpan_common_version %{real_version}
%define cpan_handler_version %{real_version}
%define cpan_manager_version %{real_version}
@ -560,9 +560,9 @@ rm -rf %{buildroot}
# Changelog
#==============================================================================
%changelog
* Wed Mar 11 2015 Clement Oudot <clem.oudot@gmail.com> - 2.00-1
- Update to 2.00
* Wed Mar 11 2015 Clement Oudot <clem.oudot@gmail.com> - 1.4.4-1
* Wed Mar 11 2015 Clement Oudot <clem.oudot@gmail.com> - 2.0.0-1
- Update to 2.0.0
* Wed Apr 15 2015 Clement Oudot <clem.oudot@gmail.com> - 1.4.4-1
- Update to 1.4.4
* Thu Dec 18 2014 Clement Oudot <clem.oudot@gmail.com> - 1.4.3-1
- Update to 1.4.3