1. 18 6月, 2020 1 次提交
  2. 10 6月, 2020 1 次提交
  3. 05 6月, 2020 2 次提交
    • A
      news: Add information about old releases · f4573578
      Andrea Bolognani 提交于
      Until libvirt 2.5.0 we didn't have a real process for release
      notes in place, and we just published the list of commits that
      had made it into each release, dividing them into categories that
      mostly matched the sections we use today. Those documents haven't
      been relevant for years, but they're still in the git repository
      and collectively take up almost 2 MiB of disk space.
      
      Let's import the only valuable piece of information they contain,
      the release date for each libvirt versions, into the current
      document and then drop them for good.
      Signed-off-by: NAndrea Bolognani <abologna@redhat.com>
      Reviewed-by: NJán Tomko <jtomko@redhat.com>
      f4573578
    • A
      news: Convert to reStructuredText · dcd14c88
      Andrea Bolognani 提交于
      Instead of storing release notes as XML and then converting them
      to HTML and ASCII at build time using XSLT and a custom script,
      we can use reStructuredText as both the source and ASCII
      representation and generate HTML from it using the same tooling
      we already use for the rest of the documentation.
      Signed-off-by: NAndrea Bolognani <abologna@redhat.com>
      Reviewed-by: NJán Tomko <jtomko@redhat.com>
      dcd14c88