diff --git a/.gitignore b/.gitignore index 1b36694820..ca73a98b79 100644 --- a/.gitignore +++ b/.gitignore @@ -19,6 +19,8 @@ config.status config.sub configure coverage +cscope.files +cscope.out libtool libvirt-*.tar.gz libvirt.pc diff --git a/ChangeLog b/ChangeLog index 6a3d14e380..a644d28f2b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Fri Jul 3 16:21:48 CEST 2009 Daniel Veillard + + * configure.in libvirt.spec.in NEWS docs/* po/*: release of + libvirt-0.6.5 + * .gitignore: adding cscope files + Fri Jul 3 15:08:24 CEST 2009 Daniel Veillard * src/qemu_conf.c: patch from C.J. Adams-Collier adding support diff --git a/configure.in b/configure.in index 5b79080d88..29c8867dce 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT([libvirt], [0.6.4]) +AC_INIT([libvirt], [0.6.5]) AC_CONFIG_SRCDIR([src/libvirt.c]) AC_CONFIG_AUX_DIR([build-aux]) AM_CONFIG_HEADER([config.h]) diff --git a/docs/news.html b/docs/news.html index 48be20f2c8..8228a88dad 100644 --- a/docs/news.html +++ b/docs/news.html @@ -76,6 +76,55 @@

Here is the list of official releases, however since it is early on in the development of libvirt, it is preferable when possible to just use the CVS version or snapshot, contact the mailing list and check the ChangeLog to gauge progress.

+

0.6.5: Jul 3 2009

+

0.6.4: May 29 2009