From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 70879 invoked by alias); 4 Jul 2017 22:24:51 -0000 Mailing-List: contact cygwin-announce-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-announce-owner@cygwin.com Reply-To: The Cygwin Mailing List Mail-Followup-To: cygwin-announce@cygwin.com Received: (qmail 36605 invoked by uid 89); 4 Jul 2017 22:18:56 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.4 required=5.0 tests=BAYES_00,KAM_LAZY_DOMAIN_SECURITY,MISSING_MID,SPF_HELO_PASS autolearn=no version=3.3.2 spammy=H*Ad:U*cygwin-announce, HTo:U*cygwin-announce, among X-HELO: mx1.redhat.com DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 7F023369C4 Authentication-Results: ext-mx06.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=cygwin.com Authentication-Results: ext-mx06.extmail.prod.ext.phx2.redhat.com; spf=none smtp.mailfrom=yselkowitz@cygwin.com DKIM-Filter: OpenDKIM Filter v2.11.0 mx1.redhat.com 7F023369C4 X-Mailbox-Line: From cygwin-announce-dbus-1.10.20-1 Tue Jul 04 17:17:42 2017 From: Yaakov Selkowitz To: cygwin-announce@cygwin.com Date: Tue, 04 Jul 2017 22:24:00 -0000 Subject: dbus 1.10.20-1 X-SW-Source: 2017-07/txt/msg00009.txt.bz2 Message-ID: <20170704222400.epQ87j4ICKE3z5yDyVnsx84W6dof8YqHbf1SdR7E7tc@z> The following packages have been uploaded to the Cygwin distribution: * dbus-1.10.20-1 * dbus-doc-1.10.20-1 * dbus-x11-1.10.20-1 * libdbus1_3-1.10.20-1 * libdbus1-devel-1.10.20-1 * mingw64-i686-dbus-1.10.20-1 * mingw64-x86_64-dbus-1.10.20-1 D-BUS is a message bus system, a simple way for applications to talk to one another. D-BUS supplies both a system daemon (for events such as 'new hardware device added' or 'printer queue changed') and a per-login-session daemon (for general IPC needs among user applications). Also, the message bus is built on top of a general one-to-one message passing framework, which can be used by any two apps to communicate directly (without going through the message bus daemon). This is an update to the latest upstream stable release: https://lists.freedesktop.org/archives/dbus/2017-June/017228.html -- Yaakov