summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES.md10
-rw-r--r--configure.ac2
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
<!-- markdownlint-disable-file MD013 MD024 -->
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])