You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by jr...@apache.org on 2013/09/07 16:13:31 UTC

svn commit: r1520773 - in /qpid/site: ./ docs/ docs/components/cpp-broker/ docs/components/java-broker/ docs/components/messaging-api/ docs/components/qmf/ docs/components/qpid-jca/ docs/components/qpid-jms/ docs/components/qpid-wcf/ docs/releases/ inp...

Author: jross
Date: Sat Sep  7 14:13:31 2013
New Revision: 1520773

URL: http://svn.apache.org/r1520773
Log:
QPID-4990: Fix my flawed loop logic; remove an obsolete import

Modified:
    qpid/site/README
    qpid/site/docs/components/cpp-broker/index.html
    qpid/site/docs/components/java-broker/index.html
    qpid/site/docs/components/messaging-api/index.html
    qpid/site/docs/components/qmf/index.html
    qpid/site/docs/components/qpid-jca/index.html
    qpid/site/docs/components/qpid-jms/index.html
    qpid/site/docs/components/qpid-wcf/index.html
    qpid/site/docs/developer.html
    qpid/site/docs/documentation.html
    qpid/site/docs/download.html
    qpid/site/docs/maven.html
    qpid/site/docs/releases/index.html
    qpid/site/docs/site.conf
    qpid/site/input/developer.md
    qpid/site/input/releases/index.md
    qpid/site/input/site.conf
    qpid/site/python/transom/generate.py
    qpid/site/python/transom/site.py

Modified: qpid/site/README
URL: http://svn.apache.org/viewvc/qpid/site/README?rev=1520773&r1=1520772&r2=1520773&view=diff
==============================================================================
--- qpid/site/README (original)
+++ qpid/site/README Sat Sep  7 14:13:31 2013
@@ -127,6 +127,8 @@ files:
     input/site.conf            # Update the current release pointer
     input/releases/index.md    # Add current release, move the previous
 
+Run `make render` with `FORCE=1` after modifying `site.conf`.
+
 The scripts depend on the availability of the following tools in your
 environment: cmake, dot, doxygen, epydoc, fop, gcc, javadoc, make,
 pygments, rdoc, and xsltproc.  The following yum command works to

Modified: qpid/site/docs/components/cpp-broker/index.html
URL: http://svn.apache.org/viewvc/qpid/site/docs/components/cpp-broker/index.html?rev=1520773&r1=1520772&r2=1520773&view=diff
==============================================================================
--- qpid/site/docs/components/cpp-broker/index.html (original)
+++ qpid/site/docs/components/cpp-broker/index.html Sat Sep  7 14:13:31 2013
@@ -56,7 +56,7 @@ messages using AMQP.</p>
 <tbody>
 <tr><td><em>Platforms</em></td><td>Linux, Windows</td></tr>
 <tr><td><em>AMQP versions</em></td><td>1.0, 0-10</td></tr>
-<tr><td><em>Download</em></td><td><a href="http://www.apache.org/dyn/closer.cgi/qpid/0.22/qpid-cpp-0.22.tar.gz">qpid-cpp-0.22.tar.gz</a> [<a href="http://www.apache.org/dist/qpid/0.22/qpid-cpp-0.22.tar.gz.asc">PGP</a>], <a href="http://www.apache.org/dyn/closer.cgi/qpid/0.22/qpid-tools-0.22.tar.gz">qpid-tools-0.22.tar.gz</a> [<a href="http://www.apache.org/dist/qpid/0.22/qpid-tools-0.22.tar.gz.asc">PGP</a>]</td></tr>
+<tr><td><em>Download</em></td><td><a href="http://www.apache.org/dyn/closer.cgi/qpid/0.24/qpid-cpp-0.24.tar.gz">qpid-cpp-0.24.tar.gz</a> [<a href="http://www.apache.org/dist/qpid/0.24/qpid-cpp-0.24.tar.gz.asc">PGP</a>], <a href="http://www.apache.org/dyn/closer.cgi/qpid/0.24/qpid-tools-0.24.tar.gz">qpid-tools-0.24.tar.gz</a> [<a href="http://www.apache.org/dist/qpid/0.24/qpid-tools-0.24.tar.gz.asc">PGP</a>]</td></tr>
 <tr><td><em>Source location</em></td><td><a href="http://svn.apache.org/repos/asf/qpid/trunk/qpid/cpp/">http://svn.apache.org/repos/asf/qpid/trunk/qpid/cpp/</a>, <a href="http://svn.apache.org/repos/asf/qpid/trunk/qpid/tools/">http://svn.apache.org/repos/asf/qpid/trunk/qpid/tools/</a></td></tr>
 </tbody>
 </table>
@@ -67,23 +67,23 @@ messages using AMQP.</p>
 
 <ul>
 <li>Speaks and translates between AMQP 1.0 and 0-10</li>
-<li><a href="http://qpid.apache.org/releases/qpid-0.22/cpp-broker/book/chapter-Managing-CPP-Broker.html#section-Managing-CPP-Broker">Management</a> via <a href="http://qpid.apache.org/components/qmf/index.html">QMF</a></li>
+<li><a href="http://qpid.apache.org/releases/qpid-0.24/cpp-broker/book/chapter-Managing-CPP-Broker.html#section-Managing-CPP-Broker">Management</a> via <a href="http://qpid.apache.org/components/qmf/index.html">QMF</a></li>
 <li>Access control lists</li>
-<li><a href="http://qpid.apache.org/releases/qpid-0.22/cpp-broker/book/chap-Messaging_User_Guide-Broker_Federation.html">Federation</a></li>
+<li><a href="http://qpid.apache.org/releases/qpid-0.24/cpp-broker/book/chap-Messaging_User_Guide-Broker_Federation.html">Federation</a></li>
 <li>Flexible logging</li>
 <li>Header-based routing</li>
 <li>Heartbeats</li>
-<li><a href="http://qpid.apache.org/releases/qpid-0.22/cpp-broker/book/chapter-ha.html">High availability</a></li>
-<li><a href="http://qpid.apache.org/releases/qpid-0.22/cpp-broker/book/Using-message-groups.html">Message groups</a></li>
+<li><a href="http://qpid.apache.org/releases/qpid-0.24/cpp-broker/book/chapter-ha.html">High availability</a></li>
+<li><a href="http://qpid.apache.org/releases/qpid-0.24/cpp-broker/book/Using-message-groups.html">Message groups</a></li>
 <li>Message TTLs and arrival timestamps</li>
 <li>Pluggable persistence</li>
-<li><a href="http://qpid.apache.org/releases/qpid-0.22/cpp-broker/book/chap-Messaging_User_Guide-Security.html">Pluggable authentication via SASL</a></li>
-<li><a href="http://qpid.apache.org/releases/qpid-0.22/cpp-broker/book/producer-flow-control.html">Producer flow control</a></li>
-<li><a href="http://qpid.apache.org/releases/qpid-0.22/cpp-broker/book/ha-queue-replication.html">Queue replication</a></li>
+<li><a href="http://qpid.apache.org/releases/qpid-0.24/cpp-broker/book/chap-Messaging_User_Guide-Security.html">Pluggable authentication via SASL</a></li>
+<li><a href="http://qpid.apache.org/releases/qpid-0.24/cpp-broker/book/producer-flow-control.html">Producer flow control</a></li>
+<li><a href="http://qpid.apache.org/releases/qpid-0.24/cpp-broker/book/ha-queue-replication.html">Queue replication</a></li>
 <li>Resource limits</li>
 <li>Secure connection via SSL</li>
 <li><a href="https://issues.apache.org/jira/browse/QPID-4558?focusedCommentId=13592659&amp;page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-13592659">Server-side selectors</a></li>
-<li>Specialized queueing with <a href="http://qpid.apache.org/releases/qpid-0.22/cpp-broker/book/ch01s06.html">last value queue</a>, priority queue, and ring queue</li>
+<li>Specialized queueing with <a href="http://qpid.apache.org/releases/qpid-0.24/cpp-broker/book/ch01s06.html">last value queue</a>, priority queue, and ring queue</li>
 <li><a href="https://issues.apache.org/jira/browse/QPID-3002">Threshold alerts</a></li>
 <li>Transactions</li>
 <li>Undeliverable message handling</li>
@@ -100,9 +100,9 @@ find previous versions with our
 <div class="two-column">
 
 <ul>
-<li><a href="http://qpid.apache.org/releases/qpid-0.22/cpp-broker/book/index.html">C++ broker book</a></li>
-<li><a href="http://qpid.apache.org/releases/qpid-0.22/cpp-broker/book/chapter-Managing-CPP-Broker.html#section-Managing-CPP-Broker">Managing the C++ broker</a></li>
-<li><a href="http://svn.apache.org/repos/asf/qpid/tags/0.22/qpid/cpp/INSTALL">Installing Qpid C++</a></li>
+<li><a href="http://qpid.apache.org/releases/qpid-0.24/cpp-broker/book/index.html">C++ broker book</a></li>
+<li><a href="http://qpid.apache.org/releases/qpid-0.24/cpp-broker/book/chapter-Managing-CPP-Broker.html#section-Managing-CPP-Broker">Managing the C++ broker</a></li>
+<li><a href="http://svn.apache.org/repos/asf/qpid/tags/0.24/qpid/cpp/INSTALL">Installing Qpid C++</a></li>
 <li><a href="https://cwiki.apache.org/confluence/display/qpid/qpid+extensions+to+amqp">Qpid extensions to AMQP</a></li>
 </ul>
 

Modified: qpid/site/docs/components/java-broker/index.html
URL: http://svn.apache.org/viewvc/qpid/site/docs/components/java-broker/index.html?rev=1520773&r1=1520772&r2=1520773&view=diff
==============================================================================
--- qpid/site/docs/components/java-broker/index.html (original)
+++ qpid/site/docs/components/java-broker/index.html Sat Sep  7 14:13:31 2013
@@ -56,7 +56,7 @@ messages using AMQP.</p>
 <tbody>
 <tr><td><em>Platforms</em></td><td>JVM</td></tr>
 <tr><td><em>AMQP versions</em></td><td>1.0, 0-10, 0-91, 0-9, 0-8</td></tr>
