You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by tj...@apache.org on 2020/10/05 15:39:24 UTC

[felix-dev] branch master updated: Update change logs

This is an automated email from the ASF dual-hosted git repository.

tjwatson pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/felix-dev.git


The following commit(s) were added to refs/heads/master by this push:
     new d2b1064  Update change logs
d2b1064 is described below

commit d2b1064605fd08e68885413133bb52fbc87bcb89
Author: Thomas Watson <tj...@us.ibm.com>
AuthorDate: Mon Oct 5 10:39:20 2020 -0500

    Update change logs
---
 gogo/command/doc/changelog.txt | 5 +++++
 gogo/runtime/doc/changelog.txt | 6 ++++++
 gogo/shell/doc/changelog.txt   | 8 ++++++++
 3 files changed, 19 insertions(+)

diff --git a/gogo/command/doc/changelog.txt b/gogo/command/doc/changelog.txt
index c1c1451..d04d38a 100644
--- a/gogo/command/doc/changelog.txt
+++ b/gogo/command/doc/changelog.txt
@@ -1,3 +1,8 @@
+Changes from 1.1.0 to 1.1.2
+---------------------------
+Improvement
+    [FELIX-6038] - pull Java 7 support back in for gogo runtime,shell and console
+
 Changes from 1.0.2 to 1.1.0
 ---------------------------
 Bug
diff --git a/gogo/runtime/doc/changelog.txt b/gogo/runtime/doc/changelog.txt
index 5e3cf5c..b351261 100644
--- a/gogo/runtime/doc/changelog.txt
+++ b/gogo/runtime/doc/changelog.txt
@@ -1,3 +1,9 @@
+Changes from 1.1.2 to 1.1.4
+---------------------------
+Improvement
+    [FELIX-5963] - Gogo runtime should use named executor threads
+    [FELIX-6038] - pull Java 7 support back in for gogo runtime,shell and console
+
 Changes 1.1.0 to 1.1.2
 ----------------------
 Improvement
diff --git a/gogo/shell/doc/changelog.txt b/gogo/shell/doc/changelog.txt
index b2896e6..016d794 100644
--- a/gogo/shell/doc/changelog.txt
+++ b/gogo/shell/doc/changelog.txt
@@ -1,3 +1,11 @@
+Changes from 1.1.2 to 1.1.4
+----------------------------
+Improvement
+    [FELIX-6038] - pull Java 7 support back in for gogo runtime,shell and console
+
+Bug
+    [FELIX-6046] - fix gogo shell thread interrupt.
+
 Changes from 1.1.0 to 1.1.2
 ----------------------------
 Improvement