Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 9B5E1200C1A for ; Mon, 13 Feb 2017 11:30:33 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 99F47160B60; Mon, 13 Feb 2017 10:30:33 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 11374160B4D for ; Mon, 13 Feb 2017 11:30:32 +0100 (CET) Received: (qmail 86732 invoked by uid 500); 13 Feb 2017 10:30:32 -0000 Mailing-List: contact commits-help@felix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@felix.apache.org Delivered-To: mailing list commits@felix.apache.org Received: (qmail 86723 invoked by uid 99); 13 Feb 2017 10:30:32 -0000 Received: from Unknown (HELO svn01-us-west.apache.org) (209.188.14.144) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Feb 2017 10:30:32 +0000 Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id 73BAC3A0316 for ; Mon, 13 Feb 2017 10:30:31 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1782736 - /felix/trunk/jaas/changelog.txt Date: Mon, 13 Feb 2017 10:30:30 -0000 To: commits@felix.apache.org From: chetanm@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20170213103031.73BAC3A0316@svn01-us-west.apache.org> archived-at: Mon, 13 Feb 2017 10:30:33 -0000 Author: chetanm Date: Mon Feb 13 10:30:30 2017 New Revision: 1782736 URL: http://svn.apache.org/viewvc?rev=1782736&view=rev Log: Prepare for 1.0.2 release Modified: felix/trunk/jaas/changelog.txt Modified: felix/trunk/jaas/changelog.txt URL: http://svn.apache.org/viewvc/felix/trunk/jaas/changelog.txt?rev=1782736&r1=1782735&r2=1782736&view=diff ============================================================================== --- felix/trunk/jaas/changelog.txt (original) +++ felix/trunk/jaas/changelog.txt Mon Feb 13 10:30:30 2017 @@ -1,3 +1,20 @@ +Changes from 1.0.0 to 1.0.2 +--------------------------- +** Bug + * [FELIX-5536] - ConfigSpiOSGi may end with incomplete realm due to race conditions + +** Improvement + * [FELIX-5537] - ConfigSpiOsgi should not try to unregister provider if not registered + +Changes from 0.0.4 to 1.0.0 +--------------------------- +** Bug + * [FELIX-5502] - Startup logs from ConfigSpiOsgi may get dropped due to race condition + * [FELIX-5505] - ConfigSpiOSGi may miss out on registering some LoginModuleFactory due to race condition + +** Task + * [FELIX-3981] - Create a sample project for demonstrating Felix JAAS main features + Changes from 0.0.2 to 0.0.4 --------------------------- ** Bug