-<tr><td><em>Download</em></td><td><a href="http://www.apache.org/dyn/closer.cgi/qpid/0.22/qpid-java-broker-0.22.tar.gz">qpid-java-broker-0.22.tar.gz</a> [<a href="http://www.apache.org/dist/qpid/0.22/qpid-java-broker-0.22.tar.gz.asc">PGP</a>]</td></tr>
+<tr><td><em>Download</em></td><td><a href="http://www.apache.org/dyn/closer.cgi/qpid/0.24/qpid-java-broker-0.24.tar.gz">qpid-java-broker-0.24.tar.gz</a> [<a href="http://www.apache.org/dist/qpid/0.24/qpid-java-broker-0.24.tar.gz.asc">PGP</a>]</td></tr>
 <tr><td><em>Source location</em></td><td><a href="http://svn.apache.org/repos/asf/qpid/trunk/qpid/java/">http://svn.apache.org/repos/asf/qpid/trunk/qpid/java/</a></td></tr>
 </tbody>
 </table>
@@ -68,24 +68,24 @@ messages using AMQP.</p>
 <ul>
 <li><a href="http://www.oracle.com/technetwork/java/docs-136352.html">JMS 1.1</a> compliant</li>
 <li>Speaks and translates among all versions of AMQP</li>
-<li><a href="http://qpid.apache.org/releases/qpid-0.22/java-broker/book/Java-Broker-Configuring-And-Managing.html">Management</a> via JMX, REST, QMF, and web console</li>
-<li><a href="http://qpid.apache.org/releases/qpid-0.22/java-broker/book/Java-Broker-Security-ACLs.html">Access control lists</a></li>
+<li><a href="http://qpid.apache.org/releases/qpid-0.24/java-broker/book/Java-Broker-Configuring-And-Managing.html">Management</a> via JMX, REST, QMF, and web console</li>
+<li><a href="http://qpid.apache.org/releases/qpid-0.24/java-broker/book/Java-Broker-Security-ACLs.html">Access control lists</a></li>
 <li>Flexible logging</li>
 <li>Flow to disk</li>
 <li>Header-based routing</li>
 <li>Heartbeats</li>
-<li><a href="http://qpid.apache.org/releases/qpid-0.22/java-broker/book/Java-Broker-High-Availability.html">High availability</a></li>
+<li><a href="http://qpid.apache.org/releases/qpid-0.24/java-broker/book/Java-Broker-High-Availability.html">High availability</a></li>
 <li>Message groups</li>
-<li><a href="http://qpid.apache.org/releases/qpid-0.22/java-broker/book/Java-Broker-Stores.html">Pluggable persistence</a> supporting Derby, SQL, and BDB stores</li>
-<li><a href="http://qpid.apache.org/releases/qpid-0.22/java-broker/book/Java-Broker-Security.html#Java-Broker-Security-Authentication-Providers">Pluggable authentication</a> supporting LDAP, Kerberos, and SSL client certificates</li>
-<li><a href="http://qpid.apache.org/releases/qpid-0.22/java-broker/book/Java-Broker-Runtime-Disk-Space-Management.html#Qpid-Producer-Flow-Control">Producer flow control</a></li>
-<li><a href="http://qpid.apache.org/releases/qpid-0.22/java-broker/book/Java-Broker-Security-SSL.html">Secure connection via SSL</a></li>
+<li><a href="http://qpid.apache.org/releases/qpid-0.24/java-broker/book/Java-Broker-Stores.html">Pluggable persistence</a> supporting Derby, SQL, and BDB stores</li>
+<li><a href="http://qpid.apache.org/releases/qpid-0.24/java-broker/book/Java-Broker-Security.html#Java-Broker-Security-Authentication-Providers">Pluggable authentication</a> supporting LDAP, Kerberos, and SSL client certificates</li>
+<li><a href="http://qpid.apache.org/releases/qpid-0.24/java-broker/book/Java-Broker-Runtime-Disk-Space-Management.html#Qpid-Producer-Flow-Control">Producer flow control</a></li>
+<li><a href="http://qpid.apache.org/releases/qpid-0.24/java-broker/book/Java-Broker-Security-SSL.html">Secure connection via SSL</a></li>
 <li>Server-side selectors</li>
-<li><a href="http://qpid.apache.org/releases/qpid-0.22/java-broker/book/Java-Broker-Queues.html">Specialized queuing</a> with last value queue, priority queue, and sorted queue</li>
+<li><a href="http://qpid.apache.org/releases/qpid-0.24/java-broker/book/Java-Broker-Queues.html">Specialized queuing</a> with last value queue, priority queue, and sorted queue</li>
 <li>Threshold alerts</li>
 <li>Transactions</li>
-<li><a href="http://qpid.apache.org/releases/qpid-0.22/java-broker/book/Java-Broker-Runtime-Handling-Undeliverable-Messages.html">Undeliverable message handling</a></li>
-<li><a href="http://qpid.apache.org/releases/qpid-0.22/java-broker/book/Java-Broker-Virtual-Hosts.html">Virtual hosts</a></li>
+<li><a href="http://qpid.apache.org/releases/qpid-0.24/java-broker/book/Java-Broker-Runtime-Handling-Undeliverable-Messages.html">Undeliverable message handling</a></li>
+<li><a href="http://qpid.apache.org/releases/qpid-0.24/java-broker/book/Java-Broker-Virtual-Hosts.html">Virtual hosts</a></li>
 </ul>
 
 </div>
@@ -99,7 +99,7 @@ find previous versions with our
 <div class="two-column">
 
 <ul>
-<li><a href="http://qpid.apache.org/releases/qpid-0.22/java-broker/book/index.html">Java broker book</a></li>
+<li><a href="http://qpid.apache.org/releases/qpid-0.24/java-broker/book/index.html">Java broker book</a></li>
 <li><a href="https://cwiki.apache.org/confluence/display/qpid/qpid+java+build+how+to">How to build Qpid Java</a></li>
 <li><a href="https://cwiki.apache.org/confluence/display/qpid/qpid+java+faq">FAQ</a></li>
 <li><a href="https://cwiki.apache.org/confluence/display/qpid/java+broker+design">Design documents</a></li>

Modified: qpid/site/docs/components/messaging-api/index.html
URL: http://svn.apache.org/viewvc/qpid/site/docs/components/messaging-api/index.html?rev=1520773&r1=1520772&r2=1520773&view=diff
==============================================================================
--- qpid/site/docs/components/messaging-api/index.html (original)
+++ qpid/site/docs/components/messaging-api/index.html Sat Sep  7 14:13:31 2013
@@ -57,7 +57,7 @@ platforms.</p>
 <tr><td><em>Languages</em></td><td>C++, Perl, Python, Ruby, .NET</td></tr>
 <tr><td><em>Platforms</em></td><td>Linux, Windows</td></tr>
 <tr><td><em>AMQP versions</em></td><td>1.0, 0-10</td></tr>
-<tr><td><em>Downloads</em></td><td>C++, bindings: <a href="http://www.apache.org/dyn/closer.cgi/qpid/0.22/qpid-cpp-0.22.tar.gz">qpid-cpp-0.22.tar.gz</a> [<a href="http://www.apache.org/dist/qpid/0.22/qpid-cpp-0.22.tar.gz.asc">PGP</a>],<br/>Python: <a href="http://www.apache.org/dyn/closer.cgi/qpid/0.22/qpid-python-0.22.tar.gz">qpid-python-0.22.tar.gz</a> [<a href="http://www.apache.org/dist/qpid/0.22/qpid-python-0.22.tar.gz.asc">PGP</a>]</td></tr>
+<tr><td><em>Downloads</em></td><td>C++, bindings: <a href="http://www.apache.org/dyn/closer.cgi/qpid/0.24/qpid-cpp-0.24.tar.gz">qpid-cpp-0.24.tar.gz</a> [<a href="http://www.apache.org/dist/qpid/0.24/qpid-cpp-0.24.tar.gz.asc">PGP</a>],<br/>Python: <a href="http://www.apache.org/dyn/closer.cgi/qpid/0.24/qpid-python-0.24.tar.gz">qpid-python-0.24.tar.gz</a> [<a href="http://www.apache.org/dist/qpid/0.24/qpid-python-0.24.tar.gz.asc">PGP</a>]</td></tr>
 <tr><td><em>Source location</em></td><td><a href="http://svn.apache.org/repos/asf/qpid/trunk/qpid/cpp/">http://svn.apache.org/repos/asf/qpid/trunk/qpid/cpp/</a>,<br/> <a href="http://svn.apache.org/repos/asf/qpid/trunk/qpid/python/">http://svn.apache.org/repos/asf/qpid/trunk/qpid/python/</a></td></tr>
 </tbody>
 </table>
@@ -71,21 +71,21 @@ find previous versions with our
 <div class="two-column">
 
 <ul>
