You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ro...@apache.org on 2019/11/14 12:31:53 UTC

[qpid-site] branch asf-site updated (8c1eec0 -> 630a9df)

This is an automated email from the ASF dual-hosted git repository.

robbie pushed a change to branch asf-site
in repository https://gitbox.apache.org/repos/asf/qpid-site.git.


    from 8c1eec0  update site content for qpid-jms 0.47.0
     new 6e76a6e  fix dispatch doc generation script to work for recent releases like 1.9.0, 1.8.0 etc
     new 630a9df  refresh release notes for dispatch 1.8.0 + 1.9.0

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 content/releases/qpid-dispatch-1.8.0/release-notes.html | 1 +
 content/releases/qpid-dispatch-1.9.0/release-notes.html | 1 +
 input/releases/qpid-dispatch-1.8.0/release-notes.md     | 1 +
 input/releases/qpid-dispatch-1.9.0/release-notes.md     | 1 +
 scripts/gen-dispatch-release-docs                       | 2 +-
 5 files changed, 5 insertions(+), 1 deletion(-)


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


[qpid-site] 01/02: fix dispatch doc generation script to work for recent releases like 1.9.0, 1.8.0 etc

Posted by ro...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

robbie pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/qpid-site.git

commit 6e76a6ee8deffb67d15cdd5e7ee61555ece3ed3a
Author: Robbie Gemmell <ro...@apache.org>
AuthorDate: Thu Nov 14 12:29:44 2019 +0000

    fix dispatch doc generation script to work for recent releases like 1.9.0, 1.8.0 etc
---
 scripts/gen-dispatch-release-docs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/gen-dispatch-release-docs b/scripts/gen-dispatch-release-docs
index f872992..9e2dc2a 100755
--- a/scripts/gen-dispatch-release-docs
+++ b/scripts/gen-dispatch-release-docs
@@ -46,7 +46,7 @@ def gen_dispatch_docs(release, source_dir, output_dir):
     make_dir(book_output_dir)
 
     call("asciidoctor --no-header-footer -o {} {}", book_output_file, book_input_file)
-    copy(join(book_input_dir, "images"), join(book_output_dir, "images"))
+    copy(join(book_input_dir, "../_images"), join(book_output_dir, "_images"))
 
     # Asciidoctor strips the title - add it back
     prepend(book_output_file, "<h1>Using Qpid Dispatch</h1>\n")


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


[qpid-site] 02/02: refresh release notes for dispatch 1.8.0 + 1.9.0

Posted by ro...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

robbie pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/qpid-site.git

commit 630a9df45bc3517b05c0601171f255e8ab8a22fb
Author: Robbie Gemmell <ro...@apache.org>
AuthorDate: Thu Nov 14 12:30:53 2019 +0000

    refresh release notes for dispatch 1.8.0 + 1.9.0
---
 content/releases/qpid-dispatch-1.8.0/release-notes.html | 1 +
 content/releases/qpid-dispatch-1.9.0/release-notes.html | 1 +
 input/releases/qpid-dispatch-1.8.0/release-notes.md     | 1 +
 input/releases/qpid-dispatch-1.9.0/release-notes.md     | 1 +
 4 files changed, 4 insertions(+)

diff --git a/content/releases/qpid-dispatch-1.8.0/release-notes.html b/content/releases/qpid-dispatch-1.8.0/release-notes.html
index 0d292ca..0a1c3ad 100644
--- a/content/releases/qpid-dispatch-1.8.0/release-notes.html
+++ b/content/releases/qpid-dispatch-1.8.0/release-notes.html
@@ -151,6 +151,7 @@ documentation, see the <a href="index.html">release overview</a>.</p>
 <li><a href="https://issues.apache.org/jira/browse/DISPATCH-1325">DISPATCH-1325</a> - Sender connections to edge router that connect 'too soon' never get credit</li>
 <li><a href="https://issues.apache.org/jira/browse/DISPATCH-1326">DISPATCH-1326</a> - Anonymous messages are released by edge router even if there is a receiver for the messages</li>
 <li><a href="https://issues.apache.org/jira/browse/DISPATCH-1330">DISPATCH-1330</a> - Q2 stall due to incorrect msg buffer ref count decrement on link detach</li>
