Skip to content

Commit

Permalink
feat: GLPI Agent 1.7.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
g-bougard committed Dec 22, 2023
1 parent 828ad72 commit 094efab
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Revision history for GLPI agent

1.7.1 not yet released
1.7.1 Fri, 22 Dec 2023

core:
* fix #567: Test ssl-fingerprint option as an empty array to still try to export
Expand Down
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ include 'Module::AutoInstall';
abstract 'GLPI unified Agent for UNIX, Linux, Windows and MacOSX';
license 'gpl';
repository 'https://github.com/glpi-project/glpi-agent';
version '1.8-dev';
version '1.7.1';
perl_version '5.008';
authors 'Teclib Editions';

Expand Down
2 changes: 1 addition & 1 deletion contrib/windows/glpi-agent-deployment.vbs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Dim Setup, SetupArchitecture, SetupLocation, SetupNightlyLocation, SetupOptions,
' SetupVersion
' Setup version with the pattern <major>.<minor>.<release>[-<package>]
'
SetupVersion = "1.7"
SetupVersion = "1.7.1"

' When using a nightly built version, uncomment the following SetupVersion definition line
' replacing gitABCDEFGH with the most recent git revision found on the nightly builds site
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
glpi-agent (1:1.7.1-1) unstable; urgency=medium

* New upstream release 1.7.1

-- Guillaume Bougard <gbougard@teclib.com> Fri, 22 Dec 2023 16:13:14 +0100

glpi-agent (1:1.7-1) unstable; urgency=medium

* New upstream release 1.7
Expand Down
4 changes: 2 additions & 2 deletions lib/GLPI/Agent/Version.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package GLPI::Agent::Version;
use strict;
use warnings;

our $VERSION = "1.8-dev";
our $VERSION = "1.7.1";
our $PROVIDER = "GLPI";
our $COMMENTS = [];

Expand Down Expand Up @@ -31,5 +31,5 @@ agent issue is reported.
One very useful information should be first defined like in that example:
our $COMMENTS = [
"Based on GLPI Agent 1.8-dev"
"Based on GLPI Agent 1.7.1"
];

0 comments on commit 094efab

Please sign in to comment.