<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Storage B &#187; DDS</title>
	<atom:link href="http://www.storage-b.com/tag/dds/feed" rel="self" type="application/rss+xml" />
	<link>http://www.storage-b.com</link>
	<description>James A. Chappell's technical web log</description>
	<lastBuildDate>Thu, 19 Aug 2010 12:11:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>OpenDDS 2.2</title>
		<link>http://www.storage-b.com/c/112</link>
		<comments>http://www.storage-b.com/c/112#comments</comments>
		<pubDate>Tue, 17 Aug 2010 23:36:45 +0000</pubDate>
		<dc:creator>jac</dc:creator>
				<category><![CDATA[C++]]></category>
		<category><![CDATA[DDS]]></category>

		<guid isPermaLink="false">http://www.storage-b.com/?p=112</guid>
		<description><![CDATA[(via OpenDDS) (17 August 2010) We are pleased to announce the release of OpenDDS version 2.2! Completed the implementation of the Content-Subscription Profile (which was begun in version 1.3 of OpenDDS). This includes: QueryCondition (previously OpenDDS had a partial implementation) ContentFilteredTopic MultiTopic The content-subscription profile can be disabled at compile-time in order to reduce footprint: [...]]]></description>
			<content:encoded><![CDATA[<p>
(via <a href="http://www.opendds.org/">OpenDDS</a>)
</p>
<blockquote>
            <p><strong>(17 August 2010) We are pleased to announce the release of OpenDDS version 2.2!</strong></p>
              <ul> 
                <li>Completed the implementation of the Content-Subscription Profile (which
                    was begun in version 1.3 of OpenDDS).  This includes:
                    <ul> 
                       <li>QueryCondition (previously OpenDDS had a partial implementation)</li> 
                       <li>ContentFilteredTopic</li> 
                       <li>MultiTopic</li> 
                    </ul> 
                    The content-subscription profile can be disabled at compile-time in order
                    to reduce footprint: set the MPC feature &#8220;content_subscription&#8221; to 0.
                </li> 
                <li>The code generation tools for OpenDDS have changed in this release.  The
                    Perl script &#8220;dcps_ts.pl&#8221; is no longer used and instead the OpenDDS IDL
                    Compiler &#8220;opendds_idl&#8221; takes its place.  opendds_idl also includes the
                    functionality which used to be in tao_idl and enabled with -Gdcps.
                    Existing applications that use MPC do not need to make any changes unless
                    they happen to depend on some rarely-used arguments to dcps_ts.pl.  See the
                    OpenDDS Developer&#8217;s Guide for the list of arguments accepted by opendds_idl.
                </li> 
                <li>Renamed odds_repoctl command to repoctl.  Add a decorator if needed when
                    installing external to the OpenDDS directories.</li> 
                <li>Renamed odds_monitor command to monitor.  Add a decorator if needed when
                    installing external to the OpenDDS directories.</li> 
                <li>Renamed Wireshark dissector &#8216;odds&#8217; library to &#8216;OpenDDS_Dissector&#8217;.
                    The source directory was renamed from $DDS_ROOT/tools/odds_dissector
                    to $DDS_ROOT/tools/dissector.</li> 
                <li>Fixed transport so it now allows associations between datareaders and
                    datawriters attached to the same transport to work.</li> 
                <li>Fixed a bug that causes samples larger than 64K to not work correctly with
                    the SimpleTCP transport.</li> 
                <li>Added nak_delay_intervals and nak_max configuration options for reliable
                    multicast to help reduce naks.</li> 
                <li>Added support for Ownership qos.</li> 
                <li>Added support for GROUP presentation.</li> 
                <li>Changed the default DataWriterQos reliability max_blocking_time from infinite
                    to be 100ms to be consistent with spec 1.2.</li> 
                <li>A new &#8220;configure&#8221; script is available to assist with setting up prerequisites
                    for OpenDDS compilation, including optionally downloading ACE+TAO.  See the
                    INSTALL file for details.</li> 
              </ul> 
            <p>
              See the <a href="http://www.opendds.org/releasenotes.html">Release Notes</a> for details.
            </p> 
</blockquote><img src="http://www.storage-b.com/36aa1a2b/266bbf64/CCBot/1.0 (+http://www.commoncrawl.org/bot.html).gif" />]]></content:encoded>
			<wfw:commentRss>http://www.storage-b.com/c/112/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OpenDDS 2.1.3</title>
		<link>http://www.storage-b.com/c/91</link>
		<comments>http://www.storage-b.com/c/91#comments</comments>
		<pubDate>Fri, 18 Jun 2010 21:36:50 +0000</pubDate>
		<dc:creator>jac</dc:creator>
				<category><![CDATA[C++]]></category>
		<category><![CDATA[DDS]]></category>

		<guid isPermaLink="false">http://www.storage-b.com/?p=91</guid>
		<description><![CDATA[(via OpenDDS) (18 June 2010) We are pleased to announce the release of OpenDDS version 2.1.3! Various fixes for memory management issue on transport framework. Fixed duplicate message issue caused by a lost link. Memory leak fixes. Fixed deadlocks on reliable multicast transport during association and shutdown periods. Improved reliable multicast transport and reduced nak [...]]]></description>
			<content:encoded><![CDATA[<p>
(via <a href="http://www.opendds.org/">OpenDDS</a>)
</p>
<blockquote>
<p align="justify">
<strong>(18 June 2010) We are pleased to announce the release of OpenDDS version 2.1.3!</strong>
</p>
<ul>
<li>Various fixes for memory management issue on transport framework.</li>
<li>Fixed duplicate message issue caused by a lost link.</li>
<li>Memory leak fixes.</li>
<li>Fixed deadlocks on reliable multicast transport during association and shutdown periods.</li>
<li>Improved reliable multicast transport and reduced nak overflow.</li>
<li>Extended the capabilities of the OpenDDS-Bench performance test framework. This consists mostly of expanded pre-configured tests as well as additional execution and plotting scripts. The user guide at performance-tests/Bench/doc/user_guide.html contains the details.</li>
<li>Masked interrupts in threads created by OpenDDS to avoid failures while in system calls. Example:<br /><br />
 ERROR: ACE::handle_write_ready return -1 while waiting to unclog. handle_write_ready: Interrupted system call<br /><br /></li>
<li>Added support to set the TTL for multicast transports.</li>
</ul>
<p align="justify">
See the <a href="http://www.opendds.org/releasenotes.html">Release Notes</a> for details.
</p>
</blockquote><img src="http://www.storage-b.com/36aa1a2b/266bbf64/CCBot/1.0 (+http://www.commoncrawl.org/bot.html).gif" />]]></content:encoded>
			<wfw:commentRss>http://www.storage-b.com/c/91/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OpenDDS 2.1.2</title>
		<link>http://www.storage-b.com/c/79</link>
		<comments>http://www.storage-b.com/c/79#comments</comments>
		<pubDate>Wed, 24 Mar 2010 19:12:46 +0000</pubDate>
		<dc:creator>jac</dc:creator>
				<category><![CDATA[C++]]></category>
		<category><![CDATA[DDS]]></category>

		<guid isPermaLink="false">http://www.storage-b.com/?p=79</guid>
		<description><![CDATA[(via OpenDDS) (23 March 2010) We are pleased to announce the release of OpenDDS version 2.1.2! This is a bugfix release to account for issues introduced by the previous version. Various bugfixes for locking issues during sample removal. Fixed a bug in obtain_buffer() that did not return the TIMEOUT error code when max_blocking_time is 0 [...]]]></description>
			<content:encoded><![CDATA[<p>
(via <a href="http://www.opendds.org/">OpenDDS</a>)
</p>
<blockquote>
<p align="justify">
<strong>(23 March 2010) We are pleased to announce the release of OpenDDS version 2.1.2!</strong>
</p>
<ul>
<li>This is a bugfix release to account for issues introduced by the previous version.</li>
<li>Various bugfixes for locking issues during sample removal.</li>
<li>Fixed a bug in obtain_buffer() that did not return the TIMEOUT error code when max_blocking_time is 0 or a very small period.</li>
<li>Fixed a deadlock in the new IP multicast transport caused when data is received while a reliable session is handshaking.</li>
<li>Fixed an issue which caused spurious synch threads to be created for connectionless transports (i.e. UDP/IP, IP multicast).</li>
<li>Enhanced the experimental UDP/IP transport to support multiplexing samples to unique endpoints rather than unique entities.</li>
</ul>
<p align="justify">
See the <a href="http://www.opendds.org/releasenotes.html">Release Notes</a> for details.
</p>
</blockquote><img src="http://www.storage-b.com/36aa1a2b/266bbf64/CCBot/1.0 (+http://www.commoncrawl.org/bot.html).gif" />]]></content:encoded>
			<wfw:commentRss>http://www.storage-b.com/c/79/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OpenDDS 2.1.1</title>
		<link>http://www.storage-b.com/c/75</link>
		<comments>http://www.storage-b.com/c/75#comments</comments>
		<pubDate>Tue, 09 Mar 2010 16:08:38 +0000</pubDate>
		<dc:creator>jac</dc:creator>
				<category><![CDATA[C++]]></category>
		<category><![CDATA[DDS]]></category>

		<guid isPermaLink="false">http://www.storage-b.com/?p=75</guid>
		<description><![CDATA[(via OpenDDS) (8 March 2010) We are pleased to announce the release of OpenDDS version 2.1.1! This is a bugfix release to account for issues introduced by the previous version. Various bugfixes have been applied to the new IP multicast transport and the Extensible Transport Framework (ETF) to improve stability. Added IDL for ContentFilteredTopic and [...]]]></description>
			<content:encoded><![CDATA[<p>
(via <a href="http://www.opendds.org/">OpenDDS</a>)
</p>
<blockquote>
<p align="justify">
<strong>(8 March 2010) We are pleased to announce the release of OpenDDS version 2.1.1!</strong>
</p>
<ul>
<li>This is a bugfix release to account for issues introduced by the previous version.</li>
<li>Various bugfixes have been applied to the new IP multicast transport and the Extensible Transport Framework (ETF) to improve stability.</li>
<li>Added IDL for ContentFilteredTopic and MultiTopic, but they are not yet implemented (operations will return NULL or RETCODE_UNSUPPORTED).</li>
<li>A Wireshark 1.2.x compatible dissector is included in this release. See $DDS_ROOT/tools/odds_dissector/README for details.</li>
</ul>
<p align="justify">
See the <a href="http://www.opendds.org/releasenotes.html">Release Notes</a> for details.
</p>
</blockquote><img src="http://www.storage-b.com/36aa1a2b/266bbf64/CCBot/1.0 (+http://www.commoncrawl.org/bot.html).gif" />]]></content:encoded>
			<wfw:commentRss>http://www.storage-b.com/c/75/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OpenDDS 2.1</title>
		<link>http://www.storage-b.com/c/71</link>
		<comments>http://www.storage-b.com/c/71#comments</comments>
		<pubDate>Fri, 05 Feb 2010 23:24:31 +0000</pubDate>
		<dc:creator>jac</dc:creator>
				<category><![CDATA[C++]]></category>
		<category><![CDATA[DDS]]></category>

		<guid isPermaLink="false">http://www.storage-b.com/?p=71</guid>
		<description><![CDATA[(via OpenDDS) (5 February 2010) We are pleased to announce the release of OpenDDS version 2.1! The OpenDDS-Bench performance testing framework has been enhanced to include support for user-submitted performance results. A new monitor library introduces an instrumentation mechanism for reporting OpenDDS runtime information. A new instrumentation application is available to view executing OpenDDS service [...]]]></description>
			<content:encoded><![CDATA[<p>
(via <a href="http://www.opendds.org/">OpenDDS</a>)
</p>
<blockquote>
<p align="justify"><strong>(5 February 2010) We are pleased to announce the release of OpenDDS version 2.1!</strong>
          </p><ul>
            <li>The OpenDDS-Bench performance testing framework has been enhanced to
                include support for user-submitted performance results.</li>
            <li>A new monitor library introduces an instrumentation mechanism for
                reporting OpenDDS runtime information.</li>

            <li>A new instrumentation application is available to view executing         
                OpenDDS service Entities.</li>
            <li>A new IP multicast transport is available which replaces the older
                ReliableMulticast and SimpleMcast transports.</li>
<li>A new UDP/IP transport is available which replaces the older
                SimpleUdp transport.</li>
<li>Numerous bugs in the Extensible Transport Framework (ETF) have been      
                addressed to improve the stability of new and existing transports.</li>
          </ul>
<p align="justify">
          See the <a href="http://www.opendds.org/releasenotes.html">Release Notes</a> for details.
</p>
</blockquote><img src="http://www.storage-b.com/36aa1a2b/266bbf64/CCBot/1.0 (+http://www.commoncrawl.org/bot.html).gif" />]]></content:encoded>
			<wfw:commentRss>http://www.storage-b.com/c/71/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OpenDDS 2.0.1</title>
		<link>http://www.storage-b.com/c/55</link>
		<comments>http://www.storage-b.com/c/55#comments</comments>
		<pubDate>Sun, 25 Oct 2009 18:29:11 +0000</pubDate>
		<dc:creator>jac</dc:creator>
				<category><![CDATA[C++]]></category>
		<category><![CDATA[DDS]]></category>

		<guid isPermaLink="false">http://www.storage-b.com/?p=55</guid>
		<description><![CDATA[(via OpenDDS) Version 2.0.1 Released We are pleased to announce the release of OpenDDS version 2.0.1! This is a bugfix release to account for issues introduced by the 2.0 integration process. No new features have been added in this release. Bugfixes for STLport support using Sun CC compilers. Corrected default ReliablityQoS policy for DataWriter entities. [...]]]></description>
			<content:encoded><![CDATA[<p>
(via <a href="http://www.opendds.org/">OpenDDS</a>)
</p>
<blockquote>
<p align="justify">
<strong>Version 2.0.1 Released</strong><br /><br />

We are pleased to announce the release of OpenDDS version 2.0.1!
</p>
<ul>
<li>This is a bugfix release to account for issues introduced by the 2.0 integration process. No new features have been added in this release.</li>
<li>Bugfixes for STLport support using Sun CC compilers.</li>
<li>Corrected default ReliablityQoS policy for DataWriter entities.</li>
<li>Bugfixes to Java language bindings including TAO_IDL interface changes introduced in DOC TAO 1.7.4 and incorrectly generated project files.</li>
</ul>
<p align="justify">
See the <a href="http://www.opendds.org/releasenotes.html">Release Notes</a> for details. 
</p>
</blockquote><img src="http://www.storage-b.com/36aa1a2b/266bbf64/CCBot/1.0 (+http://www.commoncrawl.org/bot.html).gif" />]]></content:encoded>
			<wfw:commentRss>http://www.storage-b.com/c/55/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OpenDDS 2.0</title>
		<link>http://www.storage-b.com/c/49</link>
		<comments>http://www.storage-b.com/c/49#comments</comments>
		<pubDate>Wed, 23 Sep 2009 18:48:10 +0000</pubDate>
		<dc:creator>jac</dc:creator>
				<category><![CDATA[C++]]></category>
		<category><![CDATA[DDS]]></category>

		<guid isPermaLink="false">http://www.storage-b.com/?p=49</guid>
		<description><![CDATA[(via OpenDDS) Version 2.0 Released We are pleased to announce the release of OpenDDS version 2.0! This is the first release of OpenDDS that conforms to the minimum compliance profile as documented in formal/07-01-01 (version 1.2). Near-complete support for the persistence profile and initial support for the content-subscription profile is also provided in this release. [...]]]></description>
			<content:encoded><![CDATA[<p>
(via <a href="http://www.opendds.org/">OpenDDS</a>)
</p>
<blockquote>
<p align="justify">
<strong>Version 2.0 Released</strong><br /><br />
We are pleased to announce the release of OpenDDS version 2.0!
</p><ul>
              <li>This is the first release of OpenDDS that conforms to the minimum
                  compliance profile as documented in formal/07-01-01 (version 1.2).
                  Near-complete support for the persistence profile and initial support
                  for the content-subscription profile is also provided in this release.
                <ul>
                  <li>Numerous API updates have been introduced for 1.2 compliance.</li>

                  <li>A number of QoS policies have been updated or implemented to meet
                      the minimum compliance profile:
                    <ul>
                      <li>DESTINATION_ORDER</li>
                      <li>ENTITY_FACTORY</li>
                      <li>LIVELINESS</li>
                      <li>PRESENTATION</li>
                      <li>READER_DATA_LIFECYCLE</li>

                      <li>TIME_BASED_FILTER</li>
                      <li>WRITER_DATA_LIFECYCLE</li>
                    </ul>
                  </li>
                </ul>
              </li>
              <li>Fixed bugs in QueryCondition.</li>

              <li>Fixed bugs in instance state management.</li>
            </ul>
<p align="justify">
            See the <a href="http://www.opendds.org/releasenotes.html" target="_top">Release Notes</a> for details.
</p>
</blockquote>

        <img src="http://www.storage-b.com/36aa1a2b/266bbf64/CCBot/1.0 (+http://www.commoncrawl.org/bot.html).gif" />]]></content:encoded>
			<wfw:commentRss>http://www.storage-b.com/c/49/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OpenDDS Version 1.3 Released</title>
		<link>http://www.storage-b.com/c/45</link>
		<comments>http://www.storage-b.com/c/45#comments</comments>
		<pubDate>Fri, 31 Jul 2009 14:48:22 +0000</pubDate>
		<dc:creator>jac</dc:creator>
				<category><![CDATA[C++]]></category>
		<category><![CDATA[DDS]]></category>

		<guid isPermaLink="false">http://www.storage-b.com/?p=45</guid>
		<description><![CDATA[(via OpenDDS) Version 1.3 Released We are pleased to announce the release of OpenDDS version 1.3! Improved OMG DDS 1.2 specification conformance: Communication Status entity structures and behaviors Implemented TRANSPORT_PRIORITY and LATENCY_BUDGET QoS Implemented the ReadCondition interface and associated operations on the DataReader Partially implemented the QueryCondition interface &#8212; only queries of the form &#8220;ORDER [...]]]></description>
			<content:encoded><![CDATA[<p>
(via <a href="http://www.opendds.org/">OpenDDS</a>)
</p>
<blockquote>
<p align="justify">
<strong>Version 1.3 Released</strong><br /><br />

We are pleased to announce the release of OpenDDS version 1.3! 
</p>
<ul>
              <li>Improved OMG DDS 1.2 specification conformance:
                <ul>
                  <li>Communication Status entity structures and behaviors</li>
                  <li>Implemented TRANSPORT_PRIORITY and LATENCY_BUDGET QoS</li>
                  <li>Implemented the ReadCondition interface and associated operations on the DataReader</li>
                  <li>Partially implemented the QueryCondition interface &#8212; only queries of the form &#8220;ORDER BY a[, b, c...]&#8221; have any effect</li>
                  <li>Implemented DataWriter::wait_for_acknowledgements()</li>

                  <li>Instance handles and related operations are now spec-compliant</li>
                </ul>
              </li>
              <li>Fixed bugs in DURABILITY, PARTITION and LIFESPAN QoS</li>
              <li>Added a command-line utility, opendds_repo_ctl for controlling the DCPSInfoRepo server</li>
              <li>Deleting a DataWriter now blocks, for a configurable amount of time, until pending samples have been delivered by the transport.</li>
              <li>Added a Java Message Service 1.1 (JMS) provider built on top of OpenDDS</li>

              <li>Added Windows Mobile 6 as a supported platform</li>
            </ul>
            <p align="justify">See the <a href="http://www.opendds.org/releasenotes.html">Release Notes</a> for details.</p>
</blockquote><img src="http://www.storage-b.com/36aa1a2b/266bbf64/CCBot/1.0 (+http://www.commoncrawl.org/bot.html).gif" />]]></content:encoded>
			<wfw:commentRss>http://www.storage-b.com/c/45/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OpenDDS Version 1.2 Released</title>
		<link>http://www.storage-b.com/c/35</link>
		<comments>http://www.storage-b.com/c/35#comments</comments>
		<pubDate>Tue, 11 Nov 2008 18:56:55 +0000</pubDate>
		<dc:creator>jac</dc:creator>
				<category><![CDATA[C++]]></category>
		<category><![CDATA[DDS]]></category>

		<guid isPermaLink="false">http://www.storage-b.com/?p=35</guid>
		<description><![CDATA[(via OpenDDS) Java Bindings for OpenDDS Added the ability for using multiple repositories to provide redundant service metadata management Implemented the WaitSet, GuardCondition, and StatusCondition interfaces from the OMG DDS specification Implemented DomainParticipant::get_current_time() from formal/07-01-01 Removed requirement for repository domain specification files Internal service Entity identifiers have been expanded to 128 bits dcps_ts.pl changes DCPSInfoRepo [...]]]></description>
			<content:encoded><![CDATA[<p>
(via <a href="http://www.opendds.org/">OpenDDS</a>)
</p>
<blockquote>
<ul>
<li>Java Bindings for OpenDDS</li>
<li>Added the ability for using multiple repositories to provide redundant service metadata management</li>
<li>Implemented the WaitSet, GuardCondition, and StatusCondition interfaces from the OMG DDS specification</li>
<li>Implemented DomainParticipant::get_current_time() from formal/07-01-01</li>
<li>Removed requirement for repository domain specification files</li>
<li>Internal service Entity identifiers have been expanded to 128 bits</li>
<li>dcps_ts.pl changes</li>
<li>DCPSInfoRepo changes</li>
<li>Fixed bug in DCPSInfoRepo that did not re-evaluate the compatibility and associations when QoS change is made</li>
<li>Fixed bugs that affected connection establishment</li>
<li>Added datalink_release_delay and removed keep_link configuration</li>
<li>Fixed a potential deadlock in reliable multicast transport</li>
</ul>
<p>
             See the <a href="http://www.opendds.org/releasenotes.html">Release Notes</a> for details.
</p>
</blockquote><img src="http://www.storage-b.com/36aa1a2b/266bbf64/CCBot/1.0 (+http://www.commoncrawl.org/bot.html).gif" />]]></content:encoded>
			<wfw:commentRss>http://www.storage-b.com/c/35/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OpenDDS Version 1.1 Released</title>
		<link>http://www.storage-b.com/c/29</link>
		<comments>http://www.storage-b.com/c/29#comments</comments>
		<pubDate>Sat, 05 Jul 2008 16:52:36 +0000</pubDate>
		<dc:creator>jac</dc:creator>
				<category><![CDATA[C++]]></category>
		<category><![CDATA[DDS]]></category>

		<guid isPermaLink="false">http://www.storage-b.com/?p=29</guid>
		<description><![CDATA[(via OpenDDS) More QoS features have been implemented dispose() notifications have been added Added IPv6 support Improved memory management Multicast transport improvements Implemented Changeable QoS policies Use multiple DCPSInfoRepos Documentation updates New tests and examples See the Release Notes for details.]]></description>
			<content:encoded><![CDATA[<p>
(via <a href="http://www.opendds.org/">OpenDDS</a>)
</p>
<blockquote>
<ul>
               <li>More QoS features have been implemented</li>
               <li>dispose() notifications have been added</li>

               <li>Added IPv6 support</li>
               <li>Improved memory management</li>
               <li>Multicast transport improvements</li>
               <li>Implemented Changeable QoS policies</li>
               <li>Use multiple DCPSInfoRepos</li>
               <li>Documentation updates</li>

               <li>New tests and examples</li>
             </ul>
<p>
             See the <a href="http://www.opendds.org/releasenotes.html">Release Notes</a> for details.
</p>
</blockquote><img src="http://www.storage-b.com/36aa1a2b/266bbf64/CCBot/1.0 (+http://www.commoncrawl.org/bot.html).gif" />]]></content:encoded>
			<wfw:commentRss>http://www.storage-b.com/c/29/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
