Richard W.M. Jones
72cfaff5c5
Update copyright dates for 2025
...
Automated using this command:
perl -pi.bak -e 's/(20[012][0-9])-20[12][01234]/$1-2025/g' `git ls-files`
2025-02-16 17:00:46 +00:00
Richard W.M. Jones
e2c7bddf10
Update copyright dates for 2023
...
Run this command across the source:
perl -pi.bak -e 's/(20[012][0-9])-20[12][012]/$1-2023/g' `git ls-files`
and remove changes to po{,-docs}/*.po{,t} (these will be regenerated
later when we run 'make dist').
2023-02-07 10:50:48 +00:00
Richard W.M. Jones
b89f377540
Version 1.43.2.
2020-09-21 18:56:18 +01:00
Richard W.M. Jones
bfe98ffe13
Update release notes for 1.42.
...
Also update generator/authors.ml so that ‘make maintainer-check-authors’
passes.
2020-03-09 13:35:40 +00:00
Richard W.M. Jones
0e17236d7d
Update copyright dates to 2020.
2020-03-06 19:32:32 +00:00
Pino Toscano
dea9636c59
Remove remaining virt-p2v bits
...
Remove (almost) all the remaining bits related to virt-p2v.
2019-09-10 17:52:16 +02:00
Pino Toscano
fe96e24001
p2v: generate C about data authors from AUTHORS file
...
Create a small Perl script to generate about-authors.c from the p2v
AUTHORS file at build time, instead of generating in the generator
at dist time.
2019-07-03 12:41:02 +02:00
Pino Toscano
1fe60aabdf
p2v: remove non-author credits
...
Soon only the virt-p2v authors will be available, so remove all the
other roles. This leaves only in the virt-p2v about dialog, which is a
mild regression compared to the current situation, although it is just
for user information.
2019-07-03 12:40:52 +02:00
Pino Toscano
7ad6afc222
p2v: generate an AUTHORS file
...
Create a simple AUTHORS file for virt-p2v, so it is easier to
extract or use it later on.
2019-07-02 15:40:39 +02:00
Richard W.M. Jones
05d4fcb64d
Update copyright dates for 2019.
...
This command run over the source:
perl -pi.bak -e 's/(20[01][0-9])-2018/$1-2019/g' `git ls-files`
2019-01-08 11:58:30 +00:00
Richard W.M. Jones
598e879ad1
Version 1.39.9.
2018-08-28 22:17:02 +01:00
Richard W.M. Jones
0521a2f9b7
Version 1.39.7.
2018-07-14 10:23:45 +01:00
Richard W.M. Jones
d3dded2208
Update AUTHORS.
2018-06-29 10:22:36 +01:00
Richard W.M. Jones
140a25b511
authors: Add Nikolay Ivanets (alternate form).
2018-05-15 14:05:03 +01:00
Richard W.M. Jones
5982f7aec8
authors: Add Adam Robinson.
2018-05-15 14:05:03 +01:00
Richard W.M. Jones
70741b9121
Update AUTHORS
2018-04-20 13:17:05 +01:00
Richard W.M. Jones
dc44de5e23
authors: Add a list of aliases.
...
This handles the case where a single author has multiple different
names in the git commit history.
2018-02-09 09:39:00 +00:00
Richard W.M. Jones
382b544731
Version 1.37.37.
2018-02-06 14:24:18 +00:00
Richard W.M. Jones
1190b8ce56
generator: Update AUTHORS.
2017-12-10 09:34:29 +00:00
Richard W.M. Jones
5741b3734c
Version 1.37.29.
2017-10-07 17:13:10 +01:00
Richard W.M. Jones
9b2790c666
Version 1.37.22.
2017-09-04 17:25:41 +01:00
Richard W.M. Jones
089ade6f95
Version 1.37.20.
2017-08-03 18:49:01 +01:00
Richard W.M. Jones
61d4891ef4
mllib: Split ‘Common_utils’ into ‘Std_utils’ + ‘Common_utils’.
...
The new module ‘Std_utils’ contains only functions which are pure
OCaml and depend only on the OCaml stdlib. Therefore these functions
may be used by the generator.
The new module is moved to ‘common/mlstdutils’.
This also removes the "<stdlib>" hack, and the code which copied the
library around.
Also ‘Guestfs_config’, ‘Libdir’ and ‘StringMap’ modules are moved
since these are essentially the same.
The bulk of this change is just updating files which use
‘open Common_utils’ to add ‘open Std_utils’ where necessary.
2017-07-10 17:01:59 +01:00
Richard W.M. Jones
34755dd86a
generator, p2v: Generate AUTHORS and p2v/about-authors.c from a single place.
...
This also improves the "Credits" box in virt-p2v. With Gtk >= 3.4
this can now show all contributors organized by the nature of their
contribution.
2017-03-25 14:04:44 +00:00