mirror of https://gitee.com/openkylin/libvirt.git
remove cvs $Id$ strings
* po/id.po: Likewise. * qemud/remote_generate_stubs.pl: Likewise. * src/virsh.c: Likewise. * tests/testutils.c: Likewise. * tests/testutils.h: Likewise. * RENAMES: Likewise.
This commit is contained in:
parent
8c0c10475d
commit
9c5470d292
10
ChangeLog
10
ChangeLog
|
@ -1,3 +1,13 @@
|
||||||
|
Fri Dec 12 13:41:31 +0100 2008 Jim Meyering <meyering@redhat.com>
|
||||||
|
|
||||||
|
remove cvs $Id$ strings
|
||||||
|
* po/id.po: Likewise.
|
||||||
|
* qemud/remote_generate_stubs.pl: Likewise.
|
||||||
|
* src/virsh.c: Likewise.
|
||||||
|
* tests/testutils.c: Likewise.
|
||||||
|
* tests/testutils.h: Likewise.
|
||||||
|
* RENAMES: Likewise.
|
||||||
|
|
||||||
Fri Dec 12 13:16:05 +0100 2008 Jim Meyering <meyering@redhat.com>
|
Fri Dec 12 13:16:05 +0100 2008 Jim Meyering <meyering@redhat.com>
|
||||||
|
|
||||||
libvirtd: plug a nominal leak
|
libvirtd: plug a nominal leak
|
||||||
|
|
2
RENAMES
2
RENAMES
|
@ -2,8 +2,6 @@
|
||||||
#
|
#
|
||||||
# File renames don't normally go into patches because they make
|
# File renames don't normally go into patches because they make
|
||||||
# the patches much harder to read, so list them here instead.
|
# the patches much harder to read, so list them here instead.
|
||||||
#
|
|
||||||
# $Id$
|
|
||||||
|
|
||||||
# Clearer naming scheme after Xen-unified patch went in.
|
# Clearer naming scheme after Xen-unified patch went in.
|
||||||
src/xen_internal.c src/xen_internal_hv.c
|
src/xen_internal.c src/xen_internal_hv.c
|
||||||
|
|
1
po/id.po
1
po/id.po
|
@ -1,7 +1,6 @@
|
||||||
# translation of libvirt to Bahasa Indonesia (id).
|
# translation of libvirt to Bahasa Indonesia (id).
|
||||||
# This file is distributed under the same license as the libvirt package.
|
# This file is distributed under the same license as the libvirt package.
|
||||||
# Teguh DC <dheche@songolimo.net>, 2007.
|
# Teguh DC <dheche@songolimo.net>, 2007.
|
||||||
# $Id$
|
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: libvirt\n"
|
"Project-Id-Version: libvirt\n"
|
||||||
|
|
|
@ -4,8 +4,6 @@
|
||||||
# code for both ends of the remote connection.
|
# code for both ends of the remote connection.
|
||||||
#
|
#
|
||||||
# By Richard Jones <rjones@redhat.com>
|
# By Richard Jones <rjones@redhat.com>
|
||||||
#
|
|
||||||
# $Id$
|
|
||||||
|
|
||||||
use strict;
|
use strict;
|
||||||
|
|
||||||
|
|
|
@ -8,9 +8,6 @@
|
||||||
* Daniel Veillard <veillard@redhat.com>
|
* Daniel Veillard <veillard@redhat.com>
|
||||||
* Karel Zak <kzak@redhat.com>
|
* Karel Zak <kzak@redhat.com>
|
||||||
* Daniel P. Berrange <berrange@redhat.com>
|
* Daniel P. Berrange <berrange@redhat.com>
|
||||||
*
|
|
||||||
*
|
|
||||||
* $Id$
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
|
@ -1,13 +1,11 @@
|
||||||
/*
|
/*
|
||||||
* testutils.c: basic test utils
|
* testutils.c: basic test utils
|
||||||
*
|
*
|
||||||
* Copyright (C) 2005-2007 Red Hat, Inc.
|
* Copyright (C) 2005-2008 Red Hat, Inc.
|
||||||
*
|
*
|
||||||
* See COPYING.LIB for the License of this software
|
* See COPYING.LIB for the License of this software
|
||||||
*
|
*
|
||||||
* Karel Zak <kzak@redhat.com>
|
* Karel Zak <kzak@redhat.com>
|
||||||
*
|
|
||||||
* $Id$
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
|
@ -1,13 +1,11 @@
|
||||||
/*
|
/*
|
||||||
* utils.c: test utils
|
* utils.c: test utils
|
||||||
*
|
*
|
||||||
* Copyright (C) 2005 Red Hat, Inc.
|
* Copyright (C) 2005, 2008 Red Hat, Inc.
|
||||||
*
|
*
|
||||||
* See COPYING.LIB for the License of this software
|
* See COPYING.LIB for the License of this software
|
||||||
*
|
*
|
||||||
* Karel Zak <kzak@redhat.com>
|
* Karel Zak <kzak@redhat.com>
|
||||||
*
|
|
||||||
* $Id$
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __VIT_TEST_UTILS_H__
|
#ifndef __VIT_TEST_UTILS_H__
|
||||||
|
|
Loading…
Reference in New Issue