summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel M. Capella <polyzen@archlinux.org>2024-05-10 16:46:19 -0400
committerDaniel M. Capella <polyzen@archlinux.org>2024-05-10 16:46:19 -0400
commit9b90fc35efb7a392651ed6cc7fe31b8ded105557 (patch)
tree5bbeb876d638852f2eade4e889b97ec7d4a7dc33
parent2f6d77a6b2d5cfb5372fc2700a4e7e12f0c2425e (diff)
Release v1.10.6v1.10.6
Signed-off-by: Daniel M. Capella <polyzen@archlinux.org>
-rw-r--r--CHANGES.md14
-rw-r--r--configure.ac2
2 files changed, 14 insertions, 2 deletions
diff --git a/CHANGES.md b/CHANGES.md
index e888888..9e2af47 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org).
## [Unreleased]
+## [1.10.6] - 2024-05-10
+
+### Changed
+
+- Vim: Allow "x86_64_v3" for $arch (!47) (Frederik “Freso” S. Olesen)
+
+### Fixed
+
+- Vim: Fix the Zlib license SPDX identifier (!48) (Robin Candau)
+- pacscripts: Revert 'printf' lint (!49) (Justin Gassner)
+
## [1.10.5] - 2024-03-16
### Changed
@@ -291,6 +302,7 @@ and this project adheres to [Semantic Versioning](https://semver.org).
[1.10.3]: https://gitlab.archlinux.org/pacman/pacman-contrib/-/compare/v1.10.2...v1.10.3
[1.10.4]: https://gitlab.archlinux.org/pacman/pacman-contrib/-/compare/v1.10.3...v1.10.4
[1.10.5]: https://gitlab.archlinux.org/pacman/pacman-contrib/-/compare/v1.10.4...v1.10.5
-[unreleased]: https://gitlab.archlinux.org/pacman/pacman-contrib/-/compare/v1.10.5...master
+[1.10.5]: https://gitlab.archlinux.org/pacman/pacman-contrib/-/compare/v1.10.5...v1.10.6
+[unreleased]: https://gitlab.archlinux.org/pacman/pacman-contrib/-/compare/v1.10.6...master
<!-- markdownlint-disable-file MD013 MD024 -->
diff --git a/configure.ac b/configure.ac
index 9666e3e..8790944 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([pacman-contrib],[1.10.5],[pacman-contrib@lists.archlinux.org])
+AC_INIT([pacman-contrib],[1.10.6],[pacman-contrib@lists.archlinux.org])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR([build-aux])
AC_REQUIRE_AUX_FILE([tap-driver.sh])