From patchwork Sun Aug 5 19:42:33 2018 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: 716 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 E98B85FF3C3D for ; Sun, 5 Aug 2018 19:42:51 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on apollo X-Spam-Level: X-Spam-Status: No, score=-3.4 required=5.0 tests=DKIM_SIGNED=0.1, DKIM_VALID=-0.1,DKIM_VALID_AU=-0.1,MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_MED=-2.3 autolearn=ham autolearn_force=no version=3.4.1 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, 5 Aug 2018 19:42:51 +0000 (UTC) Received: from orion.archlinux.org (localhost [127.0.0.1]) by orion.archlinux.org (Postfix) with ESMTP id CC023C95A5A6F; Sun, 5 Aug 2018 19:42:46 +0000 (UTC) Received: from luna.archlinux.org (luna.archlinux.org [IPv6:2a01:4f8:160:3033::2]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by orion.archlinux.org (Postfix) with ESMTPS; Sun, 5 Aug 2018 19:42:46 +0000 (UTC) Received: from luna.archlinux.org (luna.archlinux.org [127.0.0.1]) by luna.archlinux.org (Postfix) with ESMTP id B396420951; Sun, 5 Aug 2018 19:42:46 +0000 (UTC) Authentication-Results: luna.archlinux.org; dkim=pass (1024-bit key) header.d=kyriasis.com header.i=@kyriasis.com header.b=rjiicsDy Received: from luna.archlinux.org (luna.archlinux.org [127.0.0.1]) by luna.archlinux.org (Postfix) with ESMTP id 556EC20951 for ; Sun, 5 Aug 2018 19:42:43 +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, 5 Aug 2018 19:42:43 +0000 (UTC) Received: from theos.kyriasis.com (localhost [127.0.0.1]) by theos.kyriasis.com (OpenSMTPD) with ESMTP id 46b10f3a for ; Sun, 5 Aug 2018 19:42:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=kyriasis.com; h=from:to:cc :subject:date:message-id:mime-version:content-type :content-transfer-encoding; s=theos; bh=HYGkJ13qsIUq0YcFro7Iyp1L A7Y=; b=rjiicsDyd95w9Wg+4G9istOcj5EHXUiUkHQXe58YaR+6nSJYWi9SC38H MyhVTe+NgpOvj+V9PttogUFj7AEmrsgK5Z4kk/kTWqpZyDXThhZZt6paa2RtYGaS hTv/J37lyii7kqo4bSS6LtLa+jiZ90pkPwhM3Voj9N6Foc2zQkA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=kyriasis.com; h=from:to:cc :subject:date:message-id:mime-version:content-type :content-transfer-encoding; q=dns; s=theos; b=sPwahGoXHo44abuH2N aI3nYfF4+dQP7Rg5KWYObPNJHWXwgljh/87cv9Wo88mgoc8NpWolLuxSuFzwsxO5 tP377gpF83IVOsElDffrdU+DBqA9eVFgMDZTUjfjHXPZvCIS83SBr52hnBwCizyX qggQAw8exTsQaZE6kBCL7bbmE= Received: from hydrogen.kyriasis.com (h-52-10.A572.priv.bahnhof.se [158.174.52.10]) by theos.kyriasis.com (OpenSMTPD) with ESMTPSA id 3050c2dd (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256:NO); Sun, 5 Aug 2018 19:42:36 +0000 (UTC) From: =?utf-8?q?Johannes_L=C3=B6thberg?= To: pacman-contrib@lists.archlinux.org Subject: [PATCH 1/2] Update CHANGES.md Date: Sun, 5 Aug 2018 21:42:33 +0200 Message-Id: <20180805194234.24406-1-johannes@kyriasis.com> X-Mailer: git-send-email 2.18.0 MIME-Version: 1.0 X-BeenThere: pacman-contrib@lists.archlinux.org X-Mailman-Version: 2.1.26 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 | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 59c4639..8300ad2 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,7 +4,23 @@ 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). -## [1.0.0] +## [Unreleased] +### Added +- paccache: Add manpage. +- rankmirrors: Add --max-time flag to specify the timeout used. + +### Changed +- pacscripts: Don't log to pacman.log when files are downloaded to the cache. +- pacscripts: Find package file path using pacman instead of doing it manually ourselves. +- 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. +- vim/ftplugin/PKGBUILD: Set vim 'commentstring' option +- vim/syntax/PKGBUILD: Add sha224sums support. + +### Fixed +- pacsort: Fix short version option. + + +## [1.0.0] - 2018-05-28 ### Added - `--version` option to pactree. - Import pacsort utility. @@ -17,6 +33,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - checkupdates now reports failures to update the databases. - Add `-v` to pacsort help output. + ## 0.0.1 - 2016-10-17 ### Added - Imported the following utilities: @@ -32,5 +49,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - updpkgsums - Added vim highlighting for PKGBUILDs. -[1.0.0]: https://git.archlinux.org/pacman-contrib.git/log/?qt=range&q=v0.0.1..v1.0.0 + [Unreleased]: https://git.archlinux.org/pacman-contrib.git/log/?qt=range&q=v1.0.0..master +[1.0.0]: https://git.archlinux.org/pacman-contrib.git/log/?qt=range&q=v0.0.1..v1.0.0