You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ta...@apache.org on 2009/06/03 16:00:32 UTC

svn commit: r781381 - in /activemq/activemq-cpp/trunk/activemq-cpp: RELEASE_NOTES.txt assembly/source.xml configure.ac pom.xml

Author: tabish
Date: Wed Jun  3 14:00:32 2009
New Revision: 781381

URL: http://svn.apache.org/viewvc?rev=781381&view=rev
Log:
Fix for https://issues.apache.org/activemq/browse/AMQCPP-244

Updated assembly/source.xml to package the configure script and its associated m4 macros.  The config dir is packaged now as well for the autoconf dependencies.

Modified:
    activemq/activemq-cpp/trunk/activemq-cpp/RELEASE_NOTES.txt
    activemq/activemq-cpp/trunk/activemq-cpp/assembly/source.xml
    activemq/activemq-cpp/trunk/activemq-cpp/configure.ac
    activemq/activemq-cpp/trunk/activemq-cpp/pom.xml

Modified: activemq/activemq-cpp/trunk/activemq-cpp/RELEASE_NOTES.txt
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp/RELEASE_NOTES.txt?rev=781381&r1=781380&r2=781381&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/activemq-cpp/RELEASE_NOTES.txt (original)
+++ activemq/activemq-cpp/trunk/activemq-cpp/RELEASE_NOTES.txt Wed Jun  3 14:00:32 2009
@@ -18,14 +18,16 @@
     * [AMQCPP-227] - Mutex class allows for double free in APR pools under certain circumstances
     * [AMQCPP-232] - OpenWire encode and decode UTF8 incorrect
     * [AMQCPP-234] - URI class helpers are missing the DLLExport Macro
-    * [AMQCPP-235] - UTF8 length marshalling bug in openwire readString and writeString.
+    * [AMQCPP-235] - UTF8 length marshaling bug in openwire readString and writeString.
     * [AMQCPP-236] - maxInactivityDuration of Wire-Format is not supported by ActiveMQ-CPP2.2.5
+    * [AMQCPP-243] - Error when acknowledging messages that are sent to Virtual Topic subscribers
 
 Improvement
 
     * [AMQCPP-100] - Implement a Failover Transport
-    * [AMQCPP-233] - Update Windows Builds Files to use ENV vars to find dependancies
+    * [AMQCPP-233] - Update Windows Builds Files to use ENV vars to find dependencies
     * [AMQCPP-237] - Create 64bit configurations in the VC2005 build projects
+    * [AMQCPP-244] - Provide the configure script in the distribution
 
 New Feature
 

Modified: activemq/activemq-cpp/trunk/activemq-cpp/assembly/source.xml
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp/assembly/source.xml?rev=781381&r1=781380&r2=781381&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/activemq-cpp/assembly/source.xml (original)
+++ activemq/activemq-cpp/trunk/activemq-cpp/assembly/source.xml Wed Jun  3 14:00:32 2009
@@ -13,10 +13,18 @@
       <fileMode>0755</fileMode>
       <lineEnding>keep</lineEnding>
     </file>
+    <file>
+      <source>configure</source>
+      <outputDirectory>/</outputDirectory>
+      <filtered>false</filtered>
+      <fileMode>0755</fileMode>
+      <lineEnding>keep</lineEnding>
+    </file>
   </files>
   <fileSets>
     <fileSet>
       <includes>
+        <include>aclocal.m4</include>
         <include>KEYS</include>
         <include>doxygen.cfg</include>
         <include>activemq-cpp.pc.in</include>
@@ -25,18 +33,22 @@
         <include>*.win</include>
         <include>*.ac</include>
         <include>*.am</include>
+        <include>*.in</include>
       </includes>
       <lineEnding>keep</lineEnding>
     </fileSet>
     <fileSet>
       <directory>src</directory>
       <excludes>
-        <exclude>**/Makefile.in</exclude>
         <exclude>**/Makefile.maven</exclude>
       </excludes>
       <lineEnding>keep</lineEnding>
     </fileSet>
     <fileSet>
+      <directory>config</directory>
+      <lineEnding>keep</lineEnding>
+    </fileSet>
+    <fileSet>
       <directory>doc</directory>
       <lineEnding>keep</lineEnding>
     </fileSet>

Modified: activemq/activemq-cpp/trunk/activemq-cpp/configure.ac
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp/configure.ac?rev=781381&r1=781380&r2=781381&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/activemq-cpp/configure.ac (original)
+++ activemq/activemq-cpp/trunk/activemq-cpp/configure.ac Wed Jun  3 14:00:32 2009
@@ -28,7 +28,7 @@
 ## Define the Version variables
 ## -----------------------------------------------
 ACTIVEMQ_LIBRARY_NAME=activemq-cpp
-ACTIVEMQ_VERSION=3.0-RC2
+ACTIVEMQ_VERSION=3.0-RC3
 ACTIVEMQ_API_VERSION=${ACTIVEMQ_VERSION}
 
 ##

Modified: activemq/activemq-cpp/trunk/activemq-cpp/pom.xml
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp/pom.xml?rev=781381&r1=781380&r2=781381&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/activemq-cpp/pom.xml (original)
+++ activemq/activemq-cpp/trunk/activemq-cpp/pom.xml Wed Jun  3 14:00:32 2009
@@ -33,7 +33,7 @@
   <packaging>pom</packaging>
   <name>ActiveMQ-CPP Library</name>
   <description>The ActiveMQ-CPP Library</description>
-  <version>3.0-RC2</version>
+  <version>3.0-RC3</version>
 
   <dependencies>
     <dependency>