* configure.in NEWS libvirt.spec* doc/* po/*: making libvirt-0.4.4

release
* src/xm_internal.c: fix xm driver serialization escapes
* tests/xmconfigtest.c tests/xmconfigdata/test-escape-paths.cfg
  tests/xmconfigdata/test-escape-paths.xml: add test for previous
  problem
Daniel
This commit is contained in:
Daniel Veillard
2008-06-25 08:59:37 +00:00
parent 3f6d44e9c9
commit 93db3c61c0
85 changed files with 2151 additions and 2040 deletions

View File

@@ -380,7 +380,7 @@ extern virConnectAuthPtr virConnectAuthPtrDefault;
* version * 1,000,000 + minor * 1000 + micro
*/
#define LIBVIR_VERSION_NUMBER 4003
#define LIBVIR_VERSION_NUMBER 4004
int virGetVersion (unsigned long *libVer,
const char *type,