-<li><a href="http://qpid.apache.org/releases/qpid-0.22/programming/book/ch02.html">Using the Qpid Messaging API</a></li>
-<li><a href="http://qpid.apache.org/releases/qpid-0.22/messaging-api/cpp/api/index.html">C API reference</a></li>
-<li><a href="http://qpid.apache.org/releases/qpid-0.22/messaging-api/cpp/examples/index.html">C examples</a></li>
-<li><a href="http://qpid.apache.org/releases/qpid-0.22/messaging-api/perl/examples/index.html">Perl examples</a></li>
-<li><a href="http://qpid.apache.org/releases/qpid-0.22/messaging-api/python/api/index.html">Python API reference</a></li>
-<li><a href="http://qpid.apache.org/releases/qpid-0.22/messaging-api/python/examples/index.html">Python examples</a></li>
-<li><a href="http://qpid.apache.org/releases/qpid-0.22/messaging-api/ruby/api/index.html">Ruby API reference</a></li>
-<li><a href="http://qpid.apache.org/releases/qpid-0.22/messaging-api/ruby/examples/index.html">Ruby examples</a></li>
-<li><a href="http://qpid.apache.org/releases/qpid-0.22/programming/book/ch05.html">The .NET Binding for the C++ Messaging Client</a></li>
-<li><a href="http://qpid.apache.org/releases/qpid-0.22/messaging-api/dotnet/api/index.html">.NET API reference</a></li>
-<li><a href="http://qpid.apache.org/releases/qpid-0.22/messaging-api/dotnet/examples/index.html">.NET examples</a></li>
-<li><a href="http://svn.apache.org/repos/asf/qpid/tags/0.22/qpid/cpp/INSTALL">Installing Qpid C++</a></li>
-<li><a href="http://svn.apache.org/repos/asf/qpid/tags/0.22/qpid/python/README.txt">Installing Qpid Python</a></li>
-<li><a href="http://svn.apache.org/repos/asf/qpid/tags/0.22/qpid/cpp/bindings/qpid/ruby/README.rdoc">Installing the Ruby Messaging API</a></li>
-<li><a href="http://svn.apache.org/repos/asf/qpid/tags/0.22/qpid/cpp/bindings/qpid/dotnet/ReadMe.txt">Installing the .NET Messaging API</a></li>
+<li><a href="http://qpid.apache.org/releases/qpid-0.24/programming/book/ch02.html">Using the Qpid Messaging API</a></li>
+<li><a href="http://qpid.apache.org/releases/qpid-0.24/messaging-api/cpp/api/index.html">C API reference</a></li>
+<li><a href="http://qpid.apache.org/releases/qpid-0.24/messaging-api/cpp/examples/index.html">C examples</a></li>
+<li><a href="http://qpid.apache.org/releases/qpid-0.24/messaging-api/perl/examples/index.html">Perl examples</a></li>
+<li><a href="http://qpid.apache.org/releases/qpid-0.24/messaging-api/python/api/index.html">Python API reference</a></li>
+<li><a href="http://qpid.apache.org/releases/qpid-0.24/messaging-api/python/examples/index.html">Python examples</a></li>
+<li><a href="http://qpid.apache.org/releases/qpid-0.24/messaging-api/ruby/api/index.html">Ruby API reference</a></li>
+<li><a href="http://qpid.apache.org/releases/qpid-0.24/messaging-api/ruby/examples/index.html">Ruby examples</a></li>
+<li><a href="http://qpid.apache.org/releases/qpid-0.24/programming/book/ch05.html">The .NET Binding for the C++ Messaging Client</a></li>
+<li><a href="http://qpid.apache.org/releases/qpid-0.24/messaging-api/dotnet/api/index.html">.NET API reference</a></li>
+<li><a href="http://qpid.apache.org/releases/qpid-0.24/messaging-api/dotnet/examples/index.html">.NET examples</a></li>
+<li><a href="http://svn.apache.org/repos/asf/qpid/tags/0.24/qpid/cpp/INSTALL">Installing Qpid C++</a></li>
+<li><a href="http://svn.apache.org/repos/asf/qpid/tags/0.24/qpid/python/README.txt">Installing Qpid Python</a></li>
+<li><a href="http://svn.apache.org/repos/asf/qpid/tags/0.24/qpid/cpp/bindings/qpid/ruby/README.rdoc">Installing the Ruby Messaging API</a></li>
+<li><a href="http://svn.apache.org/repos/asf/qpid/tags/0.24/qpid/cpp/bindings/qpid/dotnet/ReadMe.txt">Installing the .NET Messaging API</a></li>
 </ul>
 
 </div>
@@ -94,11 +94,11 @@ find previous versions with our
 
 <table>
 <tbody>
-<tr><td><em>C++</em></td><td><a href="http://qpid.apache.org/releases/qpid-0.22/messaging-api/cpp/examples/hello_world.cpp.html">hello_world.cpp</a></td><td><a href="http://qpid.apache.org/releases/qpid-0.22/messaging-api/cpp/examples/client.cpp.html">client.cpp</a></td><td><a href="http://qpid.apache.org/releases/qpid-0.22/messaging-api/cpp/examples/server.cpp.html">server.cpp</a></td><td><a href="http://qpid.apache.org/releases/qpid-0.22/messaging-api/cpp/examples/spout.cpp.html">spout.cpp</a></td><td><a href="http://qpid.apache.org/releases/qpid-0.22/messaging-api/cpp/examples/drain.cpp.html">drain.cpp</a></td></tr>
-<tr><td><em>Perl</em></td><td><a href="http://qpid.apache.org/releases/qpid-0.22/messaging-api/perl/examples/hello_world.pl.html">hello_world.pl</a></td><td><a href="http://qpid.apache.org/releases/qpid-0.22/messaging-api/perl/examples/client.pl.html">client.pl</a></td><td><a href="http://qpid.apache.org/releases/qpid-0.22/messaging-api/perl/examples/server.pl.html">server.pl</a></td><td><a href="http://qpid.apache.org/releases/qpid-0.22/messaging-api/perl/examples/spout.pl.html">spout.pl</a></td><td><a href="http://qpid.apache.org/releases/qpid-0.22/messaging-api/perl/examples/drain.pl.html">drain.pl</a></td></tr>
-<tr><td><em>Python</em></td><td><a href="http://qpid.apache.org/releases/qpid-0.22/messaging-api/python/examples/hello.html">hello</a></td><td></td><td></td><td><a href="http://qpid.apache.org/releases/qpid-0.22/messaging-api/python/examples/spout.html">spout</a></td><td><a href="http://qpid.apache.org/releases/qpid-0.22/messaging-api/python/examples/drain.html">drain</a></td></tr>
-<tr><td><em>Ruby</em></td><td><a href="http://qpid.apache.org/releases/qpid-0.22/messaging-api/ruby/examples/hello_world.rb.html">hello_world.rb</a></td><td><a href="http://qpid.apache.org/releases/qpid-0.22/messaging-api/ruby/examples/client.rb.html">client.rb</a></td><td><a href="http://qpid.apache.org/releases/qpid-0.22/messaging-api/ruby/examples/server.rb.html">server.rb</a></td><td><a href="http://qpid.apache.org/releases/qpid-0.22/messaging-api/ruby/examples/spout.rb.html">spout.rb</a></td><td><a href="http://qpid.apache.org/releases/qpid-0.22/messaging-api/ruby/examples/drain.rb.html">drain.rb</a></td></tr>
-<tr><td><em>.NET</em></td><td><a href="http://qpid.apache.org/releases/qpid-0.22/messaging-api/dotnet/examples/csharp.example.helloworld.cs.html">helloworld.cs</a></td><td><a href="http://qpid.apache.org/releases/qpid-0.22/messaging-api/dotnet/examples/csharp.example.client.cs.html">client.cs</a></td><td><a href="http://qpid.apache.org/releases/qpid-0.22/messaging-api/dotnet/examples/csharp.example.server.cs.html">server.cs</a></td><td><a href="http://qpid.apache.org/releases/qpid-0.22/messaging-api/dotnet/examples/csharp.example.spout.cs.html">spout.cs</a></td><td><a href="http://qpid.apache.org/releases/qpid-0.22/messaging-api/dotnet/examples/csharp.example.drain.cs.html">drain.cs</a></td></tr>
+<tr><td><em>C++</em></td><td><a href="http://qpid.apache.org/releases/qpid-0.24/messaging-api/cpp/examples/hello_world.cpp.html">hello_world.cpp</a></td><td><a href="http://qpid.apache.org/releases/qpid-0.24/messaging-api/cpp/examples/client.cpp.html">client.cpp</a></td><td><a href="http://qpid.apache.org/releases/qpid-0.24/messaging-api/cpp/examples/server.cpp.html">server.cpp</a></td><td><a href="http://qpid.apache.org/releases/qpid-0.24/messaging-api/cpp/examples/spout.cpp.html">spout.cpp</a></td><td><a href="http://qpid.apache.org/releases/qpid-0.24/messaging-api/cpp/examples/drain.cpp.html">drain.cpp</a></td></tr>
+<tr><td><em>Perl</em></td><td><a href="http://qpid.apache.org/releases/qpid-0.24/messaging-api/perl/examples/hello_world.pl.html">hello_world.pl</a></td><td><a href="http://qpid.apache.org/releases/qpid-0.24/messaging-api/perl/examples/client.pl.html">client.pl</a></td><td><a href="http://qpid.apache.org/releases/qpid-0.24/messaging-api/perl/examples/server.pl.html">server.pl</a></td><td><a href="http://qpid.apache.org/releases/qpid-0.24/messaging-api/perl/examples/spout.pl.html">spout.pl</a></td><td><a href="http://qpid.apache.org/releases/qpid-0.24/messaging-api/perl/examples/drain.pl.html">drain.pl</a></td></tr>
+<tr><td><em>Python</em></td><td><a href="http://qpid.apache.org/releases/qpid-0.24/messaging-api/python/examples/hello.html">hello</a></td><td></td><td></td><td><a href="http://qpid.apache.org/releases/qpid-0.24/messaging-api/python/examples/spout.html">spout</a></td><td><a href="http://qpid.apache.org/releases/qpid-0.24/messaging-api/python/examples/drain.html">drain</a></td></tr>
+<tr><td><em>Ruby</em></td><td><a href="http://qpid.apache.org/releases/qpid-0.24/messaging-api/ruby/examples/hello_world.rb.html">hello_world.rb</a></td><td><a href="http://qpid.apache.org/releases/qpid-0.24/messaging-api/ruby/examples/client.rb.html">client.rb</a></td><td><a href="http://qpid.apache.org/releases/qpid-0.24/messaging-api/ruby/examples/server.rb.html">server.rb</a></td><td><a href="http://qpid.apache.org/releases/qpid-0.24/messaging-api/ruby/examples/spout.rb.html">spout.rb</a></td><td><a href="http://qpid.apache.org/releases/qpid-0.24/messaging-api/ruby/examples/drain.rb.html">drain.rb</a></td></tr>
+<tr><td><em>.NET</em></td><td><a href="http://qpid.apache.org/releases/qpid-0.24/messaging-api/dotnet/examples/csharp.example.helloworld.cs.html">helloworld.cs</a></td><td><a href="http://qpid.apache.org/releases/qpid-0.24/messaging-api/dotnet/examples/csharp.example.client.cs.html">client.cs</a></td><td><a href="http://qpid.apache.org/releases/qpid-0.24/messaging-api/dotnet/examples/csharp.example.server.cs.html">server.cs</a></td><td><a href="http://qpid.apache.org/releases/qpid-0.24/messaging-api/dotnet/examples/csharp.example.spout.cs.html">spout.cs</a></td><td><a href="http://qpid.apache.org/releases/qpid-0.24/messaging-api/dotnet/examples/csharp.example.drain.cs.html">drain.cs</a></td></tr>
 </tbody>
 </table>
 

