From patchwork Sun Oct 6 13:17:31 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Johannes_L=C3=B6thberg?= X-Patchwork-Id: 1250 Return-Path: Delivered-To: patchwork@archlinux.org Received: from apollo.archlinux.org (localhost [127.0.0.1]) by apollo.archlinux.org (Postfix) with ESMTP id 810BF1440FCCD for ; Sun, 6 Oct 2019 13:17:47 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on apollo X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=DKIM_SIGNED=0.1, DKIM_VALID=-0.1,DKIM_VALID_AU=-0.1,LOCAL_FAKEBUSINESS=0.5, MAILING_LIST_MULTI=-1,RCVD_IN_DNSWL_MED=-2.3,SPF_HELO_NONE=0.001, T_DMARC_POLICY_NONE=0.01 autolearn=unavailable autolearn_force=no version=3.4.2 X-Spam-BL-Results: [127.0.9.2] Received: from orion.archlinux.org (orion.archlinux.org [88.198.91.70]) by apollo.archlinux.org (Postfix) with ESMTPS for ; Sun, 6 Oct 2019 13:17:47 +0000 (UTC) Received: from orion.archlinux.org (localhost [127.0.0.1]) by orion.archlinux.org (Postfix) with ESMTP id 0F42815A88E7CF; Sun, 6 Oct 2019 13:17:43 +0000 (UTC) Received: from luna.archlinux.org (luna.archlinux.org [5.9.250.164]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits)) (No client certificate requested) by orion.archlinux.org (Postfix) with ESMTPS; Sun, 6 Oct 2019 13:17:43 +0000 (UTC) Received: from luna.archlinux.org (luna.archlinux.org [127.0.0.1]) by luna.archlinux.org (Postfix) with ESMTP id 069B52CAC0; Sun, 6 Oct 2019 13:17:43 +0000 (UTC) Authentication-Results: luna.archlinux.org; dkim=pass (1024-bit key) header.d=kyriasis.com header.i=@kyriasis.com header.b=IEoM0xQl Received: from luna.archlinux.org (luna.archlinux.org [127.0.0.1]) by luna.archlinux.org (Postfix) with ESMTP id 2C2142CAB8 for ; Sun, 6 Oct 2019 13:17:40 +0000 (UTC) Received: from theos.kyriasis.com (theos.kyriasis.com [IPv6:2a01:7e00:e000:136::1]) by luna.archlinux.org (Postfix) with ESMTPS for ; Sun, 6 Oct 2019 13:17:39 +0000 (UTC) Received: from theos.kyriasis.com (localhost [127.0.0.1]) by theos.kyriasis.com (OpenSMTPD) with ESMTP id 1d4edeb5 for ; Sun, 6 Oct 2019 13:17:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=kyriasis.com; h=from:to:cc :subject:date:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; s=theos; bh=+ykEg7mZdVd XQbOMPLiDdSs+now=; b=IEoM0xQlvl9Clm2R6yo4krJNY5RxVl2EWS/BXI+S7D4 ivQnsz16Ca0zbk3KwfwyzVVaa5D/NHsaMhwALwFW1woRql4wFqrzkXZKwTrCSJVw P/v9BYmbGROZBGmOwR1scnTr+yMSuX4HpcFUfCosJjelhwQV19k+9HDX05cwiy1I = DomainKey-Signature: a=rsa-sha1; c=nofws; d=kyriasis.com; h=from:to:cc :subject:date:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; q=dns; s=theos; b=Dh4PR TaGqVI3nL6KjNiP2IMYSUe+1jhiWKhghWtyuwMGMKQaGMJP4+K2tpZSMGgEShH27 nj6YyjUp4Sjhl7T2w5emZQCYMfs4150zzmon2v5AJuS+uCAjq8+GmbdFc4r0FWNT XdRUiyuK3WuOzHQnEIQswTqd+qTLUdTBFYmfig= Received: from hydrogen.kyriasis.com (h-52-10.A572.priv.bahnhof.se [158.174.52.10]) by theos.kyriasis.com (OpenSMTPD) with ESMTPSA id b584d89a (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256:NO); Sun, 6 Oct 2019 13:17:33 +0000 (UTC) From: =?utf-8?q?Johannes_L=C3=B6thberg?= To: pacman-contrib@lists.archlinux.org Subject: [PATCH v2] Update CHANGES.md Date: Sun, 6 Oct 2019 15:17:31 +0200 Message-Id: <20191006131731.294564-1-johannes@kyriasis.com> X-Mailer: git-send-email 2.23.0 In-Reply-To: <20191005160413.234702-1-johannes@kyriasis.com> References: <20191005160413.234702-1-johannes@kyriasis.com> MIME-Version: 1.0 X-BeenThere: pacman-contrib@lists.archlinux.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion list for pacman-contrib development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: =?utf-8?q?Johannes_L=C3=B6thberg?= Errors-To: pacman-contrib-bounces@lists.archlinux.org Sender: "pacman-contrib" Signed-off-by: Johannes Löthberg --- CHANGES.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 073c940..60bdfbb 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,6 +4,27 @@ 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 option for downloading updates. (ab69666) +- docs: Add manpages for checkupdates, pacdiff, pacsort, updpkgsums. (d25a8b2, 35eef6b, ef63784, b258c31) +- paccache: Add --age-atime and --age-mtime arguments. (45c1916) +- vim: Add indent file. (020b533) +- vim: Add b2sums to PKGBUILD syntax file. (fc21909) + +### Changed +- 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.