Setting tag plcapi-7.1-1
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Tue, 6 Feb 2024 10:55:43 +0000 (11:55 +0100)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Tue, 6 Feb 2024 10:55:43 +0000 (11:55 +0100)
plcapi.spec

index 84fc9d3..a3e1aea 100644 (file)
@@ -1,6 +1,6 @@
 %define name plcapi
 %define version 7.1
-%define taglevel 0
+%define taglevel 1
 
 %define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}}
 
@@ -127,6 +127,13 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue Feb 06 2024 Thierry Parmentelat <thierry.parmentelat@inria.fr> - plcapi-7.1-0
+- allow GetLeases 'clip' and 'alive' parameters to use lists
+  as tuples cannot be marshalled by the xmlrpc layer
+- packaging modified for f37
+- support for pgsql14/f37
+- use a configurable email as the From: when sending emails
+
 * Sat Apr 30 2022 Thierry Parmentelat <thierry.parmentelat@inria.fr> - plcapi-7.1-0
 - for php8 in f35:
 - * the phpxmlrpc layer has been upgraded to recent 4.6.1 that is php8-ready