Modified: qpid/site/docs/components/qmf/index.html
URL: http://svn.apache.org/viewvc/qpid/site/docs/components/qmf/index.html?rev=1520773&r1=1520772&r2=1520773&view=diff
==============================================================================
--- qpid/site/docs/components/qmf/index.html (original)
+++ qpid/site/docs/components/qmf/index.html Sat Sep  7 14:13:31 2013
@@ -59,7 +59,7 @@ easy-to-use manageability to a large set
 <tr><td><em>Languages</em></td><td>C++, Python</td></tr>
 <tr><td><em>Platforms</em></td><td>Linux</td></tr>
 <tr><td><em>AMQP versions</em></td><td>0-10</td></tr>
-<tr><td><em>Downloads</em></td><td><a href="http://www.apache.org/dyn/closer.cgi/qpid/0.22/qpid-cpp-0.22.tar.gz">qpid-cpp-0.22.tar.gz</a> [<a href="http://www.apache.org/dist/qpid/0.22/qpid-cpp-0.22.tar.gz.asc">PGP</a>], <a href="http://www.apache.org/dyn/closer.cgi/qpid/0.22/qpid-qmf-0.22.tar.gz">qpid-qmf-0.22.tar.gz</a> [<a href="http://www.apache.org/dist/qpid/0.22/qpid-qmf-0.22.tar.gz.asc">PGP</a>]</td></tr>
+<tr><td><em>Downloads</em></td><td><a href="http://www.apache.org/dyn/closer.cgi/qpid/0.24/qpid-cpp-0.24.tar.gz">qpid-cpp-0.24.tar.gz</a> [<a href="http://www.apache.org/dist/qpid/0.24/qpid-cpp-0.24.tar.gz.asc">PGP</a>], <a href="http://www.apache.org/dyn/closer.cgi/qpid/0.24/qpid-qmf-0.24.tar.gz">qpid-qmf-0.24.tar.gz</a> [<a href="http://www.apache.org/dist/qpid/0.24/qpid-qmf-0.24.tar.gz.asc">PGP</a>]</td></tr>
 <tr><td><em>Source location</em></td><td><a href="http://svn.apache.org/repos/asf/qpid/trunk/qpid/cpp/">http://svn.apache.org/repos/asf/qpid/trunk/qpid/cpp/</a>,<br/> <a href="http://svn.apache.org/repos/asf/qpid/trunk/qpid/extras/qmf/">http://svn.apache.org/repos/asf/qpid/trunk/qpid/extras/qmf/</a></td></tr>
 </tbody>
 </table>
@@ -73,12 +73,12 @@ find previous versions with our
 <div class="two-column">
 
 <ul>
-<li><a href="http://qpid.apache.org/releases/qpid-0.22/cpp-broker/book/ch02s02.html">Introduction</a></li>
-<li><a href="http://qpid.apache.org/releases/qpid-0.22/qmf/cpp/api/index.html">C++ API reference</a></li>
-<li><a href="http://qpid.apache.org/releases/qpid-0.22/qmf/cpp/examples/index.html">C++ examples</a></li>
-<li><a href="http://qpid.apache.org/releases/qpid-0.22/qmf/python/examples/index.html">Python examples</a></li>
-<li><a href="http://qpid.apache.org/releases/qpid-0.22/qmf/ruby/examples/index.html">Ruby examples</a></li>
-<li><a href="http://svn.apache.org/repos/asf/qpid/tags/0.22/qpid/cpp/INSTALL">Installing Qpid C++</a></li>
+<li><a href="http://qpid.apache.org/releases/qpid-0.24/cpp-broker/book/ch02s02.html">Introduction</a></li>
+<li><a href="http://qpid.apache.org/releases/qpid-0.24/qmf/cpp/api/index.html">C++ API reference</a></li>
+<li><a href="http://qpid.apache.org/releases/qpid-0.24/qmf/cpp/examples/index.html">C++ examples</a></li>
+<li><a href="http://qpid.apache.org/releases/qpid-0.24/qmf/python/examples/index.html">Python examples</a></li>
+<li><a href="http://qpid.apache.org/releases/qpid-0.24/qmf/ruby/examples/index.html">Ruby examples</a></li>
+<li><a href="http://svn.apache.org/repos/asf/qpid/tags/0.24/qpid/cpp/INSTALL">Installing Qpid C++</a></li>
 <li><a href="https://cwiki.apache.org/confluence/display/qpid/qmf+map+message+protocol">Map message protocol</a></li>
 </ul>
 

Modified: qpid/site/docs/components/qpid-jca/index.html
URL: http://svn.apache.org/viewvc/qpid/site/docs/components/qpid-jca/index.html?rev=1520773&r1=1520772&r2=1520773&view=diff
==============================================================================
--- qpid/site/docs/components/qpid-jca/index.html (original)
+++ qpid/site/docs/components/qpid-jca/index.html Sat Sep  7 14:13:31 2013
@@ -59,7 +59,7 @@ EE applications and AMQP 0-10 message br
 <tr><td><em>Languages</em></td><td>Java</td></tr>
 <tr><td><em>Platforms</em></td><td>JVM</td></tr>
 <tr><td><em>AMQP versions</em></td><td>0-10</td></tr>
-<tr><td><em>Download</em></td><td><a href="http://www.apache.org/dyn/closer.cgi/qpid/0.22/qpid-java-0.22.tar.gz">qpid-java-0.22.tar.gz</a> [<a href="http://www.apache.org/dist/qpid/0.22/qpid-java-0.22.tar.gz.asc">PGP</a>]</td></tr>
+<tr><td><em>Download</em></td><td><a href="http://www.apache.org/dyn/closer.cgi/qpid/0.24/qpid-java-0.24.tar.gz">qpid-java-0.24.tar.gz</a> [<a href="http://www.apache.org/dist/qpid/0.24/qpid-java-0.24.tar.gz.asc">PGP</a>]</td></tr>
 <tr><td><em>Source location</em></td><td><a href="http://svn.apache.org/repos/asf/qpid/trunk/qpid/java/jca/">http://svn.apache.org/repos/asf/qpid/trunk/qpid/java/jca/</a></td></tr>
 </tbody>
 </table>
@@ -86,12 +86,12 @@ find previous versions with our
 <div class="two-column">
 
 <ul>
-<li><a href="http://svn.apache.org/repos/asf/qpid/tags/0.22/qpid/java/jca/README.txt">README</a></li>
-<li><a href="http://svn.apache.org/repos/asf/qpid/tags/0.22/qpid/java/jca/README-JBOSS.txt">Connect with JBoss EAP 5</a></li>
-<li><a href="http://svn.apache.org/repos/asf/qpid/tags/0.22/qpid/java/jca/README-JBOSS-EAP6.txt">Connect with JBoss EAP 6</a></li>
-<li><a href="http://svn.apache.org/repos/asf/qpid/tags/0.22/qpid/java/jca/README-GERONIMO.txt">Connect with Geronimo</a></li>
-<li><a href="http://svn.apache.org/repos/asf/qpid/tags/0.22/qpid/java/jca/example/README-GLASSFISH.txt">Connect with Glassfish</a></li>
-<li><a href="http://svn.apache.org/repos/asf/qpid/tags/0.22/qpid/java/jca/example/">Examples</a></li>
+<li><a href="http://svn.apache.org/repos/asf/qpid/tags/0.24/qpid/java/jca/README.txt">README</a></li>
+<li><a href="http://svn.apache.org/repos/asf/qpid/tags/0.24/qpid/java/jca/README-JBOSS.txt">Connect with JBoss EAP 5</a></li>
+<li><a href="http://svn.apache.org/repos/asf/qpid/tags/0.24/qpid/java/jca/README-JBOSS-EAP6.txt">Connect with JBoss EAP 6</a></li>
+<li><a href="http://svn.apache.org/repos/asf/qpid/tags/0.24/qpid/java/jca/README-GERONIMO.txt">Connect with Geronimo</a></li>
+<li><a href="http://svn.apache.org/repos/asf/qpid/tags/0.24/qpid/java/jca/example/README-GLASSFISH.txt">Connect with Glassfish</a></li>
+<li><a href="http://svn.apache.org/repos/asf/qpid/tags/0.24/qpid/java/jca/example/">Examples</a></li>
 </ul>
 
 </div>

Modified: qpid/site/docs/components/qpid-jms/index.html
URL: http://svn.apache.org/viewvc/qpid/site/docs/components/qpid-jms/index.html?rev=1520773&r1=1520772&r2=1520773&view=diff
==============================================================================
--- qpid/site/docs/components/qpid-jms/index.html (original)
+++ qpid/site/docs/components/qpid-jms/index.html Sat Sep  7 14:13:31 2013
@@ -58,7 +58,7 @@ implementation that speaks all versions 
 <tr><td><em>Languages</em></td><td>Java</td></tr>
 <tr><td><em>Platforms</em></td><td>JVM</td></tr>
 <tr><td><em>AMQP versions</em></td><td>1.0*, 0-10, 0-91, 0-9, 0-8</td></tr>
