From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31425 invoked by alias); 28 Apr 2017 17:19:44 -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 29236 invoked by uid 89); 28 Apr 2017 17:19:21 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.5 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,MISSING_MID,SPF_HELO_PASS autolearn=no version=3.3.2 spammy=supplies, communicate, H*Ad:U*cygwin-announce, HTo:U*cygwin-announce X-HELO: mx1.redhat.com DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 6B6B0C04BD5A Authentication-Results: ext-mx07.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=cygwin.com Authentication-Results: ext-mx07.extmail.prod.ext.phx2.redhat.com; spf=none smtp.mailfrom=yselkowitz@cygwin.com DKIM-Filter: OpenDKIM Filter v2.11.0 mx1.redhat.com 6B6B0C04BD5A X-Mailbox-Line: From cygwin-announce-dbus-1.10.18-1 Fri Apr 28 12:17:12 2017 From: Yaakov Selkowitz To: cygwin-announce@cygwin.com Date: Fri, 28 Apr 2017 17:19:00 -0000 Subject: dbus 1.10.18-1 X-SW-Source: 2017-04/txt/msg00063.txt.bz2 Message-ID: <20170428171900.1u-V23XgxPiMOCWh3PYPsN--55WnnT6PQgJcuFYCiLc@z> The following packages have been uploaded to the Cygwin distribution: * dbus-1.10.18-1 * dbus-doc-1.10.18-1 * dbus-x11-1.10.18-1 * libdbus1_3-1.10.18-1 * libdbus1-devel-1.10.18-1 * mingw64-i686-dbus-1.10.18-1 * mingw64-x86_64-dbus-1.10.18-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. -- Yaakov