You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by ri...@apache.org on 2011/06/16 17:47:24 UTC

svn commit: r1136486 - in /felix/trunk/gogo: command/doc/changelog.txt command/pom.xml runtime/doc/changelog.txt runtime/pom.xml shell/doc/changelog.txt shell/pom.xml

Author: rickhall
Date: Thu Jun 16 15:47:23 2011
New Revision: 1136486

URL: http://svn.apache.org/viewvc?rev=1136486&view=rev
Log:
Prepare for release.

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

Modified: felix/trunk/gogo/command/doc/changelog.txt
URL: http://svn.apache.org/viewvc/felix/trunk/gogo/command/doc/changelog.txt?rev=1136486&r1=1136485&r2=1136486&view=diff
==============================================================================
--- felix/trunk/gogo/command/doc/changelog.txt (original)
+++ felix/trunk/gogo/command/doc/changelog.txt Thu Jun 16 15:47:23 2011
@@ -1,3 +1,14 @@
+Changes from 0.8.0 to 0.10.0
+----------------------------
+
+** Bug
+    * [FELIX-2937] - [Gogo Command] OBR commands do not output anything
+      when nothing is found
+    * [FELIX-2938] - [Gogo Command] The "info" command throws an NPE if
+      the specified bundle identifier doesn't exist
+    * [FELIX-3001] - [gogo] help command throws ClassCastException if any
+      osgi.command.function service property is not String[]
+
 Changes from 0.6.1 to 0.8.0
 ---------------------------
 

Modified: felix/trunk/gogo/command/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/gogo/command/pom.xml?rev=1136486&r1=1136485&r2=1136486&view=diff
==============================================================================
--- felix/trunk/gogo/command/pom.xml (original)
+++ felix/trunk/gogo/command/pom.xml Thu Jun 16 15:47:23 2011
@@ -49,7 +49,7 @@
     <dependency>
       <groupId>org.apache.felix</groupId>
       <artifactId>org.apache.felix.gogo.runtime</artifactId>
-      <version>0.8.0</version>
+      <version>0.10.0</version>
     </dependency>
     <dependency>
       <groupId>org.apache.felix</groupId>

Modified: felix/trunk/gogo/runtime/doc/changelog.txt
URL: http://svn.apache.org/viewvc/felix/trunk/gogo/runtime/doc/changelog.txt?rev=1136486&r1=1136485&r2=1136486&view=diff
==============================================================================
--- felix/trunk/gogo/runtime/doc/changelog.txt (original)
+++ felix/trunk/gogo/runtime/doc/changelog.txt Thu Jun 16 15:47:23 2011
@@ -1,3 +1,12 @@
+Changes 0.8.0 to 0.10.0
+----------------------
+
+** Bug
+    * [FELIX-2870] - ConcurrentModificationException in gogo runtime
+    * [FELIX-2894] - Gogo does not handles options but not parameters
+    * [FELIX-2927] - [gogo] coercion mechanism invokes foo(String) instead
+      of foo(int) - even with explicit int argument
+
 Changes 0.6.1 to 0.8.0
 ----------------------
 

Modified: felix/trunk/gogo/runtime/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/gogo/runtime/pom.xml?rev=1136486&r1=1136485&r2=1136486&view=diff
==============================================================================
--- felix/trunk/gogo/runtime/pom.xml (original)
+++ felix/trunk/gogo/runtime/pom.xml Thu Jun 16 15:47:23 2011
@@ -27,7 +27,7 @@
     <packaging>bundle</packaging>
     <name>Apache Felix Gogo Runtime</name>
     <artifactId>org.apache.felix.gogo.runtime</artifactId>
-    <version>0.11.0-SNAPSHOT</version>
+    <version>0.9.0-SNAPSHOT</version>
     <dependencies>
         <dependency>
             <groupId>org.osgi</groupId>

Modified: felix/trunk/gogo/shell/doc/changelog.txt
URL: http://svn.apache.org/viewvc/felix/trunk/gogo/shell/doc/changelog.txt?rev=1136486&r1=1136485&r2=1136486&view=diff
==============================================================================
--- felix/trunk/gogo/shell/doc/changelog.txt (original)
+++ felix/trunk/gogo/shell/doc/changelog.txt Thu Jun 16 15:47:23 2011
@@ -1,3 +1,10 @@
+Changes from 0.8.0 to 0.10.0
+----------------------------
+
+** Improvement
+    * Added gosh_profile work around for issue with OSGi R4.3 API
+      ambiguity.
+
 Changes from 0.6.1 to 0.8.0
 ---------------------------
 

Modified: felix/trunk/gogo/shell/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/gogo/shell/pom.xml?rev=1136486&r1=1136485&r2=1136486&view=diff
==============================================================================
--- felix/trunk/gogo/shell/pom.xml (original)
+++ felix/trunk/gogo/shell/pom.xml Thu Jun 16 15:47:23 2011
@@ -44,7 +44,7 @@
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.gogo.runtime</artifactId>
-            <version>0.8.0</version>
+            <version>0.10.0</version>
         </dependency>
     </dependencies>
     <build>