-<tr><td><em>Downloads</em></td><td>AMQP 0-10, 0-91, 0-9, 0-8: <a href="http://www.apache.org/dyn/closer.cgi/qpid/0.22/qpid-java-client-0.22.tar.gz">qpid-java-client-0.22.tar.gz</a> [<a href="http://www.apache.org/dist/qpid/0.22/qpid-java-client-0.22.tar.gz.asc">PGP</a>],<br/>AMQP 1.0: <a href="http://www.apache.org/dyn/closer.cgi/qpid/0.22/qpid-java-amqp-1-0-client-jms-0.22.tar.gz">qpid-java-amqp-1-0-client-jms-0.22.tar.gz</a> [<a href="http://www.apache.org/dist/qpid/0.22/qpid-java-amqp-1-0-client-jms-0.22.tar.gz.asc">PGP</a>]</td></tr>
+<tr><td><em>Downloads</em></td><td>AMQP 0-10, 0-91, 0-9, 0-8: <a href="http://www.apache.org/dyn/closer.cgi/qpid/0.24/qpid-java-client-0.24.tar.gz">qpid-java-client-0.24.tar.gz</a> [<a href="http://www.apache.org/dist/qpid/0.24/qpid-java-client-0.24.tar.gz.asc">PGP</a>],<br/>AMQP 1.0: <a href="http://www.apache.org/dyn/closer.cgi/qpid/0.24/qpid-java-amqp-1-0-client-jms-0.24.tar.gz">qpid-java-amqp-1-0-client-jms-0.24.tar.gz</a> [<a href="http://www.apache.org/dist/qpid/0.24/qpid-java-amqp-1-0-client-jms-0.24.tar.gz.asc">PGP</a>]</td></tr>
 <tr><td><em>Source location</em></td><td><a href="http://svn.apache.org/repos/asf/qpid/trunk/qpid/java/">http://svn.apache.org/repos/asf/qpid/trunk/qpid/java/</a></td></tr>
 </tbody>
 </table>
@@ -78,7 +78,7 @@ older protocol versions.</p>
 <li>Pluggable authentication supporting LDAP, Kerberos, and SSL certificates</li>
 <li>Secure connection via SSL</li>
 <li>Transactions</li>
-<li><a href="http://qpid.apache.org/releases/qpid-0.22/programming/book/section-JMS-Logging.html">Flexible logging</a></li>
+<li><a href="http://qpid.apache.org/releases/qpid-0.24/programming/book/section-JMS-Logging.html">Flexible logging</a></li>
 <li>Failover</li>
 <li>Heartbeats</li>
 </ul>
@@ -94,9 +94,9 @@ find previous versions with our
 <div class="two-column">
 
 <ul>
-<li><a href="http://qpid.apache.org/releases/qpid-0.22/programming/book/QpidJMS.html">Using the Qpid JMS client</a></li>
+<li><a href="http://qpid.apache.org/releases/qpid-0.24/programming/book/QpidJMS.html">Using the Qpid JMS client</a></li>
 <li><a href="http://docs.oracle.com/javaee/1.4/api/javax/jms/package-summary.html">API reference</a></li>
-<li><a href="http://qpid.apache.org/releases/qpid-0.22/qpid-jms/examples/index.html">Examples</a></li>
+<li><a href="http://qpid.apache.org/releases/qpid-0.24/qpid-jms/examples/index.html">Examples</a></li>
 <li><a href="https://cwiki.apache.org/confluence/display/qpid/qpid+java+build+how+to">How to build Qpid Java</a></li>
 </ul>
 

Modified: qpid/site/docs/components/qpid-wcf/index.html
URL: http://svn.apache.org/viewvc/qpid/site/docs/components/qpid-wcf/index.html?rev=1520773&r1=1520772&r2=1520773&view=diff
==============================================================================
--- qpid/site/docs/components/qpid-wcf/index.html (original)
+++ qpid/site/docs/components/qpid-wcf/index.html Sat Sep  7 14:13:31 2013
@@ -58,7 +58,7 @@ channel implementation that speaks AMQP.
 <tr><td><em>Languages</em></td><td>.NET</td></tr>
 <tr><td><em>Platforms</em></td><td>Windows</td></tr>
 <tr><td><em>AMQP versions</em></td><td>0-10</td></tr>
-<tr><td><em>Downloads</em></td><td><a href="http://www.apache.org/dyn/closer.cgi/qpid/0.22/qpid-wcf-0.22.zip">qpid-wcf-0.22.zip</a> [<a href="http://www.apache.org/dist/qpid/0.22/qpid-wcf-0.22.zip.asc">PGP</a>]</td></tr>
+<tr><td><em>Downloads</em></td><td><a href="http://www.apache.org/dyn/closer.cgi/qpid/0.24/qpid-wcf-0.24.zip">qpid-wcf-0.24.zip</a> [<a href="http://www.apache.org/dist/qpid/0.24/qpid-wcf-0.24.zip.asc">PGP</a>]</td></tr>
 <tr><td><em>Source location</em></td><td><a href="http://svn.apache.org/repos/asf/qpid/trunk/qpid/wcf/">http://svn.apache.org/repos/asf/qpid/trunk/qpid/wcf/</a></td></tr>
 </tbody>
 </table>
@@ -72,8 +72,8 @@ channel implementation that speaks AMQP.
 <li>WCF channel model programming using <code>IInputChannel</code>- and <code>IOutputChannel</code>-based factories</li>
 <li>WCF-to-WCF applications using SOAP message encoders</li>
 <li>WCF-to-non-WCF applications using raw content encoders</li>
-<li><a href="http://qpid.apache.org/releases/qpid-0.22/programming/book/ch04s04.html">Secure connection via SSL</a></li>
-<li><a href="http://qpid.apache.org/releases/qpid-0.22/programming/book/ch04s05.html">Full distributed transactions</a></li>
+<li><a href="http://qpid.apache.org/releases/qpid-0.24/programming/book/ch04s04.html">Secure connection via SSL</a></li>
+<li><a href="http://qpid.apache.org/releases/qpid-0.24/programming/book/ch04s05.html">Full distributed transactions</a></li>
 <li>Programmatic access to AMQP message properties on WCF messages</li>
 </ul>
 
@@ -88,10 +88,10 @@ find previous versions with our
 <div class="two-column">
 
 <ul>
-<li><a href="http://svn.apache.org/repos/asf/qpid/tags/0.22/qpid/wcf/ReadMe.txt">README</a></li>
-<li><a href="http://qpid.apache.org/releases/qpid-0.22/programming/book/QpidWCF.html">Using the Qpid WCF client</a></li>
+<li><a href="http://svn.apache.org/repos/asf/qpid/tags/0.24/qpid/wcf/ReadMe.txt">README</a></li>
+<li><a href="http://qpid.apache.org/releases/qpid-0.24/programming/book/QpidWCF.html">Using the Qpid WCF client</a></li>
 <li><a href="http://msdn.microsoft.com/en-us/library/vstudio/ms735119(v=vs.90).aspx">API reference</a></li>
-<li><a href="http://svn.apache.org/repos/asf/qpid/tags/0.22/qpid/wcf/samples">Examples</a></li>
+<li><a href="http://svn.apache.org/repos/asf/qpid/tags/0.24/qpid/wcf/samples">Examples</a></li>
 </ul>
 
 </div>

Modified: qpid/site/docs/developer.html
URL: http://svn.apache.org/viewvc/qpid/site/docs/developer.html?rev=1520773&r1=1520772&r2=1520773&view=diff
==============================================================================
--- qpid/site/docs/developer.html (original)
+++ qpid/site/docs/developer.html Sat Sep  7 14:13:31 2013
@@ -88,16 +88,15 @@
 <h2 id="upcoming-releases">Upcoming releases</h2>
 
 <ul>
-<li><a href="https://cwiki.apache.org/confluence/display/qpid/0.26+Release">Qpid 0.26</a> - Opened 17 July</li>
-<li><a href="https://cwiki.apache.org/confluence/display/qpid/0.24+release">Qpid 0.24</a> - For release in August</li>
-<li><a href="https://cwiki.apache.org/confluence/display/qpid/AMQP+1.0+Roadmap#AMQP1.0Roadmap-0.5Release">Qpid Proton 0.5</a> - For release in August</li>
+<li><a href="https://cwiki.apache.org/confluence/display/qpid/0.26+Release">Qpid 0.26</a> - For release in January</li>
+<li><a href="https://cwiki.apache.org/confluence/display/qpid/AMQP+1.0+Roadmap#AMQP1.0Roadmap-0.6Release">Qpid Proton 0.6</a></li>
 </ul>
 
 <h2 id="current-releases">Current releases</h2>
 
 <ul>
-<li><a href="https://cwiki.apache.org/confluence/display/qpid/0.22+release">Qpid 0.22</a> - 13 June</li>
-<li><a href="https://cwiki.apache.org/confluence/display/qpid/AMQP+1.0+Roadmap#AMQP1.0Roadmap-0.4release%2CFeb11th2012">Qpid Proton 0.4</a> - 25 February</li>
+<li><a href="https://cwiki.apache.org/confluence/display/qpid/0.24+release">Qpid 0.24</a> - 7 September</li>
+<li><a href="https://cwiki.apache.org/confluence/display/qpid/AMQP+1.0+Roadmap#AMQP1.0Roadmap-0.5Release">Qpid Proton 0.5</a> - 27 August</li>
 </ul>
 
 <hr style="clear: right;"/>

Modified: qpid/site/docs/documentation.html
URL: http://svn.apache.org/viewvc/qpid/site/docs/documentation.html?rev=1520773&r1=1520772&r2=1520773&view=diff
==============================================================================
--- qpid/site/docs/documentation.html (original)
+++ qpid/site/docs/documentation.html Sat Sep  7 14:13:31 2013
@@ -50,7 +50,7 @@
         <h1 id="documentation">Documentation</h1>
 
 <p>The documentation on this page is for our current releases,
-<a href="http://qpid.apache.org/releases/qpid-0.22/index.html">Qpid 0.22</a> and <a href="http://qpid.apache.org/releases/qpid-proton-0.5/index.html">Qpid Proton 0.5</a>.  You can
+<a href="http://qpid.apache.org/releases/qpid-0.24/index.html">Qpid 0.24</a> and <a href="http://qpid.apache.org/releases/qpid-proton-0.5/index.html">Qpid Proton 0.5</a>.  You can
 find older versions with our
 <a href="http://qpid.apache.org/releases/index.html#past-releases">past releases</a>.</p>
 
@@ -87,43 +87,43 @@ find older versions with our
 
 <ul>
 <li><a href="http://qpid.apache.org/components/qpid-jca/index.html">Overview</a></li>
-<li><a href="http://svn.apache.org/repos/asf/qpid/tags/0.22/qpid/java/jca/README.txt">README</a></li>
-<li><a href="http://svn.apache.org/repos/asf/qpid/tags/0.22/qpid/java/jca/example/">Examples</a></li>
+<li><a href="http://svn.apache.org/repos/asf/qpid/tags/0.24/qpid/java/jca/README.txt">README</a></li>
+<li><a href="http://svn.apache.org/repos/asf/qpid/tags/0.24/qpid/java/jca/example/">Examples</a></li>
 </ul>
 
 <h3 id="qpid-jms">Qpid JMS</h3>
 
 <ul>
 <li><a href="http://qpid.apache.org/components/qpid-jms/index.html">Overview</a></li>
