Richard W.M. Jones
9d278d858f
docs: Add outline release notes for libguestfs 1.58
...
This will be released some time in December.
2025-11-19 13:43:56 +00:00
Richard W.M. Jones
8836c3d075
docs: Add outline release notes for libguestfs 1.56
2025-05-06 18:16:33 +01:00
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
49f118e9da
docs: Create outline release notes for 1.54
2024-10-02 16:13:52 +01:00
Richard W.M. Jones
68fcf11456
docs: Add outline release notes for libguestfs 1.52
2024-01-04 13:47:34 +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
34d378cef2
docs: Add outline release notes for forthcoming 1.50 stable release
2023-01-31 15:54:46 +00:00
Richard W.M. Jones
2f4fb09de3
docs: Add preliminary release notes for 1.48
2022-03-08 12:26:09 +00:00
Richard W.M. Jones
25ddaefb03
docs: Recreate guestfs-release-notes(1) page
...
Commit e9eaf4d889 ("docs: Split release notes by release.") split the
old guestfs-release-notes(1) page by release, but left now-broken
links to guestfs-release-notes(1) in various places in the
documentation.
The easiest way to fix this is to recreate this page by renaming
guestfs-release-notes-historical(1) as guestfs-release-notes(1) and
adding links to the other release notes pages.
Fixes: commit e9eaf4d889
2022-03-08 11:05:04 +00:00
Richard W.M. Jones
e9eaf4d889
docs: Split release notes by release.
...
See analogous change in nbdkit for the rationale:
98395d6f7a
2019-11-13 12:49:54 +00:00
Richard W.M. Jones
1db0140428
docs: Finalize release notes for 1.40.
...
Updates commit 0ce8ecdf66 .
2019-01-15 14:44:16 +00: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
0ce8ecdf66
Update release notes for 1.40 release.
2019-01-07 20:03:40 +00:00
Richard W.M. Jones
ed1c8fcfd7
docs: Finalize release notes for 1.38.
2018-02-09 09:39:00 +00:00
Yuri Chornoivan
7e4f03d2c2
Fix minor typos
2018-02-08 13:20:34 +01:00
Richard W.M. Jones
900cdc9d8e
docs: release notes: Hivex 1.3.14 is _not_ required.
2018-02-07 13:26:23 +00:00
Richard W.M. Jones
ee36f582d4
docs: Update release notes for 1.38 release.
2018-02-06 13:27:45 +00:00
Richard W.M. Jones
212762c593
Update copyright dates for 2018.
...
Run the following command over the source:
perl -pi.bak -e 's/(20[01][0-9])-2017/$1-2018/g' `git ls-files`
2018-01-04 15:30:10 +00:00
Richard W.M. Jones
97fb893878
docs: Finalize release notes for libguestfs 1.36 release.
2017-02-27 23:10:25 +00:00
Richard W.M. Jones
6070f70e54
docs: release notes: add-domain now supports libvirt secrets.
...
Thanks: Pino Toscano
2017-02-24 17:37:55 +00:00
Richard W.M. Jones
a117382828
docs: Update release notes for libguestfs 1.36 release.
2017-02-24 16:58:57 +00:00
Richard W.M. Jones
ba1e9f8bfc
docs: Begin updating release notes for libguestfs 1.36.
2017-02-24 13:08:37 +00:00
Pino Toscano
55bf7de97c
Update copyright dates for 2017
...
Run the following command over the source:
perl -pi.bak -e 's/(20[01][0-9])-2016/$1-2017/g' `git ls-files`
(Thanks Rich for the perl snippet, as used in past years.)
2017-01-03 16:48:21 +01:00
Richard W.M. Jones
79e2d44365
docs: Fix release notes, Citrix Xen -> SUSE Xen.
...
I got the wrong end of the stick. Cédric tested SUSE Xen,
not Citrix (upstream) Xen.
2016-08-26 10:04:19 +01:00
Richard W.M. Jones
4ad5652c99
Update release notes.
...
Also remove "draft" logo since these are close to being finalized
for the 1.34 release.
2016-08-08 12:31:15 +01:00
Richard W.M. Jones
74b13550db
Update release notes.
2016-07-21 21:17:14 +01:00
Richard W.M. Jones
acde5a6f95
Finalize release notes for libguestfs 1.32.
2016-01-06 11:18:35 +00:00
Richard W.M. Jones
307c83177c
Update copyright dates for 2016.
...
Run the following command over the source:
perl -pi.bak -e 's/(20[01][0-9])-2015/$1-2016/g' `git ls-files`
2016-01-02 21:19:51 +00:00
Richard W.M. Jones
8ec4ebb952
Update release notes.
2015-12-15 16:49:30 +00:00
Richard W.M. Jones
2b50bad568
docs: Move guestfs-release-notes(1) to docs/ subdirectory.
...
I have also removed the text equivalent of this file. Originally I
added this because it was thought good to have the release notes
available in a format that doesn't require any special tools to read.
But:
- POD files are basically text.
- Debian tooling generates the text file in a slightly different way
from Fedora tooling, resulting in git marking the file as being
updated when it isn't really.
- github can format and display POD files.
2015-10-21 11:26:16 +01:00