Author: pauls
Date: Sun May 21 21:47:45 2017
New Revision: 1795746
URL: http://svn.apache.org/viewvc?rev=1795746&view=rev
Log:
Update dependencies and changelog for release
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/doc/changelog_resolver.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=1795746&r1=1795745&r2=1795746&view=diff
==============================================================================
--- felix/trunk/main.distribution/doc/changelog.txt (original)
+++ felix/trunk/main.distribution/doc/changelog.txt Sun May 21 21:47:45 2017
@@ -1,3 +1,13 @@
+Changes from 5.6.2 to 5.6.4
+---------------------------
+
+** Improvement
+ * Update to latest framework version 5.6.4
+ * Update to latest gogo.jline 1.0.6
+ * Update to latest obr 2.0.10
+ * Update to jline 3.3.0
+ * Update to jansi 1.16
+
Changes from 5.6.2 to 5.6.2-jansi
---------------------------------
Modified: felix/trunk/main.distribution/doc/changelog_framework.txt
URL:
http://svn.apache.org/viewvc/felix/trunk/main.distribution/doc/changelog_framework.txt?rev=1795746&r1=1795745&r2=1795746&view=diff
==============================================================================
--- felix/trunk/main.distribution/doc/changelog_framework.txt (original)
+++ felix/trunk/main.distribution/doc/changelog_framework.txt Sun May 21
21:47:45 2017
@@ -1,3 +1,20 @@
+Changes from 5.6.2 to 5.6.4
+---------------------------
+
+** Bug
+ * [FELIX-4695] - Normalize os.version system property in framework
properties
+ * [FELIX-4837] - Workaround for JNLPClassLoader in ShutdownHook
+ * [FELIX-5553] - Cannot load native libraries in Windows Server 2016 with
the name win32
+ * [FELIX-5573] - Don't return null but throw a CNFE from
BundleClassloader.loadclass and Bundle.loadClass on recursive class loads.
+ * [FELIX-5604] - Normalize require capabilites the same way we normalize
provide capabilites
+ * [FELIX-5605] - Update to latest resolver 1.14.0
+
+** Improvement
+ * [FELIX-4696] - Improve native OS version sanitation
+ * [FELIX-5574] - When detecting an unknow Windows OS name, provides a
suitable default value for org.osgi.framework.os.name
+ * [FELIX-5589] - reduce memory usage of BundleRequirementImpl /
BundleCapabilityImpl
+ * [FELIX-5593] - Specify ARM processor Endianness
+
Changes from 5.6.1 to 5.6.2
---------------------------
Modified: felix/trunk/main.distribution/doc/changelog_main.txt
URL:
http://svn.apache.org/viewvc/felix/trunk/main.distribution/doc/changelog_main.txt?rev=1795746&r1=1795745&r2=1795746&view=diff
==============================================================================
--- felix/trunk/main.distribution/doc/changelog_main.txt (original)
+++ felix/trunk/main.distribution/doc/changelog_main.txt Sun May 21 21:47:45
2017
@@ -1,3 +1,13 @@
+Changes from 5.6.2 to 5.6.4
+---------------------------
+
+** Improvement
+ * Update to latest framework version 5.6.4
+ * Update to latest gogo.jline 1.0.6
+ * Update to latest obr 2.0.10
+ * Update to jline 3.3.0
+ * Update to jansi 1.16
+
Changes from 5.6.1 to 5.6.2
---------------------------
Modified: felix/trunk/main.distribution/doc/changelog_resolver.txt
URL:
http://svn.apache.org/viewvc/felix/trunk/main.distribution/doc/changelog_resolver.txt?rev=1795746&r1=1795745&r2=1795746&view=diff
==============================================================================
--- felix/trunk/main.distribution/doc/changelog_resolver.txt (original)
+++ felix/trunk/main.distribution/doc/changelog_resolver.txt Sun May 21
21:47:45 2017
@@ -1,3 +1,9 @@
+1.14.0
+------
+
+** Bug
+ * [FELIX-5601] - issues resolving with substitutable exports when the
export is the last available provider
+
1.12.0
------
Modified: felix/trunk/main.distribution/pom.xml
URL:
http://svn.apache.org/viewvc/felix/trunk/main.distribution/pom.xml?rev=1795746&r1=1795745&r2=1795746&view=diff
==============================================================================
--- felix/trunk/main.distribution/pom.xml (original)
+++ felix/trunk/main.distribution/pom.xml Sun May 21 21:47:45 2017
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.felix</groupId>
<artifactId>felix-parent</artifactId>
- <version>2.1</version>
+ <version>3</version>
<relativePath>../pom/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -30,13 +30,13 @@
<version>5.7.0-SNAPSHOT</version>
<properties>
<dollar>$</dollar>
- <framework.version>5.6.2</framework.version>
- <gogo.runtime.version>1.0.2</gogo.runtime.version>
- <gogo.jline.shell.version>1.0.2</gogo.jline.shell.version>
+ <framework.version>5.6.4</framework.version>
+ <gogo.runtime.version>1.0.6</gogo.runtime.version>
+ <gogo.jline.shell.version>1.0.6</gogo.jline.shell.version>
<gogo.command.version>1.0.2</gogo.command.version>
- <jline.version>3.0.1</jline.version>
- <obr.version>2.0.8</obr.version>
- <jansi.version>1.14</jansi.version>
+ <jline.version>3.3.0</jline.version>
+ <obr.version>2.0.10</obr.version>
+ <jansi.version>1.16</jansi.version>
</properties>
<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/felix/trunk/main.distribution</connection>