-<li><a href="http://qpid.apache.org/releases/qpid-0.22/programming/book/QpidJMS.html">Using the Qpid JMS client</a> (<a href="http://qpid.apache.org/releases/qpid-0.22/programming/programming-book.pdf">PDF</a>)</li>
+<li><a href="http://qpid.apache.org/releases/qpid-0.24/programming/book/QpidJMS.html">Using the Qpid JMS client</a> (<a href="http://qpid.apache.org/releases/qpid-0.24/programming/programming-book.pdf">PDF</a>)</li>
 <li><a href="http://docs.oracle.com/javaee/1.4/api/javax/jms/package-summary.html">API reference</a></li>
-<li><a href="http://qpid.apache.org/releases/qpid-0.22/qpid-jms/examples/index.html">Examples</a></li>
+<li><a href="http://qpid.apache.org/releases/qpid-0.24/qpid-jms/examples/index.html">Examples</a></li>
 </ul>
 
 <h3 id="qpid-messaging-api">Qpid Messaging API</h3>
 
 <ul>
 <li><a href="http://qpid.apache.org/components/messaging-api/index.html">Overview</a></li>
-<li><a href="http://qpid.apache.org/releases/qpid-0.22/programming/book/ch02.html">Using the Qpid Messaging API</a> (<a href="http://qpid.apache.org/releases/qpid-0.22/programming/programming-book.pdf">PDF</a>)</li>
-<li><a href="http://qpid.apache.org/releases/qpid-0.22/programming/book/ch05.html">The .NET Binding for the C++ Messaging Client</a></li>
-<li><a href="http://qpid.apache.org/releases/qpid-0.22/messaging-api/dotnet/api/index.html">.NET API reference</a></li>
-<li><a href="http://qpid.apache.org/releases/qpid-0.22/messaging-api/dotnet/examples/index.html">.NET examples</a></li>
-<li><a href="http://qpid.apache.org/releases/qpid-0.22/messaging-api/cpp/api/index.html">C++ API reference</a></li>
-<li><a href="http://qpid.apache.org/releases/qpid-0.22/messaging-api/cpp/examples/index.html">C++ examples</a></li>
-<li><a href="http://qpid.apache.org/releases/qpid-0.22/messaging-api/python/api/index.html">Python API reference</a></li>
-<li><a href="http://qpid.apache.org/releases/qpid-0.22/messaging-api/python/examples/index.html">Python examples</a></li>
-<li><a href="http://qpid.apache.org/releases/qpid-0.22/messaging-api/ruby/api/index.html">Ruby API reference</a></li>
-<li><a href="http://qpid.apache.org/releases/qpid-0.22/messaging-api/ruby/examples/index.html">Ruby examples</a></li>
+<li><a href="http://qpid.apache.org/releases/qpid-0.24/programming/book/ch02.html">Using the Qpid Messaging API</a> (<a href="http://qpid.apache.org/releases/qpid-0.24/programming/programming-book.pdf">PDF</a>)</li>
+<li><a href="http://qpid.apache.org/releases/qpid-0.24/programming/book/ch05.html">The .NET Binding for the C++ Messaging Client</a></li>
+<li><a href="http://qpid.apache.org/releases/qpid-0.24/messaging-api/dotnet/api/index.html">.NET API reference</a></li>
+<li><a href="http://qpid.apache.org/releases/qpid-0.24/messaging-api/dotnet/examples/index.html">.NET examples</a></li>
+<li><a href="http://qpid.apache.org/releases/qpid-0.24/messaging-api/cpp/api/index.html">C++ API reference</a></li>
+<li><a href="http://qpid.apache.org/releases/qpid-0.24/messaging-api/cpp/examples/index.html">C++ examples</a></li>
+<li><a href="http://qpid.apache.org/releases/qpid-0.24/messaging-api/python/api/index.html">Python API reference</a></li>
+<li><a href="http://qpid.apache.org/releases/qpid-0.24/messaging-api/python/examples/index.html">Python examples</a></li>
+<li><a href="http://qpid.apache.org/releases/qpid-0.24/messaging-api/ruby/api/index.html">Ruby API reference</a></li>
+<li><a href="http://qpid.apache.org/releases/qpid-0.24/messaging-api/ruby/examples/index.html">Ruby examples</a></li>
 </ul>
 
 <h3 id="qpid-wcf">Qpid WCF</h3>
 
 <ul>
 <li><a href="http://qpid.apache.org/components/qpid-wcf/index.html">Overview</a></li>
-<li><a href="http://svn.apache.org/repos/asf/qpid/tags/0.22/qpid/wcf/ReadMe.txt">README</a></li>
-<li><a href="http://qpid.apache.org/releases/qpid-0.22/programming/book/QpidWCF.html">Using the Qpid WCF client</a> (<a href="http://qpid.apache.org/releases/qpid-0.22/programming/programming-book.pdf">PDF</a>)</li>
+<li><a href="http://svn.apache.org/repos/asf/qpid/tags/0.24/qpid/wcf/ReadMe.txt">README</a></li>
+<li><a href="http://qpid.apache.org/releases/qpid-0.24/programming/book/QpidWCF.html">Using the Qpid WCF client</a> (<a href="http://qpid.apache.org/releases/qpid-0.24/programming/programming-book.pdf">PDF</a>)</li>
 <li><a href="http://msdn.microsoft.com/en-us/library/vstudio/ms735119(v=vs.90).aspx">API reference</a></li>
-<li><a href="http://svn.apache.org/repos/asf/qpid/tags/0.22/qpid/wcf/samples">Examples</a></li>
+<li><a href="http://svn.apache.org/repos/asf/qpid/tags/0.24/qpid/wcf/samples">Examples</a></li>
 </ul>
 
 </div>
@@ -140,7 +140,7 @@ find older versions with our
 
 <ul>
 <li><a href="http://qpid.apache.org/components/cpp-broker/index.html">Overview</a></li>
-<li><a href="http://qpid.apache.org/releases/qpid-0.22/cpp-broker/book/index.html">C++ broker book</a> (<a href="http://qpid.apache.org/releases/qpid-0.22/cpp-broker/cpp-broker-book.pdf">PDF</a>)</li>
+<li><a href="http://qpid.apache.org/releases/qpid-0.24/cpp-broker/book/index.html">C++ broker book</a> (<a href="http://qpid.apache.org/releases/qpid-0.24/cpp-broker/cpp-broker-book.pdf">PDF</a>)</li>
 </ul>
 
 <h3 id="dispatch-router">Dispatch router</h3>
@@ -156,18 +156,18 @@ find older versions with our
 
 <ul>
 <li><a href="http://qpid.apache.org/components/java-broker/index.html">Overview</a></li>
-<li><a href="http://qpid.apache.org/releases/qpid-0.22/java-broker/book/index.html">Java broker book</a> (<a href="http://qpid.apache.org/releases/qpid-0.22/java-broker/java-broker-book.pdf">PDF</a>)</li>
+<li><a href="http://qpid.apache.org/releases/qpid-0.24/java-broker/book/index.html">Java broker book</a> (<a href="http://qpid.apache.org/releases/qpid-0.24/java-broker/java-broker-book.pdf">PDF</a>)</li>
 </ul>
 
 <h3 id="qmf">QMF</h3>
 
 <ul>
 <li><a href="http://qpid.apache.org/components/qmf/index.html">Overview</a></li>
-<li><a href="http://qpid.apache.org/releases/qpid-0.22/cpp-broker/book/ch02s02.html">Introduction</a></li>
-<li><a href="http://qpid.apache.org/releases/qpid-0.22/qmf/cpp/api/index.html">C++ API reference</a></li>
-<li><a href="http://qpid.apache.org/releases/qpid-0.22/qmf/cpp/examples/index.html">C++ examples</a></li>
-<li><a href="http://qpid.apache.org/releases/qpid-0.22/qmf/python/examples/index.html">Python examples</a></li>
-<li><a href="http://qpid.apache.org/releases/qpid-0.22/qmf/ruby/examples/index.html">Ruby examples</a></li>
+<li><a href="http://qpid.apache.org/releases/qpid-0.24/cpp-broker/book/ch02s02.html">Introduction</a></li>
+<li><a href="http://qpid.apache.org/releases/qpid-0.24/qmf/cpp/api/index.html">C++ API reference</a></li>
+<li><a href="http://qpid.apache.org/releases/qpid-0.24/qmf/cpp/examples/index.html">C++ examples</a></li>
+<li><a href="http://qpid.apache.org/releases/qpid-0.24/qmf/python/examples/index.html">Python examples</a></li>
+<li><a href="http://qpid.apache.org/releases/qpid-0.24/qmf/ruby/examples/index.html">Ruby examples</a></li>
 </ul>
 
 </div>

Modified: qpid/site/docs/download.html
URL: http://svn.apache.org/viewvc/qpid/site/docs/download.html?rev=1520773&r1=1520772&r2=1520773&view=diff
==============================================================================
--- qpid/site/docs/download.html (original)
+++ qpid/site/docs/download.html Sat Sep  7 14:13:31 2013
@@ -54,7 +54,7 @@
 
 <p>Qpid's source artefacts are produced as part of our community release
 process.  The downloads on this page are from our current releases,
-<a href="http://qpid.apache.org/releases/qpid-0.22/index.html">Qpid 0.22</a> and <a href="http://qpid.apache.org/releases/qpid-proton-0.5/index.html">Qpid Proton 0.5</a>.  You can
+<a href="http://qpid.apache.org/releases/qpid-0.24/index.html">Qpid 0.24</a> and <a href="http://qpid.apache.org/releases/qpid-proton-0.5/index.html">Qpid Proton 0.5</a>.  You can
 also see our
 <a href="http://qpid.apache.org/releases/index.html#past-releases">past releases</a>.</p>
 
