diff --git a/doc/asdf.texinfo b/doc/asdf.texinfo index 9ba70ef030e0d3924f5146b02f39abdefd2e2059..411a861a224608e8a016eac64f0553c50a97859d 100644 --- a/doc/asdf.texinfo +++ b/doc/asdf.texinfo @@ -1604,7 +1604,7 @@ the current package @code{my-system-asd} can be specified as allowed as component types for such children components. @subsection System class names -@anchor {System class names} +@anchor{System class names} A system class name will be looked up in the same way as a Component type (see above), @@ -5262,8 +5262,11 @@ mailing list (@pxref{Mailing list}). @node Where do I report a bug?, Mailing list, FAQ, FAQ @section ``Where do I report a bug?'' @cindex bug tracker +@cindex gitlab @cindex launchpad -ASDF bugs are tracked on launchpad: @url{https://launchpad.net/asdf}. +ASDF bugs are tracked on common-lisp.net's gitlab:: @url{https://gitlab.common-lisp.net/asdf/asdf/issues}. +Previously, we had done bug-tracking on @code{launchpad.net}, but we are +now consolidating project management on @code{common-lisp.net}. If you're unsure about whether something is a bug, or for general discussion, use the asdf-devel mailing list (@pxref{Mailing list}). diff --git a/doc/index.html b/doc/index.html index 34c5d86a87cada01ab16a1f2c30118f91f43d218..def2b3fe4d1fe134c803cc7b6f2f446b87c1b672 100644 --- a/doc/index.html +++ b/doc/index.html @@ -48,7 +48,7 @@ first stable release 3.0.1 on May 16th 2013, major releases 3.1.2 on May 6th 2014, 3.2.0 on January 10th 2017 and 3.3.0 on October 6th 2017. - The latest release is 3.3.3, published on March 27th 2019. + The latest release is 3.3.4, published on February 14th, 2019.

What it is

@@ -595,7 +595,7 @@ Corman Common Lisp

Reporting Bugs

To report bugs, you can use our - launchpad project. + common-lisp.net project. If you're unsure about the bug or want to discuss how to fix it, you can send email to the project mailing-list below.

@@ -655,6 +655,9 @@ Corman Common Lisp

For a detailed description of changes see our Changelog

+
February 2020
+
Release of 3.3.4: fourth bugfix release for the 3.3 + release series.
March 2019
Release of 3.3.3: third bugfix release for the 3.3 release series.
May 2018