You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by Sahoo <sa...@oracle.com> on 2013/08/12 08:38:44 UTC

[ANN] Apache Felix Preferences Service version 1.0.6 Released

The Felix team is pleased to announce the release of Apache Felix Preferences Service version 1.0.6:

   http://felix.apache.org/site/apache-felix-preferences-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.prefs</artifactId>
     <version>1.0.6</version>
   </dependency>

Release Notes:
--------------
** Bug
     * [FELIX-1908] - PreferencesService doesn't work if a PermissionAdmin is present
     * [FELIX-3334] - PreferencesManager can throw NPE after being stopped.


Enjoy!

-The Felix team