~ubuntu-branches/ubuntu/maverick/libvirt/maverick

« back to all changes in this revision

Viewing changes to NEWS

Tags: upstream-0.6.4
Import upstream version 0.6.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
       http://libvirt.org/news.html
6
6
 
7
7
 
 
8
0.6.4: May 29 2009:
 
9
   - New features: new API virStorageVolCreateXMLFrom (Cole Robinson),
 
10
          full VBox graphic capabilities (Pritesh Kothari), Interface config
 
11
          APIs (Laine Stump), APIs for domain XML conversions (Daniel
 
12
          Berrange), initial version of OpenNebula driver (Abel Miguez
 
13
          Rodriguez)
 
14
   - Portability: better compiler warning selection (Daniel Berrange),
 
15
          Win32 portability fixes (Daniel Berrange)
 
16
   - Documentation: documentation for <sound> device XML format (Cole
 
17
          Robinson), storage format documentation fixes (Ryota Ozaki),
 
18
          docs for XML conversion APIs (Daniel Berrange), inconsistencies
 
19
          in storage volume docs and schemas (Ryota Ozaki)
 
20
   - Bug fixes: fix hostdev managed handling (Mark McLoughlin),
 
21
          lxc_controller should not cash without args (Guido Gunther),
 
22
          bug fixes in I/O routines (Guido Gunther), fix migrationsave/restore
 
23
          for QEmu 0.10.0 (Daniel Berrange), avoid crash on VBox init
 
24
          (Guido Gunther), fix dev and cgroup init in LXC (Ryota Ozaki),
 
25
          QEmu startup fix (Cole Robinson), block node reboots from LXCs (Ryota
 
26
          Ozaki), QEmu argv detection fix for recent kvm (Daniel Berrange),
 
27
          fix watch/timer event deletion (Daniel Berrange), fix XML escaping
 
28
          bug, various locking bugs (Daniel Berrange), avoid a deadlock in
 
29
          HAL nodedev driver (Cole Robinson), detection of node device media
 
30
          insert/eject (Cole Robinson), broken networking with new QEMU/KVM
 
31
          >= 86 (Daniel Berrange), various fixes in domain and network
 
32
          startup error report (Cole Robinson), double free on unexpected
 
33
          client disconnect (Daniel Berrange)
 
34
   - Improvements: cleanups and doc on virExec (Cole Robinson), error
 
35
          reporting in QEmu migrations (Cole Robinson), better path and driver
 
36
          detection in VBox (Pritesh Kothari), avoid caching QEMU driver
 
37
          capabilities(Cole Robinson), multiple graphics elements definitions
 
38
          (Pritesh Kothari), LSB init header init.d improvements (Frederik
 
39
          Himpe), special erro code for invalid operations (Daniel Berrange),
 
40
          dlopen error logging (Daniel Berrange), fix UUID and name uniqueness
 
41
          (Daniel Berrange), improvement on VBox initialization (Pritesh
 
42
          Kothari and Dan Berrange), "Host only" and "Internal" network in VBox
 
43
          (Pritesh Kothari), add utility virExecDaemonize (Cole Robinson),
 
44
          enable bridges without IP (Ludwig Nussel), 'make -s' silencing
 
45
          (Daniel Berrange), test case for exercising the event loop (Daniel
 
46
          Berrange), virsh commands vol-clone and vol-create-from (Cole
 
47
          Robinson), new xend don't use [] around cpumaps (Tatsuro Enokura),
 
48
          add the CIL mutex lock checker (Daniel Berrange), fix some LXC
 
49
          error code (Amy Griffis), virInterface python bindings (Daniel
 
50
          Berrange), fix to the example code for event handling (Pritesh
 
51
          Kothari), always add location informations to logging (Daniel
 
52
          Berrange), python domain events example and binding (Daniel
 
53
          Berrange), PPC Qemu Machine Type update (Thomas Baker)
 
54
   - Cleanups: strings bug in virsh (Daniel Berrange), various cleanups
 
55
          in storage code (Cole Robinson), rpm spec cleanups, destructors
 
56
          data cleanups (Laine Stump), some QEmu code refactoring (Daniel
 
57
          Berrange), avoid dependancy on libcap (Daniel Berrange), python
 
58
          import cleanup (Cole Robinson), virAsprintf based cleanups in
 
59
          storage code (Cole Robinson), fix some direct stderr logging,
 
60
          OpenNebula driver cleanups (Daniel Berrange)
 
61
 
 
62
 
 
63
0.6.3: Apr 24 2009:
 
64
   - New features: VirtualBox driver support (Pritesh Kothari),
 
65
          virt-xml-validate new command (Daniel Berrange)
 
66
   - Portability: patch to build on Centos (Joseph Shraibman),
 
67
          build breakage (Anton Protopopov), 
 
68
   - Documentation: Linux Containers documentation (Serge Hallyn),
 
69
          improvement and updates of architecture pages, fix
 
70
          virNodeGetFreeMemory documentation to reflect reality,
 
71
          man page cleanups (Daniel Berrange), man page typo
 
72
          (Robert P. J. Day), VirtualBox Documentation (Pritesh Kothari),
 
73
          
 
74
   - Bug fixes: veth off-by-one error (Dan Smith), vcpupin to inactive
 
75
          Xen crash (Takahashi Tomohiro), virsh ttyconsole return value,
 
76
          use format= not fmt= on QEmu commandline (Mark McLoughlin),
 
77
          use UUID for internal domain lookups (Daniel Berrange), remote
 
78
          domain ID related bugs (Daniel Berrange), QEmu pidfile handling
 
79
          bugs (Daniel Berrange), network config handling on old Xen (Daniel
 
80
          Berrange)
 
81
   - Improvements: add SCSI storage rescan (David Allan), rootless
 
82
          LXC containers support improvements (Serge Hallyn), getHostname
 
83
          support for LXC (Dan Smith), cleanup and logging output of some
 
84
          domain functions (Guido G�nther), drop pool lock when allocating
 
85
          volumes (Cole Robinson), LXC handle kernel without CLONE_NEWUSER
 
86
          support (Serge Hallyn), cpu pinning on defined Xen domains (Takahashi
 
87
          Tomohiro), dynamic bridge names support (Soren Hansen), LXC use
 
88
          of private /dev/pts when available (Daniel Berrange),
 
89
          virNodeDeviceCreateXML and virNodeDeviceDestroy entry points
 
90
          (Dave Allan)
 
91
   - Cleanups: don't hardcode getgrnam_r buffer to 1024 bytes (Guido
 
92
          G�nther), qemudBuildCommandLine API cleanup (Daniel Berrange),
 
93
          
 
94
 
 
95
 
8
96
0.6.2: Apr  3 2009:
9
97
   - New features: support SASL auth for VNC server (Daniel Berrange),
10
98
          memory ballooning in QEMU (Daniel Berrange), SCSI HBA storage pool