X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:subject:to:references:from:message-id:date
	:mime-version:in-reply-to:content-type
	:content-transfer-encoding; q=dns; s=default; b=oyA1PHdeBLFjw+lh
	Qd1BKd7d4pBX5aC8EfkJ1pv4s3ogwhngiMsJ0cpITUdKOetVRkKJHVwgXJNgchiN
	hQDvzYcdC+dl0DBFTqKL33aQjkyY8JD8EyPmcEftjWXRFFH7k5aGwZmKP0JzTDUP
	FMEr4VxG5CwAuRLJo1LMuRv6yv4=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:subject:to:references:from:message-id:date
	:mime-version:in-reply-to:content-type
	:content-transfer-encoding; s=default; bh=3Qw8jZZTFgAucYsCMuzocs
	1v4Cs=; b=YrTjd0NfCY9Fk3qx2Rxpwz6UV30P9lF9OcdgUuA7LfccmATE236VAc
	1ZOooVrMqOyCYf1D8GZZmxcBZ1MyIN6QPKEgb/osbojPbJ0GxfLI0b93liCvzQru
	2Af+8/FepIGpzU4LHhLSN6GflKGsJVgsdsgpTFjfwftJBrvNZBY6E=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Spam-SWARE-Status: No, score=1.8 required=5.0 tests=BAYES_50,FOREIGN_BODY,FREEMAIL_FROM,GIT_PATCH_2,RCVD_IN_DNSWL_NONE,SPF_PASS,T_MIXED_ES autolearn=no version=3.3.2 spammy=auf, E-Mail, EMail, UD:www.avast.com
X-HELO: mail-wm1-f50.google.com
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;        d=gmail.com; s=20161025;        h=subject:to:references:from:message-id:date:user-agent:mime-version         :in-reply-to:content-transfer-encoding;        bh=N5yO/tkLuo0udT9u7hE+YvjSsDRgE5vYCTxPytA2wto=;        b=baKZZwvIBEoPXONWc3ktcY+ZIAy3xSP58CO+0dmxs2/YCfEqGQ/vb8P251Y+TIoMFK         oxAMniK58wdkkvlX2IPzAXQ2jgjmFMAbZ0IHcj3Bl2opvcSPZ0c+2MzdJArHI8ylFQke         Y2zC1cCqd54ASEKThcKzgQKUWtQpqhvT0prBg6YPxf0u9G3pXVPwTHQUSKtzmkoYHsMK         CWMrxfaa+M8lZJ7/ts5D0bf25KJVugABx/TApmsYZxw4VNdobwLprC1drsoMF1+7RtC1         n0LfJ1sLL7jj53SOJ8pI4yGlxUvYSyebJpa3yNpIWkjh93oAZARWN29tOYShDkOjeN+c         K9oQ==
Subject: Re: Installation history
To: cygwin@cygwin.com
References: <44ea-5c110300-4b-79671380@264291792>
From: Marco Atzeri <marco.atzeri@gmail.com>
Message-ID: <c0d5b81d-ca30-2dc0-3a77-29fc16683c2a@gmail.com>
Date: Wed, 12 Dec 2018 17:46:09 +0100
User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.3.3
MIME-Version: 1.0
In-Reply-To: <44ea-5c110300-4b-79671380@264291792>
Content-Type: text/plain; charset=utf-8; format=flowed
X-IsSubscribed: yes
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id wBCGkc8x020351

Am 12.12.2018 um 13:46 schrieb Aaron Digulla:
> Hi,
>
> With "rpm -qa --last", you can get the package update history (which package version was installed when).
>
> Is there a similar command for Cygwin?
>
> Thanks,
>

you can get it from the setup.log

$ cd /var/log/
$ grep mintty setup.log|grep " install"
2018/06/19 18:43:25    3 install   mintty             2.8.5-0
2018/06/19 18:43:35    4 install   mintty             2.8.5-0
2018/06/19 18:43:35    4 install   mintty             2.8.5-0
2018/06/21 08:13:53    7 install   mintty             2.8.5-0
2018/07/02 21:52:53    0 install   mintty             2.9.0-0
2018/07/02 21:52:57    0 install   mintty             2.9.0-0
2018/07/02 21:52:57    0 install   mintty             2.9.0-0
2018/09/22 10:51:07    0 install   mintty             2.9.1-0
2018/09/22 10:51:11    0 install   mintty             2.9.1-0
2018/09/22 10:51:11    0 install   mintty             2.9.1-0
2018/10/05 17:20:05    2 install   mintty             2.9.3-0
2018/10/05 17:38:04    2 install   mintty             2.9.3-0
2018/10/05 17:38:04    2 install   mintty             2.9.3-0
2018/11/10 21:20:33    0 install   mintty             2.9.4-0
2018/12/07 11:23:21    1 install   mintty             2.9.5-0

---
Diese E-Mail wurde von Avast Antivirus-Software auf Viren geprüft.
https://www.avast.com/antivirus


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


