Author: pauls Date: Sun Jun 14 22:31:23 2015 New Revision: 1685480 URL: http://svn.apache.org/r1685480 Log: Update changelog and dependencies for release
Added: felix/trunk/main.distribution/doc/changelog_resolver.txt Modified: felix/trunk/main.distribution/doc/changelog.txt felix/trunk/main.distribution/doc/changelog_framework.txt felix/trunk/main.distribution/doc/changelog_main.txt felix/trunk/main.distribution/pom.xml Modified: felix/trunk/main.distribution/doc/changelog.txt URL: http://svn.apache.org/viewvc/felix/trunk/main.distribution/doc/changelog.txt?rev=1685480&r1=1685479&r2=1685480&view=diff ============================================================================== --- felix/trunk/main.distribution/doc/changelog.txt (original) +++ felix/trunk/main.distribution/doc/changelog.txt Sun Jun 14 22:31:23 2015 @@ -1,3 +1,8 @@ +Changes from 5.0.0 to 5.0.1 +--------------------------- +** Improvement + * Update to framework and main 5.0.1 + Changes from 4.6.1 to 5.0.0 --------------------------- Modified: felix/trunk/main.distribution/doc/changelog_framework.txt URL: http://svn.apache.org/viewvc/felix/trunk/main.distribution/doc/changelog_framework.txt?rev=1685480&r1=1685479&r2=1685480&view=diff ============================================================================== --- felix/trunk/main.distribution/doc/changelog_framework.txt (original) +++ felix/trunk/main.distribution/doc/changelog_framework.txt Sun Jun 14 22:31:23 2015 @@ -1,3 +1,14 @@ +Changes from 5.0.0 to 5.0.1 +--------------------------- +** Bug + * [FELIX-4867] - Stale bundle revisions don't get cleaned up when last using bundle is gone + * [FELIX-4905] - Framework does not export org.osgi.service.resolver + * [FELIX-4914] - Resolution problem with identity requirements on fragments + * [FELIX-4927] - Felix reports itself as an OSGi R4/R5 Framework + +** Improvement + * [FELIX-4866] - Improve service registry + Changes from 4.6.1 to 5.0.0 --------------------------- ** Bug Modified: felix/trunk/main.distribution/doc/changelog_main.txt URL: http://svn.apache.org/viewvc/felix/trunk/main.distribution/doc/changelog_main.txt?rev=1685480&r1=1685479&r2=1685480&view=diff ============================================================================== --- felix/trunk/main.distribution/doc/changelog_main.txt (original) +++ felix/trunk/main.distribution/doc/changelog_main.txt Sun Jun 14 22:31:23 2015 @@ -1,3 +1,8 @@ +Changes from 5.0.0 to 5.0.1 +--------------------------- +** Improvement + * Update to latest framework version 5.0.1 + Changes form 4.6.1 to 5.0.0 --------------------------- Added: felix/trunk/main.distribution/doc/changelog_resolver.txt URL: http://svn.apache.org/viewvc/felix/trunk/main.distribution/doc/changelog_resolver.txt?rev=1685480&view=auto ============================================================================== --- felix/trunk/main.distribution/doc/changelog_resolver.txt (added) +++ felix/trunk/main.distribution/doc/changelog_resolver.txt Sun Jun 14 22:31:23 2015 @@ -0,0 +1,32 @@ +1.4.0 +----- + +** Bug + * [FELIX-4897] - Dynamic package resolution with fragment package exports can lead to invalid wirings + * [FELIX-4914] - Resolution problem with identity requirements on fragments + +1.2.0 +----- + +** Bug + * [FELIX-4182] - Issues with package space consistency check + * [FELIX-4428] - When inserting hosted capability from an already resolved fragment the real non-hosted capability is not removed as a candidate + * [FELIX-4494] - Fragment identity capabilities are incorrectly wrapped + * [FELIX-4495] - Candidates from already resolved fragments get ignored if no new hosts are available + * [FELIX-4497] - Invalid wirings may result from substitutable exports + * [FELIX-4524] - Substituted exports may cause IndexOutOfBoundsException + * [FELIX-4642] - NPE in the resolver when substituting + * [FELIX-4727] - WrappedResource.getCapabilities ignores the namespace param + * [FELIX-4762] - OutOfMemoryError (Java Heap Space) when resolving bundles + * [FELIX-4825] - The resolver may return wires to unresolved resources in some cases + +** Improvement + * [FELIX-4492] - Enhance resolver logging to get better uses diagnostics + * [FELIX-4493] - Allow ResolveContext to supply on demand resources + * [FELIX-4498] - Resolver does not allow optional reqs to resolve if they introduce class space inconsistencies + * [FELIX-4656] - Improve memory usage and speed of the resolver + +1.0.0 +----- + +** Initial Release Modified: felix/trunk/main.distribution/pom.xml URL: http://svn.apache.org/viewvc/felix/trunk/main.distribution/pom.xml?rev=1685480&r1=1685479&r2=1685480&view=diff ============================================================================== --- felix/trunk/main.distribution/pom.xml (original) +++ felix/trunk/main.distribution/pom.xml Sun Jun 14 22:31:23 2015 @@ -30,7 +30,7 @@ <version>5.1.0-SNAPSHOT</version> <properties> <dollar>$</dollar> - <framework.version>5.0.0</framework.version> + <framework.version>5.0.1</framework.version> <gogo.runtime.version>0.16.2</gogo.runtime.version> <gogo.shell.version>0.10.0</gogo.shell.version> <gogo.command.version>0.14.0</gogo.command.version>