summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel M. Capella <polyzen@archlinux.org>2022-05-21 12:52:12 -0400
committerDaniel M. Capella <polyzen@archlinux.org>2022-05-21 12:52:12 -0400
commitf4e91e231cf158e4389f8dfc7e76a31f1bd613e4 (patch)
tree4fdbec15911e0ab2031c37f89618e44d64891731
parentfca957ea2e3ebcbd50cea341054c4d9474064ff5 (diff)
Release v1.5.2
Signed-off-by: Daniel M. Capella <polyzen@archlinux.org>
-rw-r--r--CHANGES.md16
-rw-r--r--configure.ac2
2 files changed, 16 insertions, 2 deletions
diff --git a/CHANGES.md b/CHANGES.md
index a220dbc..eef4797 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -12,6 +12,19 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Fixed
+## [1.5.2]
+### Added
+- Vim: Add ISC and OFL as special licenses (!11)
+- Add continuous testing (bbdf959f) (b05ed44f) (a0b1d8e1)
+
+### Changed
+- Switch to EditorConfig from Vim modelines (!9)
+
+### Fixed
+- paccache: Use more accurate --min-a/mtime description (!10)
+- Remove PrivateUsers=yes from paccache.service (!13)
+
+
## [1.5.1] - 2022-05-04
### Fixed
- Fix version bump oversights (5350d1e4)
@@ -135,7 +148,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Added vim highlighting for PKGBUILDs.
-[Unreleased]: https://gitlab.archlinux.org/pacman/pacman-contrib/-/compare/v1.5.1...master
+[Unreleased]: https://gitlab.archlinux.org/pacman/pacman-contrib/-/compare/v1.5.2...master
+[1.5.2]: https://gitlab.archlinux.org/pacman/pacman-contrib/-/compare/v1.5.1...v1.5.2
[1.5.1]: https://gitlab.archlinux.org/pacman/pacman-contrib/-/compare/v1.5.0...v1.5.1
[1.5.0]: https://gitlab.archlinux.org/pacman/pacman-contrib/-/compare/v1.4.0...v1.5.0
[1.4.0]: https://gitlab.archlinux.org/pacman/pacman-contrib/-/compare/v1.3.0...v1.4.0
diff --git a/configure.ac b/configure.ac
index 750a016..0e1da80 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([pacman-contrib], [1.5.1], [pacman-contrib@lists.archlinux.org])
+AC_INIT([pacman-contrib], [1.5.2], [pacman-contrib@lists.archlinux.org])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR([build-aux])
AC_REQUIRE_AUX_FILE([tap-driver.sh])