@@ -68,12 +68,12 @@ the files you download.</p>
 <tr><td><em>Content</em></td><td><em>Download</em></td><td><em>Signature</em></td></tr>
 <tr><td><a href="http://qpid.apache.org/components/messenger/index.html">AMQP Messenger</a></td><td><a href="http://www.apache.org/dyn/closer.cgi/qpid/proton/0.5/qpid-proton-0.5.tar.gz">qpid-proton-0.5.tar.gz</a></td><td><a href="http://www.apache.org/dist/qpid/proton/0.5/qpid-proton-0.5.tar.gz.asc">PGP</a></td></tr>
 <tr><td><a href="http://qpid.apache.org/components/protocol-engine/index.html">AMQP Protocol Engine</a></td><td><a href="http://www.apache.org/dyn/closer.cgi/qpid/proton/0.5/qpid-proton-0.5.tar.gz">qpid-proton-0.5.tar.gz</a></td><td><a href="http://www.apache.org/dist/qpid/proton/0.5/qpid-proton-0.5.tar.gz.asc">PGP</a></td></tr>
-<tr><td><a href="http://qpid.apache.org/components/qpid-jca/index.html">Qpid JCA</a></td><td><a href="http://www.apache.org/dyn/closer.cgi/qpid/0.22/qpid-java-0.22.tar.gz">qpid-java-0.22.tar.gz</a>*</td><td><a href="http://www.apache.org/dist/qpid/0.22/qpid-java-0.22.tar.gz.asc">PGP</a></td></tr>
-<tr><td><a href="http://qpid.apache.org/components/qpid-jms/index.html">Qpid JMS</a> (AMQP 0-10, 0-91, 0-9, 0-8)</td><td><a href="http://www.apache.org/dyn/closer.cgi/qpid/0.22/qpid-java-client-0.22.tar.gz">qpid-java-client-0.22.tar.gz</a>*</td><td><a href="http://www.apache.org/dist/qpid/0.22/qpid-java-client-0.22.tar.gz.asc">PGP</a></td></tr>
-<tr><td><a href="http://qpid.apache.org/components/qpid-jms/index.html">Qpid JMS</a> (AMQP 1.0)</td><td><a href="http://www.apache.org/dyn/closer.cgi/qpid/0.22/qpid-java-amqp-1-0-client-jms-0.22.tar.gz">qpid-java-amqp-1-0-client-jms-0.22.tar.gz</a>*</td><td><a href="http://www.apache.org/dist/qpid/0.22/qpid-java-amqp-1-0-client-jms-0.22.tar.gz.asc">PGP</a></td></tr>
-<tr><td><a href="http://qpid.apache.org/components/messaging-api/index.html">Qpid Messaging API</a> (C++, bindings)</td><td><a href="http://www.apache.org/dyn/closer.cgi/qpid/0.22/qpid-cpp-0.22.tar.gz">qpid-cpp-0.22.tar.gz</a></td><td><a href="http://www.apache.org/dist/qpid/0.22/qpid-cpp-0.22.tar.gz.asc">PGP</a></td></tr>
-<tr><td><a href="http://qpid.apache.org/components/messaging-api/index.html">Qpid Messaging API</a> (Python)</td><td><a href="http://www.apache.org/dyn/closer.cgi/qpid/0.22/qpid-python-0.22.tar.gz">qpid-python-0.22.tar.gz</a></td><td><a href="http://www.apache.org/dist/qpid/0.22/qpid-python-0.22.tar.gz.asc">PGP</a></td></tr>
-<tr><td><a href="http://qpid.apache.org/components/qpid-wcf/index.html">Qpid WCF</a></td><td><a href="http://www.apache.org/dyn/closer.cgi/qpid/0.22/qpid-wcf-0.22.zip">qpid-wcf-0.22.zip</a></td><td><a href="http://www.apache.org/dist/qpid/0.22/qpid-wcf-0.22.zip.asc">PGP</a></td></tr>
+<tr><td><a href="http://qpid.apache.org/components/qpid-jca/index.html">Qpid JCA</a></td><td><a href="http://www.apache.org/dyn/closer.cgi/qpid/0.24/qpid-java-0.24.tar.gz">qpid-java-0.24.tar.gz</a>*</td><td><a href="http://www.apache.org/dist/qpid/0.24/qpid-java-0.24.tar.gz.asc">PGP</a></td></tr>
+<tr><td><a href="http://qpid.apache.org/components/qpid-jms/index.html">Qpid JMS</a> (AMQP 0-10, 0-91, 0-9, 0-8)</td><td><a href="http://www.apache.org/dyn/closer.cgi/qpid/0.24/qpid-java-client-0.24.tar.gz">qpid-java-client-0.24.tar.gz</a>*</td><td><a href="http://www.apache.org/dist/qpid/0.24/qpid-java-client-0.24.tar.gz.asc">PGP</a></td></tr>
+<tr><td><a href="http://qpid.apache.org/components/qpid-jms/index.html">Qpid JMS</a> (AMQP 1.0)</td><td><a href="http://www.apache.org/dyn/closer.cgi/qpid/0.24/qpid-java-amqp-1-0-client-jms-0.24.tar.gz">qpid-java-amqp-1-0-client-jms-0.24.tar.gz</a>*</td><td><a href="http://www.apache.org/dist/qpid/0.24/qpid-java-amqp-1-0-client-jms-0.24.tar.gz.asc">PGP</a></td></tr>
+<tr><td><a href="http://qpid.apache.org/components/messaging-api/index.html">Qpid Messaging API</a> (C++, bindings)</td><td><a href="http://www.apache.org/dyn/closer.cgi/qpid/0.24/qpid-cpp-0.24.tar.gz">qpid-cpp-0.24.tar.gz</a></td><td><a href="http://www.apache.org/dist/qpid/0.24/qpid-cpp-0.24.tar.gz.asc">PGP</a></td></tr>
+<tr><td><a href="http://qpid.apache.org/components/messaging-api/index.html">Qpid Messaging API</a> (Python)</td><td><a href="http://www.apache.org/dyn/closer.cgi/qpid/0.24/qpid-python-0.24.tar.gz">qpid-python-0.24.tar.gz</a></td><td><a href="http://www.apache.org/dist/qpid/0.24/qpid-python-0.24.tar.gz.asc">PGP</a></td></tr>
+<tr><td><a href="http://qpid.apache.org/components/qpid-wcf/index.html">Qpid WCF</a></td><td><a href="http://www.apache.org/dyn/closer.cgi/qpid/0.24/qpid-wcf-0.24.zip">qpid-wcf-0.24.zip</a></td><td><a href="http://www.apache.org/dist/qpid/0.24/qpid-wcf-0.24.zip.asc">PGP</a></td></tr>
 </tbody>
 </table>
 
@@ -82,17 +82,17 @@ the files you download.</p>
 <table>
 <tbody>
 <tr><td><em>Content</em></td><td><em>Download</em></td><td><em>Signature</em></td></tr>
-<tr><td><a href="http://qpid.apache.org/components/cpp-broker/index.html">C++ broker</a></td><td><a href="http://www.apache.org/dyn/closer.cgi/qpid/0.22/qpid-cpp-0.22.tar.gz">qpid-cpp-0.22.tar.gz</a></td><td><a href="http://www.apache.org/dist/qpid/0.22/qpid-cpp-0.22.tar.gz.asc">PGP</a></td></tr>
-<tr><td><a href="http://qpid.apache.org/components/cpp-broker/index.html">C++ broker</a> (command-line tools)</td><td><a href="http://www.apache.org/dyn/closer.cgi/qpid/0.22/qpid-tools-0.22.tar.gz">qpid-tools-0.22.tar.gz</a></td><td><a href="http://www.apache.org/dist/qpid/0.22/qpid-tools-0.22.tar.gz.asc">PGP</a></td></tr>
-<tr><td><a href="http://qpid.apache.org/components/java-broker/index.html">Java broker</a></td><td><a href="http://www.apache.org/dyn/closer.cgi/qpid/0.22/qpid-java-broker-0.22.tar.gz">qpid-java-broker-0.22.tar.gz</a>*</td><td><a href="http://www.apache.org/dist/qpid/0.22/qpid-java-broker-0.22.tar.gz.asc">PGP</a></td></tr>
-<tr><td><a href="http://qpid.apache.org/components/qmf/index.html">QMF</a></td><td><a href="http://www.apache.org/dyn/closer.cgi/qpid/0.22/qpid-qmf-0.22.tar.gz">qpid-qmf-0.22.tar.gz</a></td><td><a href="http://www.apache.org/dist/qpid/0.22/qpid-qmf-0.22.tar.gz.asc">PGP</a></td></tr>
+<tr><td><a href="http://qpid.apache.org/components/cpp-broker/index.html">C++ broker</a></td><td><a href="http://www.apache.org/dyn/closer.cgi/qpid/0.24/qpid-cpp-0.24.tar.gz">qpid-cpp-0.24.tar.gz</a></td><td><a href="http://www.apache.org/dist/qpid/0.24/qpid-cpp-0.24.tar.gz.asc">PGP</a></td></tr>
+<tr><td><a href="http://qpid.apache.org/components/cpp-broker/index.html">C++ broker</a> (command-line tools)</td><td><a href="http://www.apache.org/dyn/closer.cgi/qpid/0.24/qpid-tools-0.24.tar.gz">qpid-tools-0.24.tar.gz</a></td><td><a href="http://www.apache.org/dist/qpid/0.24/qpid-tools-0.24.tar.gz.asc">PGP</a></td></tr>
+<tr><td><a href="http://qpid.apache.org/components/java-broker/index.html">Java broker</a></td><td><a href="http://www.apache.org/dyn/closer.cgi/qpid/0.24/qpid-java-broker-0.24.tar.gz">qpid-java-broker-0.24.tar.gz</a>*</td><td><a href="http://www.apache.org/dist/qpid/0.24/qpid-java-broker-0.24.tar.gz.asc">PGP</a></td></tr>
+<tr><td><a href="http://qpid.apache.org/components/qmf/index.html">QMF</a></td><td><a href="http://www.apache.org/dyn/closer.cgi/qpid/0.24/qpid-qmf-0.24.tar.gz">qpid-qmf-0.24.tar.gz</a></td><td><a href="http://www.apache.org/dist/qpid/0.24/qpid-qmf-0.24.tar.gz.asc">PGP</a></td></tr>
 </tbody>
 </table>
 
 <p>*These Java artefacts are released as compiled bytecode.  We also
 offer the source as part of our
