Skip to content

Commit 7c4a392

Browse files
committed
Merge branch 'release/0.8.2'
2 parents cf182b1 + 13c5ebb commit 7c4a392

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

7+
## [0.8.2] - 2025-10-10
8+
- Fix tar file long paths
9+
710
## [0.8.1] - 2025-09-08
811
- Fix locales extract in Twig files for GLPI 11.0
912

tools/plugin-release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,7 @@ def prepare(rel_name, archive):
523523

524524
compile_mo(build_dir)
525525

526-
plugin = tarfile.open(archive, 'w|bz2', format=tarfile.USTAR_FORMAT)
526+
plugin = tarfile.open(archive, 'w|bz2', format=tarfile.GNU_FORMAT)
527527

528528
for i in os.listdir(src_dir):
529529
plugin.add(

0 commit comments

Comments
 (0)