You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by rh...@apache.org on 2008/11/15 15:10:11 UTC

svn commit: r714267 - in /incubator/qpid/trunk/qpid: cpp/ java/ java/client/example/src/main/java/org/apache/qpid/example/jmsexample/requestResponse/ java/client/src/main/java/ java/common/src/main/java/ java/integrationtests/bin/ java/management/clien...

Author: rhs
Date: Sat Nov 15 06:10:10 2008
New Revision: 714267

URL: http://svn.apache.org/viewvc?rev=714267&view=rev
Log:
updated version numbers and release notes for M4

Modified:
    incubator/qpid/trunk/qpid/cpp/RELEASE_NOTES
    incubator/qpid/trunk/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/requestResponse/verify_java_cpp
    incubator/qpid/trunk/qpid/java/client/src/main/java/client.bnd
    incubator/qpid/trunk/qpid/java/common.xml
    incubator/qpid/trunk/qpid/java/common/src/main/java/common.bnd
    incubator/qpid/trunk/qpid/java/integrationtests/bin/interoptests.py
    incubator/qpid/trunk/qpid/java/management/client/README.txt
    incubator/qpid/trunk/qpid/java/release-docs/RELEASE_NOTES.txt
    incubator/qpid/trunk/qpid/python/RELEASE_NOTES
    incubator/qpid/trunk/qpid/ruby/RELEASE_NOTES

Modified: incubator/qpid/trunk/qpid/cpp/RELEASE_NOTES
URL: http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/cpp/RELEASE_NOTES?rev=714267&r1=714266&r2=714267&view=diff
==============================================================================
--- incubator/qpid/trunk/qpid/cpp/RELEASE_NOTES (original)
+++ incubator/qpid/trunk/qpid/cpp/RELEASE_NOTES Sat Nov 15 06:10:10 2008
@@ -1,7 +1,7 @@
-Apache Incubator Qpid C++ M3 Release Notes
+Apache Incubator Qpid C++ M4 Release Notes
 -------------------------------------------
 
-The Qpid M3 release of the c++ client and broker support the 0-10
+The Qpid M4 release of the c++ client and broker support the 0-10
 version of the AMQP specification.  You can access this specification
 from: 
 

Modified: incubator/qpid/trunk/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/requestResponse/verify_java_cpp
URL: http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/requestResponse/verify_java_cpp?rev=714267&r1=714266&r2=714267&view=diff
==============================================================================
--- incubator/qpid/trunk/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/requestResponse/verify_java_cpp (original)
+++ incubator/qpid/trunk/qpid/java/client/example/src/main/java/org/apache/qpid/example/jmsexample/requestResponse/verify_java_cpp Sat Nov 15 06:10:10 2008
@@ -7,6 +7,6 @@
 
 background "can receive messages" server_java
 clients $cpp/client
-#ps -ao pid,cmd | awk '/qpid-client-incubating-M3.jar/{ print $1 }' | xargs -r kill
+#ps -ao pid,cmd | awk '/qpid-client-incubating-M4.jar/{ print $1 }' | xargs -r kill
 kill %%
 outputs "$cpp/client.out | remove_uuid" "server_java.out | remove_uuid"

Modified: incubator/qpid/trunk/qpid/java/client/src/main/java/client.bnd
URL: http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/java/client/src/main/java/client.bnd?rev=714267&r1=714266&r2=714267&view=diff
==============================================================================
--- incubator/qpid/trunk/qpid/java/client/src/main/java/client.bnd (original)
+++ incubator/qpid/trunk/qpid/java/client/src/main/java/client.bnd Sat Nov 15 06:10:10 2008
@@ -1,4 +1,4 @@
-ver: M3
+ver: M4
 
 Bundle-SymbolicName: qpid_client
 Bundle-Version: ${ver}

Modified: incubator/qpid/trunk/qpid/java/common.xml
URL: http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/java/common.xml?rev=714267&r1=714266&r2=714267&view=diff
==============================================================================
--- incubator/qpid/trunk/qpid/java/common.xml (original)
+++ incubator/qpid/trunk/qpid/java/common.xml Sat Nov 15 06:10:10 2008
@@ -23,7 +23,7 @@
   <dirname property="project.root" file="${ant.file.common}"/>
 
   <property name="project.name"          value="qpid"/>
-  <property name="project.version"       value="incubating-M3"/>
+  <property name="project.version"       value="incubating-M4"/>
   <property name="project.namever"       value="${project.name}-${project.version}"/>
 
   <property name="resources"             location="${project.root}/resources"/>

Modified: incubator/qpid/trunk/qpid/java/common/src/main/java/common.bnd
URL: http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/java/common/src/main/java/common.bnd?rev=714267&r1=714266&r2=714267&view=diff
==============================================================================
--- incubator/qpid/trunk/qpid/java/common/src/main/java/common.bnd (original)
+++ incubator/qpid/trunk/qpid/java/common/src/main/java/common.bnd Sat Nov 15 06:10:10 2008
@@ -1,4 +1,4 @@
-ver: M3
+ver: M4
 
 Bundle-SymbolicName: qpid_common
 Bundle-Version: ${ver}

Modified: incubator/qpid/trunk/qpid/java/integrationtests/bin/interoptests.py
URL: http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/java/integrationtests/bin/interoptests.py?rev=714267&r1=714266&r2=714267&view=diff
==============================================================================
--- incubator/qpid/trunk/qpid/java/integrationtests/bin/interoptests.py (original)
+++ incubator/qpid/trunk/qpid/java/integrationtests/bin/interoptests.py Sat Nov 15 06:10:10 2008
@@ -27,11 +27,11 @@
 interop_command = "java -cp %s org.apache.qpid.test.framework.distributedtesting.Coordinator --xml -e interop -o . -n interop org.apache.qpid.interop.testcases.%s"
 
 # TODO: read this from the ant properties file
