Skip to content

Commit 44bc601

Browse files
committed
feat: GLPI Agent 1.7.3 release backport
1 parent b99231f commit 44bc601

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

Changes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ packaging:
7575
* Fix MSI to reuse InstallDir set in registry on upgrade
7676
* Updated Windows packages 7-Zip commandline tools to v23.01
7777

78-
1.7.3 not yet released
78+
1.7.3 Wed, 03 Apr 2024
7979

8080
packaging:
8181
* Fix LOCAL was set to installation folder during windows MSI installation v1.7.2,

contrib/windows/glpi-agent-deployment.vbs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
' ------------------------------------------------------------------------
2929
'
3030
' @package GLPI Agent
31-
' @version 1.7.2
31+
' @version 1.7.3
3232
' @file contrib/windows/glpi-agent-deployment.vbs
3333
' @author(s) Benjamin Accary <[email protected]>
3434
' Christophe Pujol <[email protected]>
@@ -65,7 +65,7 @@ Dim Setup, SetupArchitecture, SetupLocation, SetupNightlyLocation, SetupOptions,
6565
' SetupVersion
6666
' Setup version with the pattern <major>.<minor>.<release>[-<package>]
6767
'
68-
SetupVersion = "1.7.2"
68+
SetupVersion = "1.7.3"
6969

7070
' When using a nightly built version, uncomment the following SetupVersion definition line
7171
' replacing gitABCDEFGH with the most recent git revision found on the nightly builds site

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
glpi-agent (1:1.7.3-1) unstable; urgency=medium
2+
3+
* New upstream release 1.7.3
4+
5+
-- Guillaume Bougard <[email protected]> Wed, 03 Apr 2024 11:48:27 +0200
6+
17
glpi-agent (1:1.7.2-1) unstable; urgency=medium
28

39
* New upstream release 1.7.2

0 commit comments

Comments
 (0)