+Thu Nov 22 00:14:04 CET 2007 Jim Meyering <meyering@redhat.com>
+
+ Fix a typo in a variable name.
+ * qemud/qemud.c: Check crl_file, not ca_file, for revocation list,
+ in remoteInitializeGnuTLS.
+
Wed Nov 21 17:29:42 CET 2007 Daniel Veillard <veillard@redhat.com>
* src/xm_internal.c: fix the parsing of predefined domains on
Sat Nov 17 11:04:33 UTC 2007 Daniel P. Berrange <berrange@redhat.com>
- * qemud/Makefile.am: Remove protocol.[chx] from EXTRA_DIST.
- Remove protocol.h and protocol.c from libvirtd_SOURCES.
- Remove protocol.c dependency.
- * qemud/protocol.c, qemud/protocol.h, qemud/protocol.x: Remove files.
- * qemud/internal.h: Don't include "protocol.h".
- * qemud/qemud.c: Clean up qemudDispatchClientRead.
- s/QEMUD_PKT_HEADER_XDR_LEN/REMOTE_MESSAGE_HEADER_XDR_LEN/
- * qemud/remote.c: In remoteDispatchClientRequest, reflect that the
- client buffer no longer starts with the 4-byte XDR header length.
- * qemud/remote_protocol.h: Regenerate.
- * qemud/remote_protocol.x: Define REMOTE_MESSAGE_HEADER_XDR_LEN.
- * src/Makefile.am: Remove protocol.h, protocol.c from SERVER_SOURCES.
+ * qemud/Makefile.am: Remove protocol.[chx] from EXTRA_DIST.
+ Remove protocol.h and protocol.c from libvirtd_SOURCES.
+ Remove protocol.c dependency.
+ * qemud/protocol.c, qemud/protocol.h, qemud/protocol.x: Remove files.
+ * qemud/internal.h: Don't include "protocol.h".
+ * qemud/qemud.c: Clean up qemudDispatchClientRead.
+ s/QEMUD_PKT_HEADER_XDR_LEN/REMOTE_MESSAGE_HEADER_XDR_LEN/
+ * qemud/remote.c: In remoteDispatchClientRequest, reflect that the
+ client buffer no longer starts with the 4-byte XDR header length.
+ * qemud/remote_protocol.h: Regenerate.
+ * qemud/remote_protocol.x: Define REMOTE_MESSAGE_HEADER_XDR_LEN.
+ * src/Makefile.am: Remove protocol.h, protocol.c from SERVER_SOURCES.
Thu Nov 15 17:43:00 UTC 2007 Richard W.M. Jones <rjones@redhat.com>