search for: easytoread

Displaying 3 results from an estimated 3 matches for "easytoread".

2020 Feb 27
2
[PATCH] Update the 5 year logo to 10 year logo
....am @@ -234,6 +234,7 @@ EXTRA_DIST = \ libtool-kill-dependency_libs.sh \ logo/fish.svg logo/fish.png \ logo/fish-5yrs.svg logo/fish-5yrs.png \ + logo/fish-10yrs.svg logo/fish-10yrs.png \ logo/virt-builder.svg \ m4/.gitignore \ ocaml-link.sh \ @@ -255,6 +256,7 @@ EXTRA_DIST = \ website/easytoread.css \ website/feed.css \ website/fish-5yrs.svg \ + website/fish-10yrs.svg \ website/fish.png \ website/git.png \ website/index.css \ diff --git a/logo/fish-10yrs.png b/logo/fish-10yrs.png new file mode 100644 index 0000000000000000000000000000000000000000..5f343187189d4946f093260d1b1fa687...
2017 Jun 27
3
[PATCH] libvirt: disallow non-local connections (RHBZ#1347830)
If the connection is not local, paths of disks will refer to the remote host, which were mistakenly handled as local paths (in the best case failing to open a non-existing disk, and in the worst case opening a different disk!). In case the disks are remote resources like ssh or ceph, nothing guarantees that the hostname can be reached from the local machine, or even that it is actually the same on
2017 Jul 07
4
[PATCH v6 0/3] gobject: Remove gtk-doc (RHBZ#1465665).
Hopefully this time ...