From patchwork Sat Feb 23 20:24:54 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Schantl X-Patchwork-Id: 2092 Return-Path: Received: from mail01.ipfire.org (mail01.i.ipfire.org [172.28.1.200]) (using TLSv1.2 with cipher ECDHE-ECDSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail01.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by web07.i.ipfire.org (Postfix) with ESMTPS id 95FCB88B0A0 for ; Sat, 23 Feb 2019 09:25:00 +0000 (GMT) Received: from mail01.i.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id 4462qH63Bxz5JPs0; Sat, 23 Feb 2019 09:24:59 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201801; t=1550913900; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:mime-version:content-type: content-transfer-encoding:content-transfer-encoding:in-reply-to: references:list-id:list-unsubscribe:list-subscribe:list-post; bh=PYLnz76U5ujPZgCSSdqb8q7ThViFMtg8fP+EEPSXLog=; b=i771RwlMr1phE4vUeIbZyq6xHRRMJF0oH8wyOAAeNmu4YHxszgCwHNWBAb65isX4jub5dy eyb8QBafv5T4y6BCobx+9HEcJeDq2xoHn64uE/KLrZ22xkhSa++TfEEi8MiXWWvXVxkDi/ zVeNdhcBb6/m+ZLP6rC1hJ6nZaLDCwrPIzTVQzcajZOyTOaPZq1uNPrASgIFzJt3Om8UoB wCXWvJ274Daf/iM2d5wins/CBCYMT4SoruUYZdyJt7dzGnR4Ad2c85S3hZf0GSgqS+pZ8w 3NvUlol66B+Ifb04DqSAR6MgxYMujgvO4MD9eEqG2tauMnAKUh2sfWDpJt5OWA== Received: from tuxedo.stevee (213162068233.public.t-mobile.at [213.162.68.233]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 4462qF4D24z5JPs0; Sat, 23 Feb 2019 09:24:57 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201801; t=1550913897; h=from:from:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-transfer-encoding:content-transfer-encoding: in-reply-to:references; bh=PYLnz76U5ujPZgCSSdqb8q7ThViFMtg8fP+EEPSXLog=; b=QkYcmQ+G1JSjtVY0suzpiYr+YugYUfHnWaT9z8BmALDhAGp6YSaQajEksqonDw7zHcvRnm q2u9QOTRp+F3K/UUAA3aBBfhkHiYdlwjWi/1fLXkV3rOJ18Xg1EEZ5CzQIPea5koFpfxYP xDanOyqSXodi0xm4NkzOzp+gfmIuTzmXnPCxq39Y/7yrRNauPF1j6oWpJxiS0j9GRgJKve DioZzo3muCllfxWflCNgFxyCs3ALSoC0VYygStzfZ22oZ9aEn/EBI9Hz9S19G7PurpFMi4 MslxkQYnz55nSjlRhq5hZBOKZrYxGXK3HW3EI7b7NK4/UyMLQZQ6/hlnn+gitA== From: Stefan Schantl To: development@lists.ipfire.org Subject: [PATCH] htop: Update to 2.2.0 Date: Sat, 23 Feb 2019 10:24:54 +0100 Message-Id: <20190223092454.16799-1-stefan.schantl@ipfire.org> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 X-Spam-Status: No, score=2.44 X-Rspamd-Server: mail01.i.ipfire.org Authentication-Results: mail01.ipfire.org; auth=pass smtp.auth=stevee smtp.mailfrom=stefan.schantl@ipfire.org X-Spamd-Result: default: False [2.44 / 11.00]; ARC_NA(0.00)[]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; R_MISSING_CHARSET(2.50)[]; MIME_GOOD(-0.10)[text/plain]; BROKEN_CONTENT_TYPE(1.50)[]; DKIM_SIGNED(0.00)[]; RCPT_COUNT_TWO(0.00)[2]; MID_CONTAINS_FROM(1.00)[]; NEURAL_HAM(-2.46)[-0.819,0]; RCVD_COUNT_ZERO(0.00)[0]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:8412, ipnet:213.162.64.0/19, country:AT]; RCVD_TLS_ALL(0.00)[] X-Spam-Level: ** X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" X-Spam: Yes This is a major update to the latest available version of htop. Signed-off-by: Stefan Schantl --- htop/htop.nm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htop/htop.nm b/htop/htop.nm index 186335157..03e9d8faf 100644 --- a/htop/htop.nm +++ b/htop/htop.nm @@ -4,7 +4,7 @@ ############################################################################### name = htop -version = 1.0.3 +version = 2.2.0 release = 1 groups = Applications/System