+<li><a href="https://issues.apache.org/jira/browse/DISPATCH-1333">DISPATCH-1333</a> - Console test fails printing to file with python 3</li>
 <li><a href="https://issues.apache.org/jira/browse/DISPATCH-1334">DISPATCH-1334</a> - Background map on topology page incorrect height</li>
 <li><a href="https://issues.apache.org/jira/browse/DISPATCH-1335">DISPATCH-1335</a> - After adding client, topology page shows new icon in upper-left corner</li>
 <li><a href="https://issues.apache.org/jira/browse/DISPATCH-1339">DISPATCH-1339</a> - Multiple consoles attached to a router are showing as separate icons</li>
diff --git a/content/releases/qpid-dispatch-1.9.0/release-notes.html b/content/releases/qpid-dispatch-1.9.0/release-notes.html
index 479dd91..6041dcc 100644
--- a/content/releases/qpid-dispatch-1.9.0/release-notes.html
+++ b/content/releases/qpid-dispatch-1.9.0/release-notes.html
@@ -149,6 +149,7 @@ documentation, see the <a href="index.html">release overview</a>.</p>
 <h2 id="bugs-fixed">Bugs fixed</h2>
 
 <ul>
+<li><a href="https://issues.apache.org/jira/browse/DISPATCH-1256">DISPATCH-1256</a> - Throughput gets worse as more routers are added</li>
 <li><a href="https://issues.apache.org/jira/browse/DISPATCH-1359">DISPATCH-1359</a> - Set ctest timeout to 300 seconds.</li>
 <li><a href="https://issues.apache.org/jira/browse/DISPATCH-1361">DISPATCH-1361</a> - system_tests_fallback_dest hanging in some cases</li>
 <li><a href="https://issues.apache.org/jira/browse/DISPATCH-1362">DISPATCH-1362</a> - Shutdown crash when trying to clean up fallback addresses</li>
diff --git a/input/releases/qpid-dispatch-1.8.0/release-notes.md b/input/releases/qpid-dispatch-1.8.0/release-notes.md
index 6db1f0f..5b64915 100644
--- a/input/releases/qpid-dispatch-1.8.0/release-notes.md
+++ b/input/releases/qpid-dispatch-1.8.0/release-notes.md
@@ -52,6 +52,7 @@ documentation, see the [release overview](index.html).
  - [DISPATCH-1325](https://issues.apache.org/jira/browse/DISPATCH-1325) - Sender connections to edge router that connect 'too soon' never get credit
  - [DISPATCH-1326](https://issues.apache.org/jira/browse/DISPATCH-1326) - Anonymous messages are released by edge router even if there is a receiver for the messages
  - [DISPATCH-1330](https://issues.apache.org/jira/browse/DISPATCH-1330) - Q2 stall due to incorrect msg buffer ref count decrement on link detach
+ - [DISPATCH-1333](https://issues.apache.org/jira/browse/DISPATCH-1333) - Console test fails printing to file with python 3
  - [DISPATCH-1334](https://issues.apache.org/jira/browse/DISPATCH-1334) - Background map on topology page incorrect height
  - [DISPATCH-1335](https://issues.apache.org/jira/browse/DISPATCH-1335) - After adding client, topology page shows new icon in upper-left corner
  - [DISPATCH-1339](https://issues.apache.org/jira/browse/DISPATCH-1339) - Multiple consoles attached to a router are showing as separate icons
\ No newline at end of file
diff --git a/input/releases/qpid-dispatch-1.9.0/release-notes.md b/input/releases/qpid-dispatch-1.9.0/release-notes.md
index 72465e8..2fd64b1 100644
--- a/input/releases/qpid-dispatch-1.9.0/release-notes.md
+++ b/input/releases/qpid-dispatch-1.9.0/release-notes.md
@@ -50,6 +50,7 @@ documentation, see the [release overview](index.html).
 
 ## Bugs fixed
 
+ - [DISPATCH-1256](https://issues.apache.org/jira/browse/DISPATCH-1256) - Throughput gets worse as more routers are added
  - [DISPATCH-1359](https://issues.apache.org/jira/browse/DISPATCH-1359) - Set ctest timeout to 300 seconds.
  - [DISPATCH-1361](https://issues.apache.org/jira/browse/DISPATCH-1361) - system_tests_fallback_dest hanging in some cases
  - [DISPATCH-1362](https://issues.apache.org/jira/browse/DISPATCH-1362) - Shutdown crash when trying to clean up fallback addresses


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