You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by pa...@apache.org on 2017/02/16 20:59:03 UTC

svn commit: r1783281 - in /felix/trunk: framework/doc/ main.distribution/doc/ main/doc/ resolver/doc/

Author: pauls
Date: Thu Feb 16 20:59:03 2017
New Revision: 1783281

URL: http://svn.apache.org/viewvc?rev=1783281&view=rev
Log:
Update changelogs for release.

Modified:
    felix/trunk/framework/doc/changelog.txt
    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/doc/changelog_resolver.txt
    felix/trunk/main/doc/changelog.txt
    felix/trunk/resolver/doc/changelog.txt

Modified: felix/trunk/framework/doc/changelog.txt
URL: http://svn.apache.org/viewvc/felix/trunk/framework/doc/changelog.txt?rev=1783281&r1=1783280&r2=1783281&view=diff
==============================================================================
--- felix/trunk/framework/doc/changelog.txt (original)
+++ felix/trunk/framework/doc/changelog.txt Thu Feb 16 20:59:03 2017
@@ -1,3 +1,21 @@
+Changes from 5.6.1 to 5.6.2
+---------------------------
+
+** Bug
+    * [FELIX-5184] - Regression: Native JNA bundle cannot be installed on Windows Server 2012
+    * [FELIX-5485] - ServiceReference#getUsingBundles() returns usages with 0 count
+    * [FELIX-5544] - Don't take implicit boot delegation into account on service assignability check
+
+** Improvement
+    * [FELIX-5138] - Felix should log underlying exception on failed bundle update
+    * [FELIX-5513] - Remove code for pre java 5
+    * [FELIX-5528] - Improve handing of bundle updates concurrent to other lifecycle changes
+    * [FELIX-5547] - Implement FelixResolveContext.getSubstitutionWires(Wiring)
+    * Update to latest resolver 1.12.0
+
+** New Feature
+    * [FELIX-5329] - [Framework] Fix Java 8 packages and add Java 9 packages in default.properties
+
 Changes from 5.6.0 to 5.6.1
 ---------------------------
 

Modified: felix/trunk/main.distribution/doc/changelog.txt
URL: http://svn.apache.org/viewvc/felix/trunk/main.distribution/doc/changelog.txt?rev=1783281&r1=1783280&r2=1783281&view=diff
==============================================================================
--- felix/trunk/main.distribution/doc/changelog.txt (original)
+++ felix/trunk/main.distribution/doc/changelog.txt Thu Feb 16 20:59:03 2017
@@ -1,3 +1,13 @@
+Changes from 5.6.1 to 5.6.2
+---------------------------
+
+** Improvement
+    * Update to framework and main 5.6.2
+    * Update to gogo command 1.0.2
+    * Update to gogo runtime 1.0.2
+    * Replace shell with gogo.jline 1.0.2
+    * Include jline 3.0.1
+
 Changes from 5.6.0 to 5.6.1
 ---------------------------
 

Modified: felix/trunk/main.distribution/doc/changelog_framework.txt
URL: http://svn.apache.org/viewvc/felix/trunk/main.distribution/doc/changelog_framework.txt?rev=1783281&r1=1783280&r2=1783281&view=diff
==============================================================================
--- felix/trunk/main.distribution/doc/changelog_framework.txt (original)
+++ felix/trunk/main.distribution/doc/changelog_framework.txt Thu Feb 16 20:59:03 2017
@@ -1,3 +1,21 @@
+Changes from 5.6.1 to 5.6.2
+---------------------------
+
+** Bug
+    * [FELIX-5184] - Regression: Native JNA bundle cannot be installed on Windows Server 2012
+    * [FELIX-5485] - ServiceReference#getUsingBundles() returns usages with 0 count
+    * [FELIX-5544] - Don't take implicit boot delegation into account on service assignability check
+
+** Improvement
+    * [FELIX-5138] - Felix should log underlying exception on failed bundle update
+    * [FELIX-5513] - Remove code for pre java 5
+    * [FELIX-5528] - Improve handing of bundle updates concurrent to other lifecycle changes
+    * [FELIX-5547] - Implement FelixResolveContext.getSubstitutionWires(Wiring)
+    * Update to latest resolver 1.12.0
+
+** New Feature
+    * [FELIX-5329] - [Framework] Fix Java 8 packages and add Java 9 packages in default.properties
+
 Changes from 5.6.0 to 5.6.1
 ---------------------------
 

