diff --git a/TODO b/TODO index 25d83fc4f3..8c92f321f3 100644 --- a/TODO +++ b/TODO @@ -1,5 +1,4 @@ Absolute TODOs: -- fix the python bindings - Create() API, how do we best keep flexibility and allow various specific environment and space for evolution (VMX) - thread protection, reentrancy, refcounting, etc ... @@ -16,8 +15,10 @@ Probable TODOs: - bindings for more languages Would-be-nice TODO: +- man page for virsh and the libraries entry points - support for QEmu and other virtualization engines Done: - make dist and make rpm targets - set a no public by default policy for libvir symbols +- fix the python bindings diff --git a/configure.in b/configure.in index a30f0678db..53a60911b3 100644 --- a/configure.in +++ b/configure.in @@ -5,7 +5,7 @@ AC_CANONICAL_HOST LIBVIR_MAJOR_VERSION=0 LIBVIR_MINOR_VERSION=0 -LIBVIR_MICRO_VERSION=1 +LIBVIR_MICRO_VERSION=2 LIBVIR_MICRO_VERSION_SUFFIX= LIBVIR_VERSION=$LIBVIR_MAJOR_VERSION.$LIBVIR_MINOR_VERSION.$LIBVIR_MICRO_VERSION$LIBVIR_MICRO_VERSION_SUFFIX LIBVIR_VERSION_INFO=`expr $LIBVIR_MAJOR_VERSION + $LIBVIR_MINOR_VERSION`:$LIBVIR_MICRO_VERSION:$LIBVIR_MINOR_VERSION diff --git a/docs/APIchunk0.html b/docs/APIchunk0.html index 373d5d78ef..ad5c0b463f 100644 --- a/docs/APIchunk0.html +++ b/docs/APIchunk0.html @@ -253,4 +253,4 @@