From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dmta1017.nifty.com (mta-snd01004.nifty.com [106.153.227.36]) by sourceware.org (Postfix) with ESMTPS id 186A73858409 for ; Sun, 3 Mar 2024 06:28:32 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 186A73858409 Authentication-Results: sourceware.org; dmarc=fail (p=none dis=none) header.from=nifty.ne.jp Authentication-Results: sourceware.org; spf=fail smtp.mailfrom=nifty.ne.jp ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 186A73858409 Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=106.153.227.36 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1709447315; cv=none; b=Oj/C4WYtOhegkRRvOjMFUodHv0CPjULRYM7y3V6li02i0qTjsWG7lRSxr1wY3tkTMbGVCDeeu66j1AOgl7zVRIHPCv72qntILCyIGMdqQWrKPr/Wa1Si3YB+X0vKitGF5cz2Ax0JYHEjnwiv7Jgd2Nq1ChweK6CCNBCFWvltzTY= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1709447315; c=relaxed/simple; bh=jY7L+LWZpjcdLTWo77lMr4/ju2gXV/X3Hh7D83brpj4=; h=From:To:Date:Message-Id:Subject; b=bJKmxdkn+x0HJKnJ75McfPdYVnRRmlBfWxrx0AwU7SIT/NCqudWkZRLOBgCKtfZnYLqwHyWsnPBvXUeWluvTKaZg3puTW7uwDjI4YHBQtJ2IdtjhDYHbsN4NvvlrGyWQCQhQnAwrNe5KZKesdi8HqUCVcV+6YtQjyG3lFD0hlEc= ARC-Authentication-Results: i=1; server2.sourceware.org Received: from localhost.localdomain by dmta1017.nifty.com with ESMTP id <20240303062831173.BVPX.70310.localhost.localdomain@nifty.com> for ; Sun, 3 Mar 2024 15:28:31 +0900 From: Takashi Yano To: cygwin-announce@cygwin.com Date: Sun, 03 Mar 2024 15:28:26 +0900 Message-Id: <20240303152826.4844-1-takashi.yano@nifty.ne.jp> Subject: dbus 1.14.10-1 X-Spam-Status: No, score=-3.0 required=5.0 tests=BAYES_00,KAM_DMARC_STATUS,KAM_NUMSUBJECT,RCVD_IN_DNSWL_NONE,SPF_HELO_PASS,SPF_PASS,TXREP,T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: The following packages have been uploaded to the Cygwin distribution: * dbus-1.14.10-1 * dbus-doc-1.14.10-1 * dbus-x11-1.14.10-1 * libdbus1_3-1.14.10-1 * libdbus1-devel-1.14.10-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).