From 30588d55b8acc3fee6594cef77f2354a01e860a2 Mon Sep 17 00:00:00 2001 From: itchyny Date: Tue, 1 Aug 2023 08:44:48 +0900 Subject: [PATCH] Include more updates NEWS.md and AUTHORS for 1.7 --- AUTHORS | 1 + Makefile.am | 2 +- NEWS.md | 39 ++++++++++++++++++++++++--------------- 3 files changed, 26 insertions(+), 16 deletions(-) diff --git a/AUTHORS b/AUTHORS index da7f7fc668..e21c220726 100644 --- a/AUTHORS +++ b/AUTHORS @@ -51,6 +51,7 @@ Daniel Lange David Biesack David Fetter David Haguenauer +David Korczynski David R. MacIver Dawid Ferenczy Rogožan Derrick Pallas diff --git a/Makefile.am b/Makefile.am index b2b666ecee..03ed8e49b2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -229,7 +229,7 @@ AM_DISTCHECK_CONFIGURE_FLAGS=--with-oniguruma=builtin # README.md is expected in GitHub projects, good stuff in it, so we'll # distribute it and install it with the package in the doc directory. -dist_doc_DATA = README.md COPYING AUTHORS +dist_doc_DATA = README.md NEWS.md COPYING AUTHORS pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = libjq.pc diff --git a/NEWS.md b/NEWS.md index b8e4c6828e..ff43d424e3 100644 --- a/NEWS.md +++ b/NEWS.md @@ -6,17 +6,18 @@ Since the last stable release many things have happened: - jq now lives at - New maintainers, admins, and owners have been recruited. - - A list of [current maintainers](https://github.com/jqlang/jq/blob/70bbd10b0b58e797d03963264fc934879bb44454/AUTHORS#L4-L13) -- CI, scan builds, release builds etc now use GitHub actions. @owenthereal #2596 #2620 + - A list of [current maintainers](https://github.com/jqlang/jq/blob/jq-1.7/AUTHORS#L4-L13) +- NEWS file is replaced by NEWS.md with Markdown format. @wader #2599 +- CI, scan builds, release, website builds etc now use GitHub actions. @owenthereal @wader @itchyny #2596 #2603 #2620 #2723 - Lots of documentation improvements and fixes. -- Web site updated with new auto complete, better section ids for linking, dark mode, etc. @itchyny #2628 +- Website updated with new section search box, better section ids for linking, dark mode, etc. @itchyny #2628 - Release builds for: - Linux `amd64`, `arm64`, `armel`, `armhf`, `i386`, `mips`, `mips64`, `mips64el`, `mips64r6`, `mips64r6el`, `mipsel`, `mipsr6`, `mipsr6el`, `powerpc`, `ppc64el`, `riscv64` and `s390x` - macOS `amd64` and `arm64` - Windows `i386` and `amd64` - Docker `linux/386`, `linux/amd64`, `linux/arm64`, `linux/mips64le`, `linux/ppc64le`, `linux/riscv64` and `linux/s390x` - More details see @owenthereal #2665 -- Docker images are now available from `ghcr.io/jqlang/jq` instead of docker hub. @itchyny #2652 +- Docker images are now available from `ghcr.io/jqlang/jq` instead of Docker Hub. @itchyny #2652 #2686 - OSS-fuzz. @DavidKorczynski #2760 #2762 Full commit log can be found at but here are some highlights: @@ -34,7 +35,7 @@ Full commit log can be found at for details. @itchyny #2728 -- Improved `--help` output. Now mentions all options and nicer order. @itchyny #2747 #2766 +- Improved `--help` output. Now mentions all options and nicer order. @itchyny @wader #2747 #2766 #2799 - Last output value can now control exit code using `--exit-code`/`-e`. @ryo1kato #1697 ```sh @@ -51,7 +52,7 @@ Full commit log can be found at