summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES.md95
-rw-r--r--configure.ac2
2 files changed, 50 insertions, 47 deletions
diff --git a/CHANGES.md b/CHANGES.md
index ecd7f87..5aabc98 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -2,147 +2,149 @@
All notable changes to this project will be documented in this file.
-The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
-and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
+The format is based on [Keep a Changelog](http://keepachangelog.com)
+and this project adheres to [Semantic Versioning](http://semver.org).
## [Unreleased]
+## [1.10.1] - 2024-01-03
+
### Fixed
-- paccache: Fix regression when using multiple cache directories (Harald)
+- paccache: Fix regression when using multiple cache directories. (df2554b7) (Harald)
## [1.10.0] - 2024-01-02
### Added
-- rankmirrors: Add --working-only option to only output working mirrors (!37) (Victor Westerhuis)
-- checkupdates: Add the -c/--change option to print only when available updates differ from the last --change run (!40) (Robin Candau)
+- rankmirrors: Add --working-only option to only output working mirrors. (!37) (Victor Westerhuis)
+- checkupdates: Add the -c/--change option to print only when available updates differ from the last --change run. (!40) (Robin Candau)
### Fixed
-- Create pipelines for and satisfy Cppcheck, markdownlint-cli2, ShellCheck, and Vint (!32, !33, !34, !35, 41554d65, d674bf23) (Matthew Armand, Robin Candau, Daniel M. Capella)
-- rankmirrors: Fix word-splitting (!36) (Victor Westerhuis)
+- Create pipelines for and satisfy Cppcheck, markdownlint-cli2, ShellCheck, and Vint. (!32, !33, !34, !35, 41554d65, d674bf23) (Matthew Armand, Robin Candau, Daniel M. Capella)
+- rankmirrors: Fix word-splitting. (!36) (Victor Westerhuis)
## [1.9.1] - 2023-07-13
### Fixed
-- pacdiff: Fix the .bak workflow being broken for /etc/sudoers (!31) (Matt Armand)
+- pacdiff: Fix the .bak workflow being broken for /etc/sudoers. (!31) (Matt Armand)
## [1.9.0] - 2023-04-03
### Added
-- Vim: recognise comments inside array groups (!29) (éclairevoyant)
-- Add the missing man pages as well as the missing utils from the README (!30) (Robin Candau)
+- Vim: recognise comments inside array groups. (!29) (éclairevoyant)
+- Add the missing man pages as well as the missing utils from the README. (!30) (Robin Candau)
## [1.8.2] - 2023-01-04
### Fixed
-- Fix pacdiff with multiple CacheDirs (!27) (Baltazár Radics)
+- Fix pacdiff with multiple CacheDirs. (!27) (Baltazár Radics)
## [1.8.0] - 2022-11-01
### Added
-- Add SRCINFO syntax for Vim (!23) (ObserverOfTime)
+- Add SRCINFO syntax for Vim. (!23) (ObserverOfTime)
### Fixed
-- rankmirrors: Fix zsh completion & consistency touch-up (!25) (Frederick Zhang)
-- Vim: PKGBUILD syntax fixes (!24) (ObserverOfTime)
+- rankmirrors: Fix zsh completion & consistency touch-up. (!25) (Frederick Zhang)
+- Vim: PKGBUILD syntax fixes. (!24) (ObserverOfTime)
## [1.7.1] - 2022-09-07
### Fixed
-- updpkgsums: fix when PKGBUILD contains \*sums+= (!22) (Piggy NL)
+- updpkgsums: fix when PKGBUILD contains \*sums+=. (!22) (Piggy NL)
## [1.7.0] - 2022-09-07
### Added
-- rankmirrors: Allow parallel time check (6614285b) (Dmitry Kuzmenko)
+- rankmirrors: Allow parallel time check. (6614285b) (Dmitry Kuzmenko)
### Fixed
-- Consistency fixes (!20) (Daniel M. Capella)
+- Consistency fixes. (!20) (Daniel M. Capella)
## [1.6.0] - 2022-06-30
### Added
-- zsh completions (!14) (Arvid Norlander)
-- pacdiff: Add backup option to save old files (.bak) when (O)verwriting (!17) (Matthew Armand)
-- pacdiff: Add -3/--threeway option to view diffs in 3-way fashion (!18) (Ehsan Ghorbannezhad)
+- zsh completions. (!14) (Arvid Norlander)
+- pacdiff: Add backup option to save old files (.bak) when (O)verwriting. (!17) (Matthew Armand)
+- pacdiff: Add -3/--threeway option to view diffs in 3-way fashion. (!18) (Ehsan Ghorbannezhad)
### Changed
-- pacdiff: clarify -s/--sudo docs to indicate use of sudoedit as well as sudo (!16) (Matt Armand)
+- pacdiff: clarify -s/--sudo docs to indicate use of sudoedit as well as sudo. (!16) (Matt Armand)
## [1.5.3] - 2022-06-09
### Changed
-- pacdiff: stop if the base file extraction fails (a4a32b5f) (Evangelos Foutras)
+- pacdiff: stop if the base file extraction fails. (a4a32b5f) (Evangelos Foutras)
### Fixed
-- pacdiff: fix base package filtering expression (bb26f141) (Evangelos Foutras)
+- pacdiff: fix base package filtering expression. (bb26f141) (Evangelos Foutras)
## [1.5.2] - 2022-05-21
### Added
-- Vim: Add ISC and OFL as special licenses (!11) (Daniel M. Capella)
-- Add continuous testing (bbdf959f, b05ed44f, a0b1d8e1) (Daniel M. Capella)
+- Vim: Add ISC and OFL as special licenses. (!11) (Daniel M. Capella)
+- Add continuous testing. (bbdf959f, b05ed44f, a0b1d8e1) (Daniel M. Capella)
### Changed
-- Switch to EditorConfig from Vim modelines (!9) (Daniel M. Capella)
+- Switch to EditorConfig from Vim modelines. (!9) (Daniel M. Capella)
### Fixed
-- Remove PrivateUsers=yes from paccache.service (!13) (David Runge)
+- Remove PrivateUsers=yes from paccache.service. (!13) (David Runge)
## [1.5.0] - 2022-05-03
### Added
-- pacdiff: automatically delete pacfile after viewing if identical (3528b32c) (John A. Leuenhagen)
-- pacdiff: Learn the (M)erge mode (94b2a194) (Denton Liu)
-- pacdiff: Add option to use sudo/sudoedit to manage files (19ab4fac) (Daniel Parks)
-- paccache.service.in: Harden unit (59fd4efb) (Frederik “Freso” S. Olesen)
-- pacman-filesdb: systemd service and timer for `pacman -Fy` (dff74498, 871ffc94) (Thiago Perrotta)
-- checkupdates: Provide --nosync option (!2) (Samir Benmendil)
+- pacdiff: automatically delete pacfile after viewing if identical. (3528b32c) (John A. Leuenhagen)
+- pacdiff: Learn the (M)erge mode. (94b2a194) (Denton Liu)
+- pacdiff: Add option to use sudo/sudoedit to manage files. (19ab4fac) (Daniel Parks)
+- paccache.service.in: Harden unit. (59fd4efb) (Frederik “Freso” S. Olesen)
+- pacman-filesdb: systemd service and timer for `pacman -Fy`. (dff74498, 871ffc94) (Thiago Perrotta)
+- checkupdates: Provide --nosync option. (!2) (Samir Benmendil)
### Changed
-- PKGBUILD.vim improvements (!5) (Jelle van der Waa)
+- PKGBUILD.vim improvements. (!5) (Jelle van der Waa)
### Fixed
-- updpkgsums: don't try to add nonexistent checksums (80275d21) (Eli Schwartz)
+- updpkgsums: don't try to add nonexistent checksums. (80275d21) (Eli Schwartz)
## [1.4.0] - 2020-07-28
### Added
-- pactree: Add --debug (2d13a236) (Edward E)
-- pactree: Add --gpgdir, set the gpg directory (a4e69cac) (Edward E)
-- pactree: introduce the --optional flag (FS#61336) (b6d08b40) (Will Song)
+- pactree: Add --debug. (2d13a236) (Edward E)
+- pactree: Add --gpgdir, set the gpg directory. (a4e69cac) (Edward E)
+- pactree: introduce the --optional flag. (FS#61336) (b6d08b40) (Will Song)
### Changed
-- doc: make timestamps in man pages reproducible (e2a5e43b) (Jonas Witschel)
-- paccache.service.in: Reword description to more clearly specify what it does (269a2cdc) (Johannes Löthberg)
+- doc: make timestamps in man pages reproducible. (e2a5e43b) (Jonas Witschel)
+- paccache.service.in: Reword description to more clearly specify what it does. (269a2cdc) (Johannes Löthberg)
### Fixed
-- pactree: Improve command line validation (FS#64589) (e77e13b0) (Sebastian Jakubiak)
-- pactree: Fix redundant arrows in Graphviz output (c7be8631) (Sebastian Jakubiak)
-- paccache: Support cleaning many thousands of candidates (547a66d5) (Leonid Bloch)
+- pactree: Improve command line validation. (FS#64589) (e77e13b0) (Sebastian Jakubiak)
+- pactree: Fix redundant arrows in Graphviz output. (c7be8631) (Sebastian Jakubiak)
+- paccache: Support cleaning many thousands of candidates. (547a66d5) (Leonid Bloch)
## [1.3.0] - 2019-12-25
@@ -200,7 +202,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- pacscripts: Don't log to pacman.log when files are downloaded to the cache. (a5a3045f) (Eli Schwartz)
- pacscripts: Find package file path using pacman instead of doing it manually ourselves. (823ceb0f) (Eli Schwartz)
- pactree: Use full dependency string when finding dependencies, since if we don't use the version requirement part of the string, we will sometimes return the wrong results. (60313f75) (Johannes Löthberg)
-- vim/ftplugin/PKGBUILD: Set vim 'commentstring' option (b1d5d3a8) (Antony Lee)
+- vim/ftplugin/PKGBUILD: Set vim 'commentstring' option. (b1d5d3a8) (Antony Lee)
- vim/syntax/PKGBUILD: Add sha224sums support. (0439723c) (morganamilo)
### Fixed
@@ -228,7 +230,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Added
-- Imported the following utilities (Johannes Löthberg):
+- Import the following utilities (Johannes Löthberg):
- checkupdates (db366b32)
- paccache (bf8826e4)
- pacdiff (9948ec2b)
@@ -239,7 +241,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- pactree (1d166e4a)
- rankmirrors (1ccc6854)
- updpkgsums (bda662e1)
-- Added vim highlighting for PKGBUILDs. (43ae503e) (Johannes Löthberg)
+- Add vim highlighting for PKGBUILDs. (43ae503e) (Johannes Löthberg)
[0.0.1]: https://gitlab.archlinux.org/pacman/pacman-contrib/-/commits/v0.0.1
[1.0.0]: https://gitlab.archlinux.org/pacman/pacman-contrib/-/compare/v0.0.1...v1.0.0
@@ -258,6 +260,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
[1.9.0]: https://gitlab.archlinux.org/pacman/pacman-contrib/-/compare/v1.8.2...v1.9.0
[1.9.1]: https://gitlab.archlinux.org/pacman/pacman-contrib/-/compare/v1.9.0...v1.9.1
[1.10.0]: https://gitlab.archlinux.org/pacman/pacman-contrib/-/compare/v1.9.1...v1.10.0
+[1.10.1]: https://gitlab.archlinux.org/pacman/pacman-contrib/-/compare/v1.10.0...v1.10.1
[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 b0ad69f..93fcb5b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([pacman-contrib],[1.10.0],[pacman-contrib@lists.archlinux.org])
+AC_INIT([pacman-contrib],[1.10.1],[pacman-contrib@lists.archlinux.org])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR([build-aux])
AC_REQUIRE_AUX_FILE([tap-driver.sh])