-clientlibs = ["qpid-integrationtests-incubating-M3.jar",
-              "qpid-junit-toolkit-incubating-M3.jar",
+clientlibs = ["qpid-integrationtests-incubating-M4.jar",
+              "qpid-junit-toolkit-incubating-M4.jar",
               "junit-3.8.1.jar",
-              "qpid-systests-incubating-M3.jar",
-              "qpid-junit-toolkit-incubating-M3.jar",
+              "qpid-systests-incubating-M4.jar",
+              "qpid-junit-toolkit-incubating-M4.jar",
               "geronimo-jms_1.1_spec-1.0.jar",
               "log4j-1.2.12.jar"]
 
@@ -114,7 +114,7 @@
     classpath = classpath + javapath+"/lib/qpid-incubating.jar"        
 
     # Add qpid common since the tests need that, classpath hatefulness
-    classpath = classpath + ";"+testlibdir+"/qpid-common-incubating-M3.jar"
+    classpath = classpath + ";"+testlibdir+"/qpid-common-incubating-M4.jar"
     
     return Popen(["java", "-cp","\""+classpath+"\"",
                   "org.apache.qpid.test.framework.distributedtesting.TestClient"],

Modified: incubator/qpid/trunk/qpid/java/management/client/README.txt
URL: http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/java/management/client/README.txt?rev=714267&r1=714266&r2=714267&view=diff
==============================================================================
--- incubator/qpid/trunk/qpid/java/management/client/README.txt (original)
+++ incubator/qpid/trunk/qpid/java/management/client/README.txt Sat Nov 15 06:10:10 2008
@@ -89,8 +89,8 @@
 <broker>
 
 *** DEPENDENCIES ***
-qpid-common-incubating-M3.jar (already part of qpid)
-qpid-client-incubating-M3.jar (already part of qpid)
+qpid-common-incubating-M4.jar (already part of qpid)
+qpid-client-incubating-M4.jar (already part of qpid)
 slf4j-api-1.4.0.jar (already part of qpid)
 slf4j-log4j12-1.4.0.jar (already part of qpid)
 mina-filter-ssl-1.0.1.jar (already part of qpid)

Modified: incubator/qpid/trunk/qpid/java/release-docs/RELEASE_NOTES.txt
URL: http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/java/release-docs/RELEASE_NOTES.txt?rev=714267&r1=714266&r2=714267&view=diff
==============================================================================
--- incubator/qpid/trunk/qpid/java/release-docs/RELEASE_NOTES.txt (original)
+++ incubator/qpid/trunk/qpid/java/release-docs/RELEASE_NOTES.txt Sat Nov 15 06:10:10 2008
@@ -1,7 +1,7 @@
-Apache Qpid Incubating Java M3 Release Notes
+Apache Qpid Incubating Java M4 Release Notes
 -------------------------------------------
 
-The Qpid M3 release contains support for AMQP 0-8, 0-9 and 0-10. You
+The Qpid M4 release contains support for AMQP 0-8, 0-9 and 0-10. You
 can access the specifications from
 http://www.amqp.org/tikiwiki/tiki-index.php?page=Download
 
@@ -29,10 +29,6 @@
 
 QPID-959: Fail over between a 0-9 and a 0-10 broker is not supported.
 
-QPID-1190: A "protocol not supported" exception is logged when a Java client
-connects to a Java broker because it initially attempts to negotiate
-AMQP 0-10. 
-
 QPID-1251: On windows platforms the following run time exception is thrown and displayed when initiating a connection with an 0.9 broker:
   Exception in thread "IoReceiver - localhost/localhost:5672"
   java.lang.RuntimeException: connection closed

Modified: incubator/qpid/trunk/qpid/python/RELEASE_NOTES
URL: http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/python/RELEASE_NOTES?rev=714267&r1=714266&r2=714267&view=diff
==============================================================================
--- incubator/qpid/trunk/qpid/python/RELEASE_NOTES (original)
+++ incubator/qpid/trunk/qpid/python/RELEASE_NOTES Sat Nov 15 06:10:10 2008
@@ -1,7 +1,7 @@
-Apache Incubator Qpid Python M3 Release Notes
+Apache Incubator Qpid Python M4 Release Notes
 -------------------------------------------
 
-The Qpid M3 release of the python client contains support the for both
+The Qpid M4 release of the python client contains support the for both
  0-8 and 0-10 of the AMQP specification as well as support for the
 non-WIP portion of the 0-9 specification.  You can access these
 specficiations from:

Modified: incubator/qpid/trunk/qpid/ruby/RELEASE_NOTES
URL: http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/ruby/RELEASE_NOTES?rev=714267&r1=714266&r2=714267&view=diff
==============================================================================
--- incubator/qpid/trunk/qpid/ruby/RELEASE_NOTES (original)
+++ incubator/qpid/trunk/qpid/ruby/RELEASE_NOTES Sat Nov 15 06:10:10 2008
@@ -1,7 +1,7 @@
-Apache Incubator Qpid Ruby M3 Release Notes
+Apache Incubator Qpid Ruby M4 Release Notes
 ---------------------------------------------
 
-The Qpid M3 release of the ruby client contains support the for AMQP
+The Qpid M4 release of the ruby client contains support the for AMQP
 0-8 specification (as well as support for the non-WIP portion of the
 0-9 specification). See: