summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel M. Capella <polyzen@archlinux.org>2024-01-29 16:32:33 -0500
committerDaniel M. Capella <polyzen@archlinux.org>2024-01-29 16:32:33 -0500
commit2f555332fc8b177e588c6fa6128517689b4be239 (patch)
tree8b75d9485ff427cfb401fe38e46a98851f3e840d
parent27b854fe0d1ffb5fdafa5cb7c7c075d29b135719 (diff)
Release v1.10.4v1.10.4
Signed-off-by: Daniel M. Capella <polyzen@archlinux.org>
-rw-r--r--CHANGES.md8
-rw-r--r--configure.ac2
2 files changed, 9 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md
index fec2e54..2095aa3 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org).
## [Unreleased]
+## [1.10.4] - 2024-01-29
+
+### Fixed
+
+- checkupdates: Remove color code from the "updates" array when using the --download option (!44) (Robin Candau)
+- checkupdates: Add zsh completion for --change (27b854fe) (Daniel M. Capella)
+
## [1.10.3] - 2024-01-27
### Fixed
@@ -275,6 +282,7 @@ and this project adheres to [Semantic Versioning](https://semver.org).
[1.10.1]: https://gitlab.archlinux.org/pacman/pacman-contrib/-/compare/v1.10.0...v1.10.1
[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
<!-- markdownlint-disable-file MD013 MD024 -->
diff --git a/configure.ac b/configure.ac
index d4e0ebe..2e1c6c4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([pacman-contrib],[1.10.3],[pacman-contrib@lists.archlinux.org])
+AC_INIT([pacman-contrib],[1.10.4],[pacman-contrib@lists.archlinux.org])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR([build-aux])
AC_REQUIRE_AUX_FILE([tap-driver.sh])