From 575781701ebdc319e8e784b62f8032a9c9439d03 Mon Sep 17 00:00:00 2001 From: Chris Novakovic Date: Thu, 9 Oct 2025 09:47:23 +0100 Subject: [PATCH] Tag v1.2.1 --- ChangeLog | 7 +++++++ VERSION | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 94397c5..f22a2bc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Version 1.2.1 +------------- + * ar: treat file names containing spaces like long file names when writing BSD-style archives (#33) + * ar: ensure a trailing slash is appended to all file names when writing GNU-style archives (#33) + * ar: ensure buffer is completely filled when reading the data section of an archive member (#33) + * ar: don't write a file mode for string tables in GNU-style archives (#33) + Version 1.2.0 ------------- * Correctly handle 16-byte file names in ar archives (#28) diff --git a/VERSION b/VERSION index 26aaba0..6085e94 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.2.0 +1.2.1