From 3ec9073b35b67d6d7ade7dab6480c2d975724bb6 Mon Sep 17 00:00:00 2001 From: BlackEagle Date: Fri, 6 Feb 2026 08:58:28 +0100 Subject: [PATCH 1/2] version 1.1.1 ChangeLog Signed-off-by: BlackEagle --- ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/ChangeLog b/ChangeLog index faec8f73..2804300b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +06 February 2026 Ike Devolder + * release: 1.1.1 + + Release: + * #264: Version 1.1.1 (PR #267 version 1.1.1) + Issues: + * #248: When repairing a file, if there is not enough disk space, the final error message displays garbled characters. (PR #263 fix garbled errormessage on windows) + * #253: Why does running par2 in the command line environment forcibly switch the code page to CP65001? + PRs: + * #261: Cleanup/std namespace search replace oops (https://github.com/Parchive/par2cmdline/pull/242#pullrequestreview-3731414581) + * #262: Migrate Windows unit tests to Visual C++ projects (https://github.com/Parchive/par2cmdline/pull/256#issuecomment-3827352914) + * #265: add .clangd file for additional editor lsp support + * #266: Integer definitions consistency + 27 Januari 2026 Ike Devolder * release: 1.1.0 From c0871943608a9da51ea3e372715c676ecc1a3847 Mon Sep 17 00:00:00 2001 From: BlackEagle Date: Fri, 6 Feb 2026 09:02:17 +0100 Subject: [PATCH 2/2] set version to 1.1.1 Closes: #264 Signed-off-by: BlackEagle --- configure.ac | 2 +- man/par2.1 | 2 +- par2cmdline.props | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/configure.ac b/configure.ac index 4278e6df..abc272c7 100644 --- a/configure.ac +++ b/configure.ac @@ -23,7 +23,7 @@ dnl -*- Autoconf -*- dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.62) -AC_INIT([par2cmdline], [1.1.0], [ike.devolder@gmail.com]) +AC_INIT([par2cmdline], [1.1.1], [ike.devolder@gmail.com]) AC_CONFIG_SRCDIR([src/par2cmdline.cpp]) AC_CANONICAL_HOST diff --git a/man/par2.1 b/man/par2.1 index 0a60b725..c0072604 100644 --- a/man/par2.1 +++ b/man/par2.1 @@ -1,6 +1,6 @@ .\" Manpage for par2 .\" Contact ike.devolder@gmail.com for mistakes. -.TH par2 1 "april 2025" "1.1.0" "Parity archive utils" +.TH par2 1 "february 2026" "1.1.1" "Parity archive utils" .SH NAME par2 \- PAR 2.0 compatible file verification and repair tool. .SH SYNOPSIS diff --git a/par2cmdline.props b/par2cmdline.props index 11a571af..7012fab5 100644 --- a/par2cmdline.props +++ b/par2cmdline.props @@ -11,7 +11,7 @@ Disabled - WIN32;_DEBUG;_CONSOLE;PACKAGE="par2cmdline";VERSION="1.1.0";%(PreprocessorDefinitions) + WIN32;_DEBUG;_CONSOLE;PACKAGE="par2cmdline";VERSION="1.1.1";%(PreprocessorDefinitions) false EnableFastChecks MultiThreadedDebug @@ -32,7 +32,7 @@ AnySuitable Speed true - WIN32;NDEBUG;_CONSOLE;PACKAGE="par2cmdline";VERSION="1.1.0";%(PreprocessorDefinitions) + WIN32;NDEBUG;_CONSOLE;PACKAGE="par2cmdline";VERSION="1.1.1";%(PreprocessorDefinitions) true MultiThreaded true