From fbc684bd6ff8f2239879946128a50bec2a03696d Mon Sep 17 00:00:00 2001 From: "Daniel M. Capella" Date: Sat, 16 Mar 2024 15:28:05 -0400 Subject: Release v1.10.5 Signed-off-by: Daniel M. Capella --- CHANGES.md | 10 +++++++++- configure.ac | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 2095aa3..e888888 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org). ## [Unreleased] +## [1.10.5] - 2024-03-16 + +### Changed + +- Vim: Adapt to the recent switch to SPDX identifiers for the license array (!46) (Robin Candau) +- pacdiff: Be compatible with plocate (!45) (Tilman Blumenbach) + ## [1.10.4] - 2024-01-29 ### Fixed @@ -283,6 +290,7 @@ and this project adheres to [Semantic Versioning](https://semver.org). [1.10.2]: https://gitlab.archlinux.org/pacman/pacman-contrib/-/compare/v1.10.1...v1.10.2 [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 -[unreleased]: https://gitlab.archlinux.org/pacman/pacman-contrib/-/compare/v1.9.1...master +[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 diff --git a/configure.ac b/configure.ac index 2e1c6c4..9666e3e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([pacman-contrib],[1.10.4],[pacman-contrib@lists.archlinux.org]) +AC_INIT([pacman-contrib],[1.10.5],[pacman-contrib@lists.archlinux.org]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_AUX_DIR([build-aux]) AC_REQUIRE_AUX_FILE([tap-driver.sh]) -- cgit v1.2.3-70-g09d2