Version 1.26 master v1.26
authorRichard W.M. Jones <rjones@redhat.com>
Tue, 2 Jul 2024 10:00:13 +0000 (11:00 +0100)
committerRichard W.M. Jones <rjones@redhat.com>
Tue, 2 Jul 2024 10:03:57 +0000 (11:03 +0100)
Also updated a few copyright dates to 2024.

And fixed some missing EXTRA_DIST entries, found by
'make dist && make maintainer-check-extra-dist':

  Checking for differences between EXTRA_DIST and git ...
  tests/alibaba-cloud-arm/sbin/timeout
  tests/alibaba-cloud-x86/sbin/timeout
  virt-what-cvm.pod

Makefile.am
README
configure.ac
tests/Makefile.am
tests/alibaba-cloud-arm/Makefile.am
tests/alibaba-cloud-x86/Makefile.am
virt-what.pod

index b68540f..fdab435 100644 (file)
@@ -1,5 +1,5 @@
 # Makefile for virt-what
-# Copyright (C) 2008-2011 Red Hat Inc.
+# Copyright (C) 2008-2024 Red Hat Inc.
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -19,7 +19,7 @@ AM_CPPFLAGS = -Wall
 
 CLEANFILES = virt-what *~
 
-EXTRA_DIST = .gitignore virt-what.in virt-what.pod
+EXTRA_DIST = .gitignore virt-what.in virt-what.pod virt-what-cvm.pod
 
 SUBDIRS = . tests
 
@@ -64,8 +64,8 @@ maintainer-check-extra-dist:
 # Commit everything in the current directory and set the commit
 # message to the current version number.
 maintainer-commit:
-       git commit -a -m "Version $(VERSION)."
+       git commit -a -m "Version $(VERSION)"
 
 # Tag HEAD with the current version.
 maintainer-tag:
-       git tag -a v$(VERSION) -m "Version $(VERSION)." -f
+       git tag -a v$(VERSION) -m "Version $(VERSION)" -f
diff --git a/README b/README
index 6ff7299..69eb882 100644 (file)
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
 virt-what
-Copyright (C) 2008-2011 Red Hat Inc.
+Copyright (C) 2008-2024 Red Hat Inc.
 ----------------------------------------------------------------------
 
 This is a collection of scripts which you can use to work out what
index 1818c59..48b475b 100644 (file)
@@ -1,5 +1,5 @@
 # virt-what
-# Copyright (C) 2008-2022 Red Hat Inc.
+# Copyright (C) 2008-2024 Red Hat Inc.
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -15,7 +15,7 @@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
-AC_INIT([virt-what],[1.25])
+AC_INIT([virt-what],[1.26])
 AM_INIT_AUTOMAKE([foreign])
 
 dnl Check for basic C environment.
index 36bf918..55d11be 100644 (file)
@@ -1,5 +1,5 @@
 # Makefile for virt-what
-# Copyright (C) 2008-2011 Red Hat Inc.
+# Copyright (C) 2008-2024 Red Hat Inc.
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
index 09ce078..55f27de 100644 (file)
@@ -24,5 +24,6 @@ EXTRA_DIST = \
        proc/cpuinfo \
        proc/self/status \
        sbin/dmidecode \
+       sbin/timeout \
        sbin/uname \
        sbin/virt-what-cpuid-helper
index b748df8..f4b30e4 100644 (file)
@@ -24,5 +24,6 @@ EXTRA_DIST = \
        proc/cpuinfo \
        proc/self/status \
        sbin/dmidecode \
+       sbin/timeout \
        sbin/uname \
        sbin/virt-what-cpuid-helper
index 8d30cf4..d5eeb76 100644 (file)
@@ -430,7 +430,7 @@ Richard W.M. Jones <rjones @ redhat . com>
 
 =head1 COPYRIGHT
 
-(C) Copyright 2008-2022 Red Hat Inc.,
+(C) Copyright 2008-2024 Red Hat Inc.,
 L<http://people.redhat.com/~rjones/virt-what/>
 
 This program is free software; you can redistribute it and/or modify