Commit Graph

1457 Commits

Author SHA1 Message Date
Richard W.M. Jones
91e8df37c1 Version 1.54.1. 2025-02-18 16:26:03 +00:00
Richard W.M. Jones
3fb6ebb342 Version 1.54.0. 2024-10-08 14:37:12 +01:00
Richard W.M. Jones
715b5def13 Version 1.53.7. 2024-10-03 13:09:36 +01:00
Richard W.M. Jones
ba6b5c71d4 Version 1.53.6. 2024-08-16 15:29:34 +01:00
Richard W.M. Jones
e631d1a78c Version 1.53.5. 2024-07-08 16:27:32 +01:00
Richard W.M. Jones
5b8b7baefd Version 1.53.4. 2024-06-28 12:50:43 +01:00
Richard W.M. Jones
06eff058a3 Version 1.53.3. 2024-06-27 16:40:55 +01:00
Richard W.M. Jones
ff3dd6f91f Version 1.53.2. 2024-05-10 16:47:17 +01:00
Richard W.M. Jones
c2f1825574 Version 1.53.1. 2024-04-25 13:43:28 +01:00
Richard W.M. Jones
836a977c16 Version 1.52.0. 2024-01-04 17:31:41 +00:00
Richard W.M. Jones
465db54be3 Version 1.51.10. 2023-12-19 15:30:45 +00:00
Richard W.M. Jones
e5788357cf Version 1.51.9. 2023-12-09 11:47:32 +00:00
Richard W.M. Jones
1dd3f3540e Version 1.51.8. 2023-11-16 13:27:49 +00:00
Richard W.M. Jones
b2f3994de2 New mailing list archives 2023-11-16 10:52:11 +00:00
Richard W.M. Jones
62b1deb125 Version 1.51.7. 2023-09-21 15:35:01 +01:00
Richard W.M. Jones
cc33c8185e Version 1.51.6. 2023-07-20 18:51:57 +01:00
Richard W.M. Jones
e4b4787df1 Version 1.51.5. 2023-07-14 20:59:29 +01:00
Richard W.M. Jones
8470269582 Version 1.51.4. 2023-06-27 14:10:29 +01:00
Richard W.M. Jones
7674d603e9 Version 1.51.3. 2023-04-19 13:03:03 +01:00
Richard W.M. Jones
8c5df4110b Version 1.51.2. 2023-02-21 22:41:30 +00:00
Richard W.M. Jones
ab52362320 build: Set release date correctly in web page
This was not being set because of some impenetrable problem with
autoconf.  The actual line which set the shell variable was simply
being deleted for some reason.  Using an m4 definition works.

Updates: commit f68752462e
2023-02-21 20:55:48 +00:00
Richard W.M. Jones
f68752462e build: Remove RELEASES file
The presence of this file complicates ./configure and you also have to
remember to update it on each release.  Replace it with a simple
RELEASE_DATE set in ./configure when the version is updated.

I also had to make a minor change to the generator which was using
this file both to check it was run from the source directory and to
get an exclusive lock.  We now use podwrapper.pl.in for this.
2023-02-16 11:58:30 +00:00
Richard W.M. Jones
43bb5c4306 Version 1.51.1. 2023-02-10 11:09:55 +00:00
Richard W.M. Jones
ceb1cf50e6 Version 1.50.0. 2023-02-07 11:23:45 +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
09c2a5404a Version 1.49.9. 2023-01-19 23:29:00 +00:00
Richard W.M. Jones
fbf7fe8793 build: Remove bundled copy of ocaml-augeas
This is now an external dependency.
2023-01-19 23:00:23 +00:00
Richard W.M. Jones
73fb8719d2 Version 1.49.8. 2022-12-10 12:17:12 +00:00
Richard W.M. Jones
55fdf761b1 Version 1.49.7. 2022-11-28 11:08:52 +00:00
Richard W.M. Jones
1bcf0bc5dd Version 1.49.6. 2022-11-21 16:46:05 +00:00
Richard W.M. Jones
cf89757883 Version 1.49.5. 2022-10-11 14:54:08 +01:00
Richard W.M. Jones
d8fce89eca Version 1.49.4. 2022-08-01 15:15:55 +01:00
Richard W.M. Jones
adfaf25a12 m4: Fix ./configure --disable-ocaml
OCaml is required to compile libguestfs, however we should still be
able to disable the OCaml bindings.  This didn't work because using
--disable-ocaml caused various configure tests to be skipped which are
required to compile the daemon.  In particular the check for
caml_alloc_initialized_string, resulting in this error:

