Author: rotty3000
Date: Thu Jan  3 18:25:36 2019
New Revision: 1850258

URL: http://svn.apache.org/viewvc?rev=1850258&view=rev
Log:
[gogo] update changelogs

Signed-off-by: Raymond Auge <[email protected]>

Modified:
    felix/trunk/gogo/command/doc/changelog.txt
    felix/trunk/gogo/jline/doc/changelog.txt
    felix/trunk/gogo/runtime/doc/changelog.txt
    felix/trunk/gogo/shell/doc/changelog.txt

Modified: felix/trunk/gogo/command/doc/changelog.txt
URL: 
http://svn.apache.org/viewvc/felix/trunk/gogo/command/doc/changelog.txt?rev=1850258&r1=1850257&r2=1850258&view=diff
==============================================================================
--- felix/trunk/gogo/command/doc/changelog.txt (original)
+++ felix/trunk/gogo/command/doc/changelog.txt Thu Jan  3 18:25:36 2019
@@ -1,12 +1,40 @@
+Changes from 1.0.2 to 1.1.0
+---------------------------
+Bug
+    [FELIX-5143] - Gogo Command bundle should not include org.osgi.service.log 
classes
+    [FELIX-5958] - gogo command exports org.osgi.service.log
+
+New Feature
+    [FELIX-5835] - Upgrade to JDK 8
+    [FELIX-5836] - Upgrade to OSGi r6
+
+Improvement
+    [FELIX-5969] - remove transitive dependencies from gogo command
+    [FELIX-5970] - Add requirement & capabilities model so gogo can be resolved
+    [FELIX-5999] - cleanup compiler warnings
+    [FELIX-6002] - Remove legacy code in Gogo Command
+    [FELIX-6003] - Add some resolver checks to make sure @RequireGogo 
annotation works for both jline and shell
+    [FELIX-6007] - create a gogo bom
+
+Changes from 1.0.0 to 1.0.2
+---------------------------
+** Bug
+    * [FELIX-5392] - Gogo-command has mandatory dependency on bundlerepository
+
+Changes from 0.16.0 to 1.0.0
+----------------------------
+** Task
+    * [FELIX-5378] - [gogo] Upgrade packages and bundle to 1.0.0
+
 Changes from 0.14.0 to 0.16.0
 -----------------------------
-** Improvement 
+** Improvement
     * FELIX-5021 [GOGO] Use system bundle to find bundles
     * FELIX-5009 Relative URIs would be nice for install and update
     * FELIX-5008 gogo usage messages could be less confusing
     * FELIX-3499 felix:cd command works only with relative paths
 
-** Bug 
+** Bug
     * FELIX-4969 cd refuses to leave initial directory
 
 Changes from 0.12.0 to 0.14.0

