diff --git a/CHANGELOG b/CHANGELOG index 736643e..db0b9ed 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -8,12 +8,18 @@ and this project adheres to ## [Unreleased] -## Added +## [3.2.0] - 2024-05-30 + +### Added + +- Lint PERL. (#13) (Baptiste Grenier) +- Lint files. (#12) (Baptiste Grenier) - Add community files and GitHub actions. Target CentOS 7, AlmaLinux 8 and 9. (#7) (Baptiste Grenier) +- Add missing EL9 dependency. (#6) (Adam Boutcher) ## [3.1.0] - 2012-04-26 -## Added +### Added - Improved the spec file for EPEL compliance (Laurence Field) - FHS compliant. (Laurence Field) diff --git a/lcg-infosites.spec b/lcg-infosites.spec index 429cf38..c603125 100644 --- a/lcg-infosites.spec +++ b/lcg-infosites.spec @@ -1,6 +1,6 @@ Name: lcg-infosites -Version: 3.1.0 -Release: 3%{?dist} +Version: 3.2.0 +Release: 1%{?dist} Summary: Command line tool for the WLCG information system Group: Applications/Internet License: ASL 2.0 @@ -40,8 +40,13 @@ rm -rf %{buildroot} %license %{_datadir}/licenses/%{name}-%{version}/COPYRIGHT %license %{_datadir}/licenses/%{name}-%{version}/LICENSE.txt - %changelog +* Thu May 30 2024 Baptiste Grenier - 3.2.0 + - Lint PERL. (#13) (Baptiste Grenier) + - Lint files. (#12) (Baptiste Grenier) + - Add community files and GitHub actions. Target CentOS 7, AlmaLinux 8 and 9. (#7) (Baptiste Grenier) + - Add missing EL9 dependency. (#6) (Adam Boutcher) + * Thu Apr 26 2012 Laurence Field - 3.1.0 - Improved the spec file for EPEL compliance - FHS compliant diff --git a/src/lcg-infosites b/src/lcg-infosites index 73c6739..72631fc 100755 --- a/src/lcg-infosites +++ b/src/lcg-infosites @@ -22,7 +22,7 @@ use Net::LDAP; use Net::LDAP::Entry; use strict; -my $version = '3.0.1'; +my $version = '3.2.0'; $ENV{LANG} = $ENV{LC_ALL} = 'C'; (my $prog = $0) =~ s-.*/--;