Return-Path: X-Original-To: apmail-commons-dev-archive@www.apache.org Delivered-To: apmail-commons-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6A172F204 for ; Wed, 20 Mar 2013 20:06:16 +0000 (UTC) Received: (qmail 81411 invoked by uid 500); 20 Mar 2013 20:06:15 -0000 Delivered-To: apmail-commons-dev-archive@commons.apache.org Received: (qmail 81326 invoked by uid 500); 20 Mar 2013 20:06:15 -0000 Mailing-List: contact dev-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Commons Developers List" Delivered-To: mailing list dev@commons.apache.org Received: (qmail 81315 invoked by uid 99); 20 Mar 2013 20:06:15 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Mar 2013 20:06:15 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of thomas.neidhart@gmail.com designates 209.85.212.171 as permitted sender) Received: from [209.85.212.171] (HELO mail-wi0-f171.google.com) (209.85.212.171) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Mar 2013 20:06:07 +0000 Received: by mail-wi0-f171.google.com with SMTP id hn17so5778871wib.16 for ; Wed, 20 Mar 2013 13:05:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:message-id:date:from:reply-to:user-agent:mime-version:to :subject:x-enigmail-version:content-type:content-transfer-encoding; bh=Ep+iCozu3VMxrO8uSfZRQg6cBfCJ1CLhWzuKINBm+48=; b=rfqijms46eyJskk8AE5IR5LFoDSo/GXLDTL4JYg4zIpGYaDHpSPZs3RORJf6vI3Ssc 3QyB0xZE6OG9sz2C9MJBBO1ujIeBSdBZJPjGDNWU0g0xgB1bJc8dXlQkb6HScMF0Qh60 2GZibkT1GMsvy2+gQMYoqpiOldzbS5sULHvwD5pRyriGeZxoEfb2M5zzSZYMliN6IbVu Wt5JLK2t6V5oCtS9fAZZp3nPcTYj9/cHCx4hvd6ihAukwIr0Wrdl7M5WO3Ls22w/nD9x v1Y1qMZRghF3bvEpHoi4KDnElkErh0xUfvH9HRNNUS9ARHJ62GcAO4hU0A7SZQy16Js/ Nn3g== X-Received: by 10.194.237.129 with SMTP id vc1mr12923666wjc.20.1363809947128; Wed, 20 Mar 2013 13:05:47 -0700 (PDT) Received: from [192.168.1.2] (ip-81-11-211-210.dsl.scarlet.be. [81.11.211.210]) by mx.google.com with ESMTPS id ek4sm645536wib.11.2013.03.20.13.05.45 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 20 Mar 2013 13:05:46 -0700 (PDT) Message-ID: <514A1698.3010303@gmail.com> Date: Wed, 20 Mar 2013 21:05:44 +0100 From: Thomas Neidhart Reply-To: Commons Developers List User-Agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130308 Thunderbird/17.0.4 MIME-Version: 1.0 To: Commons Developers List , Commons Users List Subject: [ANNOUNCE] Commons Logging version 1.1.2 released X-Enigmail-Version: 1.5.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hello. The Apache Commons team is pleased to announce the release of commons-logging-1.1.2. Commons Logging is a thin adapter allowing configurable bridging to other, well known logging systems. Source and binary distributions are available for download from the Apache Commons download site: http://commons.apache.org/proper/commons-logging/download_logging.cgi For information on Commons Logging, please visit our website: http://commons.apache.org/logging/ Details of the changes and bug fixes in this release can be found in the release notes or change-report: http://www.apache.org/dist/commons/logging/RELEASE-NOTES.txt http://commons.apache.org/proper/commons-logging/changes-report.html Most notable fix is for a potential deadlock in WeakHashtable, thus users are advised to upgrade to the latest version. Best regards, Thomas, on behalf of the Apache Commons community --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org For additional commands, e-mail: dev-help@commons.apache.org