Modified: felix/trunk/gogo/jline/doc/changelog.txt
URL: 
http://svn.apache.org/viewvc/felix/trunk/gogo/jline/doc/changelog.txt?rev=1850258&r1=1850257&r2=1850258&view=diff
==============================================================================
--- felix/trunk/gogo/jline/doc/changelog.txt (original)
+++ felix/trunk/gogo/jline/doc/changelog.txt Thu Jan  3 18:25:36 2019
@@ -1,9 +1,96 @@
+Changes from 1.1.0 to 1.1.2
+----------------------------
+Improvement
+    [FELIX-5970] - Add requirement & capabilities model so gogo can be resolved
+    [FELIX-5999] - cleanup compiler warnings
+    [FELIX-6003] - Add some resolver checks to make sure @RequireGogo 
annotation works for both jline and shell
+    [FELIX-6007] - create a gogo bom
+
+Changes from 1.0.12 to 1.1.0
+----------------------------
+New Feature
+    [FELIX-5833] - Support for completion of quoted arguments
+    [FELIX-5834] - Upgrade to JLine 3.7.0
+    [FELIX-5835] - Upgrade to JDK 8
+    [FELIX-5836] - Upgrade to OSGi r6
+    [FELIX-5837] - [gogo][jline] Improve styling support
+
+Improvement
+    [FELIX-5857] - Provide a context classloader on the session to help with 
class loading
+    [FELIX-5869] - [goto][jline] Weird error if the script contains unicode 
characters
+
+Changes from 1.0.10 to 1.0.12
+-----------------------------
+Improvement
+    [FELIX-5822] - [gogo][jline] Improve syntax of procedural functions
+
+Changes from 1.0.8 to 1.0.10
+----------------------------
+Bug
+    [FELIX-5635] - [gogo][jline] The "cd" command should not attempt to 
complete multiple directories
+    [FELIX-5714] - ArrayIndexOutOfBoundsException running history | grep
+
+Improvement
+    [FELIX-5651] - Disable Log history in Gogo console
+    [FELIX-5705] - Provide completion for SCR commands
+
+Changes from 1.0.6 to 1.0.8
+---------------------------
+Bug
+    [FELIX-5687] - Do not use the threaded streams when passing the input 
stream to a command
+
+Changes from 1.0.4 to 1.0.6
+---------------------------
+Bug
+    [FELIX-5600] - System streams are not correctly set when running a new 
shell
+    [FELIX-5629] - [gogo][jline] When a job is in the foreground, the shell 
should wait for its completion
+    [FELIX-5631] - [gogo][runtime] The parser indicates wrong repair string 
when parsing heredocs
+
+Improvement
+    [FELIX-5594] - [gogo][jline] Improve color support for ls/grep and syntax 
highlighting
+    [FELIX-5596] - Allow to configure the colors for the gogo grep command
+    [FELIX-5598] - [gogo][jline] Support the JLine ttop function if available
+
+Changes from 1.0.2 to 1.0.4
+---------------------------
+Bug
+    [FELIX-5463] - [gogo][jline] The Main class should add a default 
Function->FunctionInterface converter
+    [FELIX-5498] - [gogo][jline] The shell should display exception thrown 
from commands
+    [FELIX-5584] - [gogo][jline] Remove dependency on LineReaderImpl
+
+Changes from 1.0.0 to 1.0.2
+---------------------------
+Bug
+    [FELIX-5077] - Gogo shell prints out nasty error on shutdown
+    [FELIX-5388] - Strange Prompt characters in the eclipse console
+    [FELIX-5442] - [gogo][jline] The gosh_script can not resolve the motd file 
inside the jar
+    [FELIX-5447] - [gogo][jline] Command results should be printed by default
+
+Changes from 0.10.0 to 1.0.0
+----------------------------
+** Bug
+    * [FELIX-5342] - Division by zero in new gogo for jline3
+
+** New Feature
+    * [FELIX-5272] - New gogo features
+
+** Task
+    * [FELIX-5378] - [gogo] Upgrade packages and bundle to 1.0.0
+
 Changes from 0.8.0 to 0.10.0
 ----------------------------
 
 ** Improvement
-    * Added gosh_profile work around for issue with OSGi R4.3 API
+    * Added gosh_profile work around for issue wit.3 API to 1.0.0
       ambiguity.
+      ** Bug
+    * [FELIX-5342] - Division by zero in new gogo for jline3
+
+** New Feature
+    * [FELIX-5272] - New gogo features
+
+** Task
+    * [FELIX-5378] - [gogo] Upgrade packages and bundle to 1.
 
 Changes from 0.6.1 to 0.8.0
 ---------------------------

