From f162d503996bbfc26b6cc6e7632a0405ce512115 Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Fri, 16 Mar 2007 19:31:14 +0000 Subject: [PATCH] * NEWS libvirt.spec.in docs/libvir.html docs/news.html: preparing release of libvirt-0.2.1 Daniel --- ChangeLog | 5 +++++ NEWS | 21 +++++++++++++++++++++ docs/libvir.html | 21 +++++++++++++++++++++ docs/news.html | 20 +++++++++++++++++++- libvirt.spec.in | 9 ++++++++- 5 files changed, 74 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 29a6e38975..c01db2b156 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Fri Mar 16 20:30:20 CET 2007 Daniel Veillard + + * NEWS libvirt.spec.in docs/libvir.html docs/news.html: preparing + release of libvirt-0.2.1 + Fri Mar 16 19:32:01 CET 2007 Daniel Veillard * docs/*: updated the format section, augmented Networking with diff --git a/NEWS b/NEWS index 795786ff15..1d3330bbcb 100644 --- a/NEWS +++ b/NEWS @@ -5,6 +5,27 @@ http://libvirt.org/news.html Releases +0.2.1: Mar 16 2007: + - Various internal cleanups (Richard Jones,Daniel Berrange,Mark McLoughlin) + - Bug fixes: libvirt_qemud daemon path (Daniel Berrange), libvirt + config directory (Daniel Berrange and Mark McLoughlin), memory leak in qemud (Mark), various fixes on network support (Mark), avoid Xen domain zombies on device hotplug errors (Daniel Berrange), various fixes on qemud (Mark), + argsparsing (Richard Jones), virsh -t argument (Saori Fukuta), avoid virsh + crash on TAB key (Daniel Berrange), detect xend operation failures (Kazuki Mizushima), don't listen on null socket (Rich Jones), read-only socket cleanup (Rich Jones), use of vnc port 5900 (Nobuhiro Itou), assorted networking fixes +(Daniel Berrange), shutoff and shutdown mismatches (Kazuki Mizushima), unlimited memory handling (Atsushi SAKAI), python binding fixes (Tatsuro Enokura) + - Build and portability fixes: IA64 fixes (Atsushi SAKAI), dependancies and build (Daniel Berrange), fix xend port detection (Daniel Berrange), icompile time warnings (Mark), avoid const related compiler warnings (Daniel Berrange), automated builds (Daniel Berrange), pointer/int mismatch (Richard Jones), configure time selection of drivers, libvirt spec hacking (Daniel Berrange) + - Add support for network autostart and init scripts (Mark McLoughlin) + - New API virConnectGetCapabilities() to detect the virtualization + capabilities of a host (Richard Jones) + - Minor improvements: qemud signal handling (Mark), don't shutdown or reboot + domain0 (Kazuki Mizushima), QEmu version autodetection (Daniel Berrange), + network UUIDs (Mark), speed up UUID domain lookups (Tatsuro Enokura and + Daniel Berrange), support for paused QEmu CPU (Daniel Berrange), keymap + VNC attribute support (Takahashi Tomohiro and Daniel Berrange), maximum + number of virtual CPU (Masayuki Sunou), virtsh --readonly option (Rich + Jones), python bindings for new functions (Daniel Berrange) + - Documentation updates especially on the XML formats + + 0.2.0: Feb 14 2007: - Various internal cleanups (Mark McLoughlin, Richard Jones,Daniel Berrange, Karel Zak) diff --git a/docs/libvir.html b/docs/libvir.html index 451c3ccd5b..46b091fa61 100644 --- a/docs/libvir.html +++ b/docs/libvir.html @@ -33,6 +33,27 @@ href="downloads.html">CVS version or snapshot, contact the mailing listand check the ChangeLogto gauge progresses.

+

0.2.1: Mar 16 2007

+
    +
  • Various internal cleanups (Richard Jones,Daniel Berrange,Mark McLoughlin)
  • +
  • Bug fixes: libvirt_qemud daemon path (Daniel Berrange), libvirt + config directory (Daniel Berrange and Mark McLoughlin), memory leak in qemud (Mark), various fixes on network support (Mark), avoid Xen domain zombies on device hotplug errors (Daniel Berrange), various fixes on qemud (Mark), + argsparsing (Richard Jones), virsh -t argument (Saori Fukuta), avoid virsh + crash on TAB key (Daniel Berrange), detect xend operation failures (Kazuki Mizushima), don't listen on null socket (Rich Jones), read-only socket cleanup (Rich Jones), use of vnc port 5900 (Nobuhiro Itou), assorted networking fixes +(Daniel Berrange), shutoff and shutdown mismatches (Kazuki Mizushima), unlimited memory handling (Atsushi SAKAI), python binding fixes (Tatsuro Enokura)
  • +
  • Build and portability fixes: IA64 fixes (Atsushi SAKAI), dependancies and build (Daniel Berrange), fix xend port detection (Daniel Berrange), icompile time warnings (Mark), avoid const related compiler warnings (Daniel Berrange), automated builds (Daniel Berrange), pointer/int mismatch (Richard Jones), configure time selection of drivers, libvirt spec hacking (Daniel Berrange)
  • +
  • Add support for network autostart and init scripts (Mark McLoughlin)
  • +
  • New API virConnectGetCapabilities() to detect the virtualization + capabilities of a host (Richard Jones)
  • +
  • Minor improvements: qemud signal handling (Mark), don't shutdown or reboot + domain0 (Kazuki Mizushima), QEmu version autodetection (Daniel Berrange), + network UUIDs (Mark), speed up UUID domain lookups (Tatsuro Enokura and + Daniel Berrange), support for paused QEmu CPU (Daniel Berrange), keymap + VNC attribute support (Takahashi Tomohiro and Daniel Berrange), maximum + number of virtual CPU (Masayuki Sunou), virtsh --readonly option (Rich + Jones), python bindings for new functions (Daniel Berrange)
  • +
  • Documentation updates especially on the XML formats
  • +

0.2.0: Feb 14 2007

  • Various internal cleanups (Mark McLoughlin, Richard Jones,Daniel diff --git a/docs/news.html b/docs/news.html index 50497804f3..7e95d8c087 100644 --- a/docs/news.html +++ b/docs/news.html @@ -3,7 +3,25 @@ Releases

    Releases

    Here is the list of official releases, however since it is early on in thedevelopment of libvirt, it is preferable when possible to just use the CVS version or snapshot, contact the mailing listand check the ChangeLogto gauge -progresses.

    0.2.0: Feb 14 2007

    • Various internal cleanups (Mark McLoughlin, Richard Jones,Daniel +progresses.

      0.2.1: Mar 16 2007

      • Various internal cleanups (Richard Jones,Daniel Berrange,Mark McLoughlin)
      • +
      • Bug fixes: libvirt_qemud daemon path (Daniel Berrange), libvirt + config directory (Daniel Berrange and Mark McLoughlin), memory leak in qemud (Mark), various fixes on network support (Mark), avoid Xen domain zombies on device hotplug errors (Daniel Berrange), various fixes on qemud (Mark), + argsparsing (Richard Jones), virsh -t argument (Saori Fukuta), avoid virsh + crash on TAB key (Daniel Berrange), detect xend operation failures (Kazuki Mizushima), don't listen on null socket (Rich Jones), read-only socket cleanup (Rich Jones), use of vnc port 5900 (Nobuhiro Itou), assorted networking fixes +(Daniel Berrange), shutoff and shutdown mismatches (Kazuki Mizushima), unlimited memory handling (Atsushi SAKAI), python binding fixes (Tatsuro Enokura)
      • +
      • Build and portability fixes: IA64 fixes (Atsushi SAKAI), dependancies and build (Daniel Berrange), fix xend port detection (Daniel Berrange), icompile time warnings (Mark), avoid const related compiler warnings (Daniel Berrange), automated builds (Daniel Berrange), pointer/int mismatch (Richard Jones), configure time selection of drivers, libvirt spec hacking (Daniel Berrange)
      • +
      • Add support for network autostart and init scripts (Mark McLoughlin)
      • +
      • New API virConnectGetCapabilities() to detect the virtualization + capabilities of a host (Richard Jones)
      • +
      • Minor improvements: qemud signal handling (Mark), don't shutdown or reboot + domain0 (Kazuki Mizushima), QEmu version autodetection (Daniel Berrange), + network UUIDs (Mark), speed up UUID domain lookups (Tatsuro Enokura and + Daniel Berrange), support for paused QEmu CPU (Daniel Berrange), keymap + VNC attribute support (Takahashi Tomohiro and Daniel Berrange), maximum + number of virtual CPU (Masayuki Sunou), virtsh --readonly option (Rich + Jones), python bindings for new functions (Daniel Berrange)
      • +
      • Documentation updates especially on the XML formats
      • +

      0.2.0: Feb 14 2007

      • Various internal cleanups (Mark McLoughlin, Richard Jones,Daniel Berrange, Karel Zak)
      • Bug fixes: avoid a crash in connect (Daniel Berrange), virsh argsparsing (Richard Jones)
      • diff --git a/libvirt.spec.in b/libvirt.spec.in index 03004d4d62..6d1f1dd3ef 100644 --- a/libvirt.spec.in +++ b/libvirt.spec.in @@ -9,7 +9,7 @@ Summary: Library providing an API to use the Xen virtualization Name: libvirt Version: @VERSION@ -Release: 4%{?_extra_release} +Release: 1%{?_extra_release} License: LGPL Group: Development/Libraries Source: libvirt-%{version}.tar.gz @@ -163,6 +163,13 @@ fi %doc docs/examples/python %changelog +* Fri Mar 16 2007 Daniel Veillard - 2.0.1-1 +- Release of 0.2.1 +- lot of bug and portability fixes +- Add support for network autostart and init scripts +- New API to detect the virtualization capabilities of a host +- Documentation updates + * Fri Feb 23 2007 Daniel P. Berrange - 0.2.0-4.fc7 - Fix loading of guest & network configs -- GitLab