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