From 97a1439d90b819b32177a69c9f318b47040b49d3 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Thu, 6 Sep 2012 12:46:57 +0100 Subject: release-notes: Add 'draft' background image. --- Makefile.am | 6 +++- guestfs-release-notes.pod | 18 ++++++++++-- guestfs-release-notes.txt | 2 -- html/draft.png | Bin 0 -> 20832 bytes html/draft.svg | 70 ++++++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 91 insertions(+), 5 deletions(-) create mode 100644 html/draft.png create mode 100644 html/draft.svg diff --git a/Makefile.am b/Makefile.am index c71c66a6..e8fd47e8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -145,6 +145,8 @@ EXTRA_DIST = \ contrib/visualize-alignment/tracetops.ml \ guestfs-release-notes.pod \ guestfs-release-notes.txt \ + html/draft.png \ + html/draft.svg \ html/pod.css \ libtool-kill-dependency_libs.sh \ logo/fish.svg logo/fish.png \ @@ -192,6 +194,8 @@ HTMLFILES = \ html/virt-tar-out.1.html \ html/virt-win-reg.1.html +HTMLSUPPORTFILES = html/draft.png html/pod.css + TEXTFILES = BUGS README ROADMAP TODO WEBSITEDIR = $(HOME)/d/redhat/websites/libguestfs @@ -201,7 +205,7 @@ WEBSITEDIR = $(HOME)/d/redhat/websites/libguestfs website: $(HTMLFILES) $(TEXTFILES) find -name 'stamp-*.pod' -delete $(MAKE) - cp $(HTMLFILES) $(WEBSITEDIR) + cp $(HTMLFILES) $(HTMLSUPPORTFILES) $(WEBSITEDIR) for f in $(TEXTFILES); do cp $$f $(WEBSITEDIR)/$$f.txt; done cd $(WEBSITEDIR) && \ date=`date +%F`; \ diff --git a/guestfs-release-notes.pod b/guestfs-release-notes.pod index 39fdddaa..5f4cf51b 100644 --- a/guestfs-release-notes.pod +++ b/guestfs-release-notes.pod @@ -4,9 +4,23 @@ guestfs-release-notes - libguestfs Release Notes -=head1 RELEASE NOTES FOR LIBGUESTFS 1.20 +=begin comment + +NOTE! Pre-release notes for the next stable version of libguestfs. +Updated to commit d03361b1afee09135b0cbd92a2cc180c66c5f84e + +=end comment + +=begin html -I + + +=end html + +=head1 RELEASE NOTES FOR LIBGUESTFS 1.20 These release notes only cover the differences from the previous stable/dev branch split (1.18.0). For detailed changelogs, please see diff --git a/guestfs-release-notes.txt b/guestfs-release-notes.txt index 5c0c154d..e4ddefd4 100644 --- a/guestfs-release-notes.txt +++ b/guestfs-release-notes.txt @@ -4,8 +4,6 @@ NAME RELEASE NOTES FOR LIBGUESTFS 1.20 - NOTES UPDATED TO COMMIT d03361b1afee09135b0cbd92a2cc180c66c5f84e - These release notes only cover the differences from the previous stable/dev branch split (1.18.0). For detailed changelogs, please see the git repository, or the ChangeLog file distributed in the tarball. diff --git a/html/draft.png b/html/draft.png new file mode 100644 index 00000000..7b54facc Binary files /dev/null and b/html/draft.png differ diff --git a/html/draft.svg b/html/draft.svg new file mode 100644 index 00000000..a9892d11 --- /dev/null +++ b/html/draft.svg @@ -0,0 +1,70 @@ + + + + + + + + + + image/svg+xml + + + + + + + draft + + -- cgit