Modified: felix/trunk/main.distribution/doc/changelog_main.txt
URL: http://svn.apache.org/viewvc/felix/trunk/main.distribution/doc/changelog_main.txt?rev=1783281&r1=1783280&r2=1783281&view=diff
==============================================================================
--- felix/trunk/main.distribution/doc/changelog_main.txt (original)
+++ felix/trunk/main.distribution/doc/changelog_main.txt Thu Feb 16 20:59:03 2017
@@ -1,3 +1,13 @@
+Changes from 5.6.1 to 5.6.2
+---------------------------
+
+** Improvement
+    * Update to latest framework version 5.6.2
+    * Update to latest gogo command 1.0.2
+    * Update to latest gogo runtime 1.0.2
+    * Replace shell with gogo.jline 1.0.2
+    * Include jline 3.0.1
+
 Changes from 5.6.0 to 5.6.1
 ---------------------------
 

Modified: felix/trunk/main.distribution/doc/changelog_resolver.txt
URL: http://svn.apache.org/viewvc/felix/trunk/main.distribution/doc/changelog_resolver.txt?rev=1783281&r1=1783280&r2=1783281&view=diff
==============================================================================
--- felix/trunk/main.distribution/doc/changelog_resolver.txt (original)
+++ felix/trunk/main.distribution/doc/changelog_resolver.txt Thu Feb 16 20:59:03 2017
@@ -1,3 +1,17 @@
+1.12.0
+------
+
+** Bug
+    * [FELIX-5450] - Fragments with multiple hosts can cause java.lang.ArrayIndexOutOfBoundsException
+    * [FELIX-5514] - Issues with substituted exports with require bundle
+
+1.10.1
+------
+
+** Bug
+    * [FELIX-5389] - NullPointerException in Candidates#prepare() method
+    * [FELIX-5390] - remove unused imports from resolver source code.
+
 1.10.0
 ------
 

Modified: felix/trunk/main/doc/changelog.txt
URL: http://svn.apache.org/viewvc/felix/trunk/main/doc/changelog.txt?rev=1783281&r1=1783280&r2=1783281&view=diff
==============================================================================
--- felix/trunk/main/doc/changelog.txt (original)
+++ felix/trunk/main/doc/changelog.txt Thu Feb 16 20:59:03 2017
@@ -1,3 +1,13 @@
+Changes from 5.6.1 to 5.6.2
+---------------------------
+
+** Improvement
+    * Update to latest framework version 5.6.2
+    * Update to latest gogo command 1.0.2
+    * Update to latest gogo runtime 1.0.2
+    * Replace shell with gogo.jline 1.0.2
+    * Include jline 3.0.1
+
 Changes from 5.6.0 to 5.6.1
 ---------------------------
 

Modified: felix/trunk/resolver/doc/changelog.txt
URL: http://svn.apache.org/viewvc/felix/trunk/resolver/doc/changelog.txt?rev=1783281&r1=1783280&r2=1783281&view=diff
==============================================================================
--- felix/trunk/resolver/doc/changelog.txt (original)
+++ felix/trunk/resolver/doc/changelog.txt Thu Feb 16 20:59:03 2017
@@ -1,3 +1,10 @@
+1.12.0
+------
+
+** Bug
+    * [FELIX-5450] - Fragments with multiple hosts can cause java.lang.ArrayIndexOutOfBoundsException
+    * [FELIX-5514] - Issues with substituted exports with require bundle
+
 1.10.1
 ------