Re: [libvirt] Release of libvirt-1.0.2

2013-01-31 Thread Jason Helfman
On Wed, Jan 30, 2013 at 2:05 AM, Daniel Veillard veill...@redhat.comwrote:

   As scheduled, I just made the release today, it is tagged in git
 and tarball and rpms are available at the usual FTP place:

 ftp://libvirt.org/libvirt/

  This is a large release, including over 450 commit, with a lot of
 code refactoring, improvements and a huge set of fixes a lot of them
 coming from the cleanup of the Coverity reports. Considering the volume
 of changes let's schedule the next release (probably 1.0.3) for the end
 of the month of February.


Thanks everyone! I committed the update yesterday evening to FreeBSD!
Please be sure to report any issue or improvements to myself, or you may
put in a problem report here http://www.freebsd.org/send-pr.html

-jgh

--
Jason Helfman  | FreeBSD Committer
j...@freebsd.org | http://people.freebsd.org/~jgh  | The Power to Serve
--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list

[libvirt] Release of libvirt-1.0.2

2013-01-30 Thread Daniel Veillard
  As scheduled, I just made the release today, it is tagged in git
and tarball and rpms are available at the usual FTP place:

ftp://libvirt.org/libvirt/

 This is a large release, including over 450 commit, with a lot of
code refactoring, improvements and a huge set of fixes a lot of them
coming from the cleanup of the Coverity reports. Considering the volume
of changes let's schedule the next release (probably 1.0.3) for the end
of the month of February.

Features:
- LXC improvements (Daniel P. Berrange)
- S390 architecture improvement (Viktor Mihajlovski)
- Power architecture improvement (Li Zhang)
- large Coverity report cleanups and associated bug fixes (John Ferlan)
- virTypedParams* APIs to helps with those data structures (Jiri Denemark)

Documentation:
- aesthetical cleanups (Martin Kletzander)
- fix missed documentation for virterror functions (Claudio Bley)
- util: Fix docs for virBitmapParse (Peter Krempa)
- rng: Have colorful *.rng with editor (Osier Yang)
- safe{read,write}: Document usage with nonblocking FD (Michal Privoznik)
- Generate documentation for virTypedParams* APIs (Jiri Denemark)
- event.c source file was renamed as virevent.c (Jiri Denemark)
- Add some style and color to the HTML documentation (Claudio Bley)
- don't use i and tt HTML tags (Claudio Bley)
- Assign classes to documentation elements (Claudio Bley)
- remove extra  (Eric Blake)
- maint: typo fix (Eric Blake)
- restrict the set of characters for info keys (Claudio Bley)
- simplify code (Claudio Bley)
- mention git rename detection (Eric Blake)
- add some more hacking tips (Eric Blake)
- fix typo in isa-serial additions (Laine Stump)
- network: fix typos and docs (Guannan Ren)
- maint: fix comment typo (Eric Blake)
- break longer text into paragraphs in HTML (Claudio Bley)
- remove duplicate check in index.add (Claudio Bley)
- Add missing flags to migrate documentation (Guido Günther)
- Add docs and rng schema for new XML tag sgio (Osier Yang)
- Fix the comment grammar (Osier Yang)
- Remove the inexistent function in comments (Osier Yang)
- fix typo in the word affinities (Martin Kletzander)
- Fix documentation for readonly element (Jiri Denemark)
- Replace /br with br/ in docs/news.html.in (Peter Krempa)


Portability:
- Make sure we only abort without libcurl if $with_esx = yes (Guido Günther)
- build: Fix RPM build errors related to libvirt-lxc API (Viktor Mihajlovski)
- build: fix build on BSD (Eric Blake)
- build: further fixes for broken if_bridge.h (Eric Blake)
- securityselinuxhelper.c: Don't try to include xattr.h if not available (John 
Ferlan)
- build: work around broken kernel header (Eric Blake)
- build: avoid m4_expand for RHEL 5 (Eric Blake)
- build: move file deleting action from %files list to %install (Yufang Zhang)
- build: libvirt-guests files misplaced in specfile (Viktor Mihajlovski)
- build: fix mingw rpm build (Eric Blake)
- build: fix build with optimization enabled (Eric Blake)
- build: make broken -Wlogical-op test be gcc-only (Eric Blake)
- util: FreeBSD: stub out CPU affinity functions (Roman Bogorodskiy)
- nodeinfo: add FreeBSD support (Roman Bogorodskiy)
- build: Check for broken GCC -Wlogical-op in configure (Viktor Mihajlovski)

Bug fixes:
- conf: Don't format cputune element when not needed (Martin Kletzander)
- conf: Fix cpumask leak in virDomainDefFree (Ján Tomko)
- qemu: Destroy domain on decompression binary error (Michal Privoznik)
- rpc: Fix crash on error paths of message dispatching (Peter Krempa)
- vbox: Address false positive for NULL dereference (John Ferlan)
- libxl: Fix removing non-persistent domain after save (Jim Fehlig)
- libxl: Fix race between destruction of objects (Jim Fehlig)
- libxl: Fix races in libxl event code (Jim Fehlig)
- libxl: Fix handling of timeouts (Jim Fehlig)
- conf: avoid NULL deref for pmsuspended domain state (Eric Blake)
- qemu_monitor: Fix tray-open attribute in query-block (Michal Privoznik)
- Fix bogus reporting of KVM support for non-native emulators (Daniel P. 
Berrange)
- Move QEMU capabilities initialization later in QEMU startup (Daniel P. 
Berrange)
- Fix performance  reliabilty of QMP probing (Daniel P. Berrange)
- qemu: escape ipv6 for rbd network disk hosts (Josh Durgin)
- snapshot: fix state after external snapshot of S3 domain (Eric Blake)
- python: Fix bindings for virDomainSnapshotGet{Domain,Connect} (Jiri Denemark)
- Fix crash free'ing securityDriverNames in QEMU driver (Daniel P. Berrange)
- Fix leak of securityDriverNames (Daniel P. Berrange)
- Avoid use of free'd memory in auto destroy callback (Daniel P. Berrange)
- Ensure nodeinfo struct is initialized to zero (Daniel P. Berrange)
- apparmor: Avoid freeing uninitialized pointer (Jiri Denemark)
- xen: Actually fix the uninitialized variable (Peter Krempa)
- xen: Initialize variable before using (Peter Krempa)
- util: Need to add virCommandFree() (John Ferlan)
- storage: Need to add virCommandFree() (John Ferlan)
- security: Need to add virCommandFree() (John Ferlan)
-