I think these announcements are only really necessary on the users list,
since we vote on it and see the vote result message here on the dev list...
I think the release docs mention this.
-> richard
On 9/8/09 9:14, Felix Meschberger wrote:
The Felix team is pleased to announce the release of Apache Felix
Configuration Admin Service version 1.2.4
The Apache Felix Configuration Admin Service is an implementation of the
upcoming OSGi Configuration Admin Service Specification 1.3
http://felix.apache.org/site/apache-felix-configuration-admin-service.html
This release is available from
http://felix.apache.org/site/downloads.cgi and Maven:
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.configadmin</artifactId>
<version>1.2.4</version>
</dependency>
Release Notes:
** Bug
* [FELIX-1535] - Permission is checked against the using bundle
instead of the access control context (call stack)
* [FELIX-1542] - Configuration may be supplied twice in certain
situations
** Improvement
* [FELIX-1541] - Include latest CM 1.3 (Compendium R 4.2) package
export
Enjoy!
-The Felix team