-<a href="http://www.apache.org/dyn/closer.cgi/qpid/0.22/qpid-0.22.tar.gz">full source release</a>
-[<a href="http://www.apache.org/dist/qpid/0.22/qpid-0.22.tar.gz.asc">PGP</a>].</p>
+<a href="http://www.apache.org/dyn/closer.cgi/qpid/0.24/qpid-0.24.tar.gz">full source release</a>
+[<a href="http://www.apache.org/dist/qpid/0.24/qpid-0.24.tar.gz.asc">PGP</a>].</p>
 
 <h2 id="verify-what-you-download">Verify what you download</h2>
 
@@ -108,13 +108,13 @@ rather than from a mirror. Then verify t
 following sets of commands.</p>
 
 <pre><code>% pgpk -a KEYS
-% pgpv qpid-0.22.tar.gz.asc
+% pgpv qpid-0.24.tar.gz.asc
 
 % pgp -ka KEYS
-% pgp qpid-0.22.tar.gz.asc
+% pgp qpid-0.24.tar.gz.asc
 
 % gpg --import KEYS
-% gpg --verify qpid-0.22.tar.gz.asc
+% gpg --verify qpid-0.24.tar.gz.asc
 </code></pre>
 
 <p>Alternatively, you can verify the SHA1 checksum of the files. A unix

Modified: qpid/site/docs/maven.html
URL: http://svn.apache.org/viewvc/qpid/site/docs/maven.html?rev=1520773&r1=1520772&r2=1520773&view=diff
==============================================================================
--- qpid/site/docs/maven.html (original)
+++ qpid/site/docs/maven.html Sat Sep  7 14:13:31 2013
@@ -59,7 +59,7 @@ following dependencies can be added to t
 <span class="nt">&lt;dependency&gt;</span>
   <span class="nt">&lt;groupId&gt;</span>org.apache.qpid<span class="nt">&lt;/groupId&gt;</span>
   <span class="nt">&lt;artifactId&gt;</span>qpid-client<span class="nt">&lt;/artifactId&gt;</span>
-  <span class="nt">&lt;version&gt;</span>0.22<span class="nt">&lt;/version&gt;</span>
+  <span class="nt">&lt;version&gt;</span>0.24<span class="nt">&lt;/version&gt;</span>
 <span class="nt">&lt;/dependency&gt;</span>
 </pre></div>
 
@@ -69,7 +69,7 @@ following dependencies can be added to t
 <span class="nt">&lt;dependency&gt;</span>
   <span class="nt">&lt;groupId&gt;</span>org.apache.qpid<span class="nt">&lt;/groupId&gt;</span>
   <span class="nt">&lt;artifactId&gt;</span>qpid-amqp-1-0-client-jms<span class="nt">&lt;/artifactId&gt;</span>
-  <span class="nt">&lt;version&gt;</span>0.22<span class="nt">&lt;/version&gt;</span>
+  <span class="nt">&lt;version&gt;</span>0.24<span class="nt">&lt;/version&gt;</span>
 <span class="nt">&lt;/dependency&gt;</span>
 </pre></div>
 

Modified: qpid/site/docs/releases/index.html
URL: http://svn.apache.org/viewvc/qpid/site/docs/releases/index.html?rev=1520773&r1=1520772&r2=1520773&view=diff
==============================================================================
--- qpid/site/docs/releases/index.html (original)
+++ qpid/site/docs/releases/index.html Sat Sep  7 14:13:31 2013
@@ -58,13 +58,14 @@ and the
 <h2 id="current-releases">Current releases</h2>
 
 <ul>
-<li><a href="http://qpid.apache.org/releases/qpid-0.22/index.html">Qpid 0.22</a>, May 2013</li>
-<li><a href="http://qpid.apache.org/releases/qpid-proton-0.5/index.html">Qpid Proton 0.5</a>, August 2013</li>
+<li><a href="qpid-0.24/index.html">Qpid 0.24</a>, September 2013</li>
+<li><a href="qpid-proton-0.5/index.html">Qpid Proton 0.5</a>, August 2013</li>
 </ul>
 
 <h2 id="past-releases">Past releases</h2>
 
 <ul>
+<li><a href="qpid-0.22/index.html">Qpid 0.22</a>, May 2013</li>
 <li><a href="qpid-proton-0.4/index.html">Qpid Proton 0.4</a>, Febuary 2013</li>
 <li><a href="qpid-proton-0.3/index.html">Qpid Proton 0.3</a>, January 2013</li>
 <li><a href="qpid-0.20/index.html">Qpid 0.20</a>, January 2013</li>

Modified: qpid/site/docs/site.conf
URL: http://svn.apache.org/viewvc/qpid/site/docs/site.conf?rev=1520773&r1=1520772&r2=1520773&view=diff
==============================================================================
--- qpid/site/docs/site.conf (original)
+++ qpid/site/docs/site.conf Sat Sep  7 14:13:31 2013
@@ -1,5 +1,5 @@
 [main]
-current-release = 0.22
+current-release = 0.24
 current-release-url = %(site-url)s/releases/qpid-%(current-release)s
 current-release-link = <a href="%(current-release-url)s/index.html">Qpid %(current-release)s</a>
 current-release-tag = http://svn.apache.org/repos/asf/qpid/tags/%(current-release)s

Modified: qpid/site/input/developer.md
URL: http://svn.apache.org/viewvc/qpid/site/input/developer.md?rev=1520773&r1=1520772&r2=1520773&view=diff
==============================================================================
--- qpid/site/input/developer.md (original)
+++ qpid/site/input/developer.md Sat Sep  7 14:13:31 2013
@@ -33,14 +33,13 @@
 
 ## Upcoming releases
 
- - [Qpid 0.26](https://cwiki.apache.org/confluence/display/qpid/0.26+Release) - Opened 17 July
- - [Qpid 0.24](https://cwiki.apache.org/confluence/display/qpid/0.24+release) - For release in August
- - [Qpid Proton 0.5](https://cwiki.apache.org/confluence/display/qpid/AMQP+1.0+Roadmap#AMQP1.0Roadmap-0.5Release) - For release in August
+ - [Qpid 0.26](https://cwiki.apache.org/confluence/display/qpid/0.26+Release) - For release in January
+ - [Qpid Proton 0.6](https://cwiki.apache.org/confluence/display/qpid/AMQP+1.0+Roadmap#AMQP1.0Roadmap-0.6Release)
 
 ## Current releases
 
- - [Qpid 0.22](https://cwiki.apache.org/confluence/display/qpid/0.22+release) - 13 June
- - [Qpid Proton 0.4](https://cwiki.apache.org/confluence/display/qpid/AMQP+1.0+Roadmap#AMQP1.0Roadmap-0.4release%2CFeb11th2012) - 25 February
+ - [Qpid 0.24](https://cwiki.apache.org/confluence/display/qpid/0.24+release) - 7 September
+ - [Qpid Proton 0.5](https://cwiki.apache.org/confluence/display/qpid/AMQP+1.0+Roadmap#AMQP1.0Roadmap-0.5Release) - 27 August
 
 ;;## Nightlies
 ;;

Modified: qpid/site/input/releases/index.md
URL: http://svn.apache.org/viewvc/qpid/site/input/releases/index.md?rev=1520773&r1=1520772&r2=1520773&view=diff
==============================================================================
--- qpid/site/input/releases/index.md (original)
+++ qpid/site/input/releases/index.md Sat Sep  7 14:13:31 2013
@@ -27,11 +27,12 @@ and the
 
 ## Current releases
 
- - @current-release-link@, May 2013
- - @current-proton-release-link@, August 2013
+ - [Qpid 0.24](qpid-0.24/index.html), September 2013
+ - [Qpid Proton 0.5](qpid-proton-0.5/index.html), August 2013
 
 ## Past releases
 
+ - [Qpid 0.22](qpid-0.22/index.html), May 2013
  - [Qpid Proton 0.4](qpid-proton-0.4/index.html), Febuary 2013
  - [Qpid Proton 0.3](qpid-proton-0.3/index.html), January 2013
  - [Qpid 0.20](qpid-0.20/index.html), January 2013

Modified: qpid/site/input/site.conf
URL: http://svn.apache.org/viewvc/qpid/site/input/site.conf?rev=1520773&r1=1520772&r2=1520773&view=diff
==============================================================================
--- qpid/site/input/site.conf (original)
+++ qpid/site/input/site.conf Sat Sep  7 14:13:31 2013
@@ -1,5 +1,5 @@
 [main]
-current-release = 0.22
+current-release = 0.24
 current-release-url = %(site-url)s/releases/qpid-%(current-release)s
 current-release-link = <a href="%(current-release-url)s/index.html">Qpid %(current-release)s</a>
 current-release-tag = http://svn.apache.org/repos/asf/qpid/tags/%(current-release)s

Modified: qpid/site/python/transom/generate.py
URL: http://svn.apache.org/viewvc/qpid/site/python/transom/generate.py?rev=1520773&r1=1520772&r2=1520773&view=diff
==============================================================================
--- qpid/site/python/transom/generate.py (original)
+++ qpid/site/python/transom/generate.py Sat Sep  7 14:13:31 2013
@@ -26,7 +26,6 @@ from pygments.lexers import get_lexer_by
 from pygments.formatters import HtmlFormatter
 from xml.sax.saxutils import escape as escape_html
 
-from jira import *
 from script import *
 
 ## General ##

Modified: qpid/site/python/transom/site.py
URL: http://svn.apache.org/viewvc/qpid/site/python/transom/site.py?rev=1520773&r1=1520772&r2=1520773&view=diff
==============================================================================
--- qpid/site/python/transom/site.py (original)
+++ qpid/site/python/transom/site.py Sat Sep  7 14:13:31 2013
@@ -91,14 +91,11 @@ class Site(object):
 
             parent = page.parent
 
-            while True:
+            while parent is not None:
                 pages.append(parent)
 
                 parent = parent.parent
 
-                if parent is None:
-                    break
-
         for page in pages:
             page.read_input()
             page.convert()



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org