pcre-c.c:47:1: error: static declaration of ‘caml_alloc_initialized_string’ follows non-static declaration
 caml_alloc_initialized_string (mlsize_t len, const char *p)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Also OCaml gettext is not required by libguestfs.  There are no *.ml
files used by libguestfs which require translation.

Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=2108425
Fixes: https://bugs.gentoo.org/820053
Fixes: commit 733d2182b6
2022-07-20 10:11:09 +01:00
Richard W.M. Jones
d68d1b2780 Version 1.49.3. 2022-07-01 15:27:25 +01:00
Richard W.M. Jones
4b1fd3f154 Version 1.49.2. 2022-05-26 11:17:09 +01:00
Richard W.M. Jones
a4f668fad3 Version 1.49.1. 2022-05-12 14:45:14 +01:00
Richard W.M. Jones
3d2f4e2ff3 Version 1.48.1. 2022-04-14 16:49:49 +01:00
Richard W.M. Jones
1b61ad0d3f Version 1.48.0. 2022-03-14 13:38:28 +00:00
Richard W.M. Jones
dbc2fd8dc8 lib: Remove libguestfs live
This experimental feature allowed you (in theory) to connect to an
existing instance of the libguestfs daemon.  (Again, in theory) it
allowed you to attach to running guests.  This didn't work well in
practice.  If you want to do this, install qemu-guest-agent inside
your guest instead.

This also disables the --live options in guestfish and guestmount.
(The option now prints an error).

This was never supported in RHEL.

The daemon tests relied on this connection method to perform tests on
a bare daemon, so this removes those tests.  They were not especially
valuable.

See-also: https://bugzilla.redhat.com/798980
2022-03-09 09:27:19 +00:00
Richard W.M. Jones
aeb8286e60 Version 1.47.4. 2022-03-08 14:21:06 +00:00
Richard W.M. Jones
7d19cf66f2 Version 1.47.3. 2022-03-01 11:11:57 +00:00
Richard W.M. Jones
d1e7e1a323 Version 1.47.2. 2021-12-24 10:08:03 +00:00
Richard W.M. Jones
d6773c102d Version 1.47.1. 2021-12-09 17:26:05 +00:00
Richard W.M. Jones
5c68392175 Version 1.46.0. 2021-09-23 14:52:46 +01:00
Richard W.M. Jones
13a1ae6da6 Version 1.45.7. 2021-08-31 16:32:02 +01:00
Richard W.M. Jones
6410c99844 Version 1.45.6. 2021-05-27 17:32:10 +01:00
Richard W.M. Jones
536b5ed993 Version 1.45.5. 2021-04-09 11:39:10 +01:00
Richard W.M. Jones
0f54df53d2 build: Remove gnulib.
As part of our efforts to clean up and simplify libguestfs, removing
gnulib deletes a large dependency that we mostly no longer use and
causes problems for new users trying to build the library from source.

A few modules from gnulib are still used (under a compatible license)
and these are copied into gnulib/lib/
2021-04-08 11:36:40 +01:00
Richard W.M. Jones
b18ac489db Version 1.45.4. 2021-04-03 12:10:13 +01:00
Richard W.M. Jones
0b7207b8c3 Version 1.45.3. 2021-03-29 19:42:29 +01:00