Message ID | 20191005160413.234702-1-johannes@kyriasis.com |
---|---|
State | Superseded |
Headers | show |
Series | Update CHANGES.md | expand |
On 10/5/19 12:04 PM, Johannes Löthberg wrote: > Signed-off-by: Johannes Löthberg <johannes@kyriasis.com> > --- > CHANGES.md | 25 +++++++++++++++++++++++++ > 1 file changed, 25 insertions(+) > > diff --git a/CHANGES.md b/CHANGES.md > index 073c940..2cf0656 100644 > --- a/CHANGES.md > +++ b/CHANGES.md > @@ -4,6 +4,31 @@ 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). > > +## [Unreleased] > +### Added > +- checkupdates: Add manpage. (d25a8b2) [...] > +- pacdiff: Add manpage. (35eef6b) > +- pacsort: Add manpage. (ef63784) > +- updpkgsums: Add manpage. (b258c31) Could maybe be simplified to "checkupdates, pacdiff, pacsort, updpkgsums: add manpages". It's conceptually one interesting new feature ("we have lots more manpages now!") and as-is it sort of blurs out the other changes due to quantity rather than quality. > +- vim: Add indent file. (020b533) > +- vim: Add b2sums to PKGBUILD syntax file. (fc21909) > + > +### Changed > +- checkupdates: Add -d argument to manpage. (4e2273e) Given the -d argument was only added this release cycle, *and* the manpage was also only added this release cycle, I don't think it's worth explicitly calling this out as a "change". Having it as a changelog item implies it was missing in the previous release, which it wasn't! > +- paclist: Allow listing packages from multiple repos at once. (58bfa06) > +- paclist: Also list packages where the installed version differ from the repo version. (4849211) > +- vim: Remove version check for Vim older than 6.0 from PKGBUILD syntax file. (b4ae0e5) > +- checkupdates, paccache, pacdiff: Don't use colors on a dumb terminal. (c57d275) > + > +### Fixed > +- pacccache: Fix parsing of --move argument. (9ebae18) > +- pacdiff: Don't assume the DBPath has a trailing slash. (0c260d3) > +- pacsort: Support all compression formats supported by `makepkg`. (aa22e5c) > +- vim: Add `unknown` license special case to PKGBUILD syntax file. (6193d12) > + > + > ## [1.1.0] - 2018-08-05 > ### Added > - paccache: Add manpage. >
Excerpts from Eli Schwartz's message of October 6, 2019 2:59: > On 10/5/19 12:04 PM, Johannes Löthberg wrote: >> Signed-off-by: Johannes Löthberg <johannes@kyriasis.com> >> --- >> CHANGES.md | 25 +++++++++++++++++++++++++ >> 1 file changed, 25 insertions(+) >> >> diff --git a/CHANGES.md b/CHANGES.md >> index 073c940..2cf0656 100644 >> --- a/CHANGES.md >> +++ b/CHANGES.md >> @@ -4,6 +4,31 @@ 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). >> >> +## [Unreleased] >> +### Added >> +- checkupdates: Add manpage. (d25a8b2) > [...] >> +- pacdiff: Add manpage. (35eef6b) >> +- pacsort: Add manpage. (ef63784) >> +- updpkgsums: Add manpage. (b258c31) > > Could maybe be simplified to "checkupdates, pacdiff, pacsort, > updpkgsums: add manpages". It's conceptually one interesting new feature > ("we have lots more manpages now!") and as-is it sort of blurs out the > other changes due to quantity rather than quality. > >> +- vim: Add indent file. (020b533) >> +- vim: Add b2sums to PKGBUILD syntax file. (fc21909) >> + >> +### Changed >> +- checkupdates: Add -d argument to manpage. (4e2273e) > > Given the -d argument was only added this release cycle, *and* the > manpage was also only added this release cycle, I don't think it's worth > explicitly calling this out as a "change". > > Having it as a changelog item implies it was missing in the previous > release, which it wasn't! > >> +- paclist: Allow listing packages from multiple repos at once. (58bfa06) >> +- paclist: Also list packages where the installed version differ from the repo version. (4849211) >> +- vim: Remove version check for Vim older than 6.0 from PKGBUILD syntax file. (b4ae0e5) >> +- checkupdates, paccache, pacdiff: Don't use colors on a dumb terminal. (c57d275) >> + >> +### Fixed >> +- pacccache: Fix parsing of --move argument. (9ebae18) >> +- pacdiff: Don't assume the DBPath has a trailing slash. (0c260d3) >> +- pacsort: Support all compression formats supported by `makepkg`. (aa22e5c) >> +- vim: Add `unknown` license special case to PKGBUILD syntax file. (6193d12) >> + >> + >> ## [1.1.0] - 2018-08-05 >> ### Added >> - paccache: Add manpage. >> > Good points, thanks.
diff --git a/CHANGES.md b/CHANGES.md index 073c940..2cf0656 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,6 +4,31 @@ 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). +## [Unreleased] +### Added +- checkupdates: Add manpage. (d25a8b2) +- checkupdates: Add option for downloading updates. (ab69666) +- paccache: Add --age-atime and --age-mtime arguments. (45c1916) +- pacdiff: Add manpage. (35eef6b) +- pacsort: Add manpage. (ef63784) +- updpkgsums: Add manpage. (b258c31) +- vim: Add indent file. (020b533) +- vim: Add b2sums to PKGBUILD syntax file. (fc21909) + +### Changed +- checkupdates: Add -d argument to manpage. (4e2273e) +- paclist: Allow listing packages from multiple repos at once. (58bfa06) +- paclist: Also list packages where the installed version differ from the repo version. (4849211) +- vim: Remove version check for Vim older than 6.0 from PKGBUILD syntax file. (b4ae0e5) +- checkupdates, paccache, pacdiff: Don't use colors on a dumb terminal. (c57d275) + +### Fixed +- pacccache: Fix parsing of --move argument. (9ebae18) +- pacdiff: Don't assume the DBPath has a trailing slash. (0c260d3) +- pacsort: Support all compression formats supported by `makepkg`. (aa22e5c) +- vim: Add `unknown` license special case to PKGBUILD syntax file. (6193d12) + + ## [1.1.0] - 2018-08-05 ### Added - paccache: Add manpage.
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com> --- CHANGES.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+)