[moderated for smaller size] -------- Forwarded Message -------- From: Andrea Bolognani <abologna@xxxxxxxxxx> To: libvir-list@xxxxxxxxxx Subject: [PATCH 1/3] NEWS: Split releases by year (2005-2011) Date: Thu, 15 Oct 2015 16:12:08 +0200 Message-Id: <1444918330-15696-2-git-send-email-abologna@xxxxxxxxxx> --- docs/news-2005.html.in | 28 + docs/news-2006.html.in | 354 ++ docs/news-2007.html.in | 534 +++ docs/news-2008.html.in | 580 ++++ docs/news-2009.html.in | 1603 +++++++++ docs/news-2010.html.in | 2218 +++++++++++++ docs/news-2011.html.in | 3314 +++++++++++++++++++ docs/news.html.in | 8492 ------------------------------------------------ 8 files changed, 8631 insertions(+), 8492 deletions(-) create mode 100644 docs/news-2005.html.in create mode 100644 docs/news-2006.html.in create mode 100644 docs/news-2007.html.in create mode 100644 docs/news-2008.html.in create mode 100644 docs/news-2009.html.in create mode 100644 docs/news-2010.html.in create mode 100644 docs/news-2011.html.in diff --git a/docs/news-2005.html.in b/docs/news-2005.html.in new file mode 100644 index 0000000..97a43c6 --- /dev/null +++ b/docs/news-2005.html.in @@ -0,0 +1,28 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> + <head> + <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> + </head> + <body> + <h1>Releases (2005)</h1> + <p>Here is the list of official releases made during the year 2005. + </p> + <p>It is also possible to just use + the <a href="downloads.html" shape="rect">GIT version or snapshot</a>, + contact the mailing list and check + the <a href="http://libvirt.org/git/?p=libvirt.git;a=log" shape="rect">GIT log</a> + to gauge progress. + </p> + + <h3>0.0.1: Dec 19 2005</h3> + <ul> + <li>Features:<br/> + First release,<br/> + Basic management of existing Xen domains,<br/> + Minimal autogenerated Python bindings<br/> + </li> + </ul> + + </body> +</html> diff --git a/docs/news-2006.html.in b/docs/news-2006.html.in new file mode 100644 index 0000000..df29a06 --- /dev/null +++ b/docs/news-2006.html.in @@ -0,0 +1,354 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> + <head> + <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> + </head> + <body> + <h1>Releases (2006)</h1> + <p>Here is the list of official releases made during the year 2006. + A similar list for <a href="news-2005.html">2005</a> is also available. + </p> + <p>It is also possible to just use + the <a href="downloads.html" shape="rect">GIT version or snapshot</a>, + contact the mailing list and check + the <a href="http://libvirt.org/git/?p=libvirt.git;a=log" shape="rect">GIT log</a> + to gauge progress. + </p> + + <h3>0.1.10: Dec 20 2006</h3> + <ul> + <li>Bug Fixes:<br/> + VCPU info breakages on xen 3.0.3,<br/> [...] diff --git a/docs/news-2007.html.in b/docs/news-2007.html.in new file mode 100644 index 0000000..8b08963 --- /dev/null +++ b/docs/news-2007.html.in @@ -0,0 +1,534 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> + <head> + <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> + </head> + <body> + <h1>Releases (2007)</h1> + <p>Here is the list of official releases made during the year 2007. + A similar list for <a href="news-2006.html">2006</a> is also available. + </p> + <p>It is also possible to just use + the <a href="downloads.html" shape="rect">GIT version or snapshot</a>, + contact the mailing list and check + the <a href="http://libvirt.org/git/?p=libvirt.git;a=log" shape="rect">GIT log</a> + to gauge progress. + </p> + + <h3>0.4.0: Dec 18 2007</h3> + <ul> + <li>Features:<br/> + Compilation on Windows cygwin/mingw (Richard Jones),<br/> [...] diff --git a/docs/news-2008.html.in b/docs/news-2008.html.in new file mode 100644 index 0000000..16ee9b1 --- /dev/null +++ b/docs/news-2008.html.in @@ -0,0 +1,580 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> + <head> + <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> + </head> + <body> + <h1>Releases (2008)</h1> + <p>Here is the list of official releases made during the year 2008. + A similar list for <a href="news-2007.html">2007</a> is also available. + </p> + <p>It is also possible to just use + the <a href="downloads.html" shape="rect">GIT version or snapshot</a>, + contact the mailing list and check + the <a href="http://libvirt.org/git/?p=libvirt.git;a=log" shape="rect">GIT log</a> + to gauge progress. + </p> + + <h3>0.5.1: Dec 04 2008</h3> + <ul> + <li>Portability:<br/> [...] + fix parsing for CDRom device with no source (Daniel Berrange),<br/> + use xenstore to list domains to avoid some bugs (Guido Günther),<br/> [...] diff --git a/docs/news-2009.html.in b/docs/news-2009.html.in new file mode 100644 index 0000000..c0b48ae --- /dev/null +++ b/docs/news-2009.html.in @@ -0,0 +1,1603 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> + <head> + <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> + </head> + <body> + <h1>Releases (2009)</h1> + <p>Here is the list of official releases made during the year 2009. + A similar list for <a href="news-2008.html">2008</a> is also available. + </p> + <p>It is also possible to just use + the <a href="downloads.html" shape="rect">GIT version or snapshot</a>, + contact the mailing list and check + the <a href="http://libvirt.org/git/?p=libvirt.git;a=log" shape="rect">GIT log</a> + to gauge progress. + </p> + + <h3>0.7.5: Dec 23 2009</h3> + <ul> + <li>Features:<br/> [...] diff --git a/docs/news-2010.html.in b/docs/news-2010.html.in new file mode 100644 index 0000000..0fd8860 --- /dev/null +++ b/docs/news-2010.html.in @@ -0,0 +1,2218 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> + <head> + <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> + </head> + <body> + <h1>Releases (2010)</h1> + <p>Here is the list of official releases made during the year 2010. + A similar list for <a href="news-2009.html">2009</a> is also available. + </p> + <p>It is also possible to just use + the <a href="downloads.html" shape="rect">GIT version or snapshot</a>, + contact the mailing list and check + the <a href="http://libvirt.org/git/?p=libvirt.git;a=log" shape="rect">GIT log</a> + to gauge progress. + </p> + + <h3>0.8.6: Nov 30 2010</h3> + <ul> + <li>Features:<br/> [...] diff --git a/docs/news-2011.html.in b/docs/news-2011.html.in new file mode 100644 index 0000000..5dacb5c --- /dev/null +++ b/docs/news-2011.html.in @@ -0,0 +1,3314 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> + <head> + <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> + </head> + <body> + <h1>Releases (2011)</h1> + <p>Here is the list of official releases made during the year 2011. + A similar list for <a href="news-2010.html">2010</a> is also available. + </p> + <p>It is also possible to just use + the <a href="downloads.html" shape="rect">GIT version or snapshot</a>, + contact the mailing list and check + the <a href="http://libvirt.org/git/?p=libvirt.git;a=log" shape="rect">GIT log</a> + to gauge progress. + </p> + + <h3>0.9.8: Dec 08 2011</h3> + <ul> + <li>Features:<br/> [...] diff --git a/docs/news.html.in b/docs/news.html.in index 0e89fae..90e6ac7 100644 --- a/docs/news.html.in +++ b/docs/news.html.in @@ -12486,8497 +12486,5 @@ </li> </ul> - <h3>0.9.8: Dec 08 2011</h3> - <ul> - <li>Features:<br/> [...] - - <h3>0.0.1: Dec 19 2005</h3> - <ul> - <li>Features:<br/> - First release,<br/> - Basic management of existing Xen domains,<br/> - Minimal autogenerated Python bindings<br/> - </li> - </ul> - </body> </html> -- 2.4.3 -- libvir-list mailing list libvir-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/libvir-list