Modified: felix/trunk/gogo/runtime/doc/changelog.txt
URL: 
http://svn.apache.org/viewvc/felix/trunk/gogo/runtime/doc/changelog.txt?rev=1850258&r1=1850257&r2=1850258&view=diff
==============================================================================
--- felix/trunk/gogo/runtime/doc/changelog.txt (original)
+++ felix/trunk/gogo/runtime/doc/changelog.txt Thu Jan  3 18:25:36 2019
@@ -1,4 +1,83 @@
-Changes 0.14.0 to 0.16.0
+Changes 1.1.0 to 1.1.2
+----------------------
+Improvement
+    [FELIX-5970] - Add requirement & capabilities model so gogo can be resolved
+    [FELIX-5999] - cleanup compiler warnings
+    [FELIX-6001] - cleanup compiler warnings
+    [FELIX-6003] - Add some resolver checks to make sure @RequireGogo 
annotation works for both jline and shell
+    [FELIX-6007] - create a gogo bom
+
+Changes 1.0.12 to 1.1.0
+-----------------------
+New Feature
+    [FELIX-5835] - Upgrade to JDK 8
+    [FELIX-5836] - Upgrade to OSGi r6
+
+Improvement
+    [FELIX-5855] - Support array subscript in expander
+    [FELIX-5856] - Coercion between Object[] and List
+    [FELIX-5857] - Provide a context classloader on the session to help with 
class loading
+
+Changes 1.0.10 to 1.0.12
+------------------------
+Bug
+    [FELIX-5805] - [gogo][runtime] OOM caused by endless loop when parsing "]"
+    [FELIX-5821] - [gogo][runtime] Hitting Ctrl+C may kill the console output 
thread
+
+Improvement
+    [FELIX-5726] - Thread create by gogo should be named
+
+Changes 1.0.8 to 1.0.10
+-----------------------
+Bug
+    [FELIX-5706] - Unable to access DTO fields using reflection
+
+Improvement
+    [FELIX-5715] - Central point to allow customization of security related 
checks
+
+Changes 1.0.6 to 1.0.8
+----------------------
+Bug
+    [FELIX-5637] - [gogo][runtime] Error throwns by commands are swallowed and 
lost
+    [FELIX-5655] - Possible NPE in Expression.isNumber when passing an empty 
string
+    [FELIX-5656] - [gogo][runtime] The Expander does not correctly support 
octal values
+
+Changes 1.0.4 to 1.0.6
+----------------------
+Bug
+    [FELIX-5599] - Allow reusing a closure from a parent session
+
+Improvement
+    [FELIX-5633] - [gogo][runtime] The file name generation should take ~ into 
account
+    [FELIX-5634] - [gogo][runtime] The file name generation may loop into 
subtrees for nothing
+
+Changes 1.0.2 to 1.0.4
+----------------------
+Bug
+    [FELIX-5462] - [gogo][runtime] Unable to add a converter using reflection
+    [FELIX-5465] - [gogo][runtime] No way to concatenate arrays
+    [FELIX-5486] - [gogo][runtime] Avoid unnecessary conversions from strings 
to booleans/integers
+    [FELIX-5541] - ArrayIndexOutOfBoundsException in the parser
+
+Changes 1.0.0 to 1.0.2
+----------------------
+Bug
+    [FELIX-5433] - Interrupting a job should interrupt its children
+    [FELIX-5440] - [gogo] Do not print results at end of pipe
+    [FELIX-5441] - [gogo] Do not print stack traces when inspection can not 
access fields
+
+Changes 0.16.2 to 1.0.0
+-----------------------
+New Feature
+    [FELIX-5272] - New gogo features
+
+Improvement
+    [FELIX-4970] - all felix poms should advertise their SCM
+
+Task
+    [FELIX-5378] - [gogo] Upgrade packages and bundle to 1.0.0
+
+Changes 0.14.0 to 0.16.2
 ------------------------
 
 ** Bug
@@ -11,7 +90,7 @@ Changes 0.12.1 to 0.14.0
 ------------------------
 
 ** Bug
-    * [FELIX-4637] - Gogo can't cope without several commands with defined 
service.ranking 
+    * [FELIX-4637] - Gogo can't cope without several commands with defined 
service.ranking
 
 ** New Feature
     * [FELIX-4671] - Provide an expression parser

Modified: felix/trunk/gogo/shell/doc/changelog.txt
URL: 
http://svn.apache.org/viewvc/felix/trunk/gogo/shell/doc/changelog.txt?rev=1850258&r1=1850257&r2=1850258&view=diff
==============================================================================
--- felix/trunk/gogo/shell/doc/changelog.txt (original)
+++ felix/trunk/gogo/shell/doc/changelog.txt Thu Jan  3 18:25:36 2019
@@ -1,12 +1,41 @@
+Changes from 1.1.0 to 1.1.2
+----------------------------
+Improvement
+    [FELIX-5970] - Add requirement & capabilities model so gogo can be resolved
+    [FELIX-5999] - cleanup compiler warnings
+    [FELIX-6000] - cleanup compiler warnings
+    [FELIX-6003] - Add some resolver checks to make sure @RequireGogo 
annotation works for both jline and shell
+    [FELIX-6007] - create a gogo bom
+
+Changes from 1.0.0 to 1.1.0
+----------------------------
+New Feature
+    [FELIX-5835] - Upgrade to JDK 8
+    [FELIX-5836] - Upgrade to OSGi r6
+
+Improvement
+    [FELIX-5857] - Provide a context classloader on the session to help with 
class loading
+
+Changes from 0.12.0 to 1.0.0
+----------------------------
+New Feature
+    [FELIX-5272] - New gogo features
+
+Improvement
+    [FELIX-2536] - Gogo Shell should export org.apache.felix.gogo.options 
package
+
+Task
+    [FELIX-5378] - [gogo] Upgrade packages and bundle to 1.0.0
+
 Changes from 0.10.0 to 0.12.0
 -----------------------------
-** Improvement 
+** Improvement
     * FELIX-5021 [GOGO] Use system bundle to find bundles
     * FELIX-4529 [Gogo] Let gosh be configured by files contributed by a 
bundle fragment
     * FELIX-3341 Simple csh-like Command History
     * FELIX-3340 Allow the prompt to be a Function
 
-** Bug 
+** Bug
     * FELIX-4425 Short command in Gogo Shell not working with Java 8
     * FELIX-3706 gogo shell startup failure in busy system
     * FELIX-3703 Race condition in gogo runtime activator


Reply via email to