From: Petr Lautrbach <lautrbach@redhat.com>
To: James Carter <jwcart2@gmail.com>, selinux@vger.kernel.org
Cc: cgzones@googlemail.com
Subject: Re: [PATCH] libsepol: Fix the version number for the latest exported function
Date: Thu, 17 Aug 2023 09:42:26 +0200 [thread overview]
Message-ID: <87ttsyktct.fsf@redhat.com> (raw)
In-Reply-To: <20230816190934.729086-1-jwcart2@gmail.com>
James Carter <jwcart2@gmail.com> writes:
> cil_write_post_ast() should be in libsepol version 3.6, since version
> 3.5 has already been released.
>
> Signed-off-by: James Carter <jwcart2@gmail.com>
Acked-by: Petr Lautrbach <lautrbach@redhat.com>
> ---
> libsepol/src/libsepol.map.in | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/libsepol/src/libsepol.map.in b/libsepol/src/libsepol.map.in
> index 6ad68f0b..e5e6608c 100644
> --- a/libsepol/src/libsepol.map.in
> +++ b/libsepol/src/libsepol.map.in
> @@ -290,7 +290,7 @@ LIBSEPOL_3.4 {
> sepol_validate_transition_reason_buffer;
> } LIBSEPOL_3.0;
>
> -LIBSEPOL_3.5 {
> +LIBSEPOL_3.6 {
> global:
> cil_write_post_ast;
> } LIBSEPOL_3.4;
> --
> 2.41.0
next prev parent reply other threads:[~2023-08-17 7:44 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-08-16 19:09 [PATCH] libsepol: Fix the version number for the latest exported function James Carter
2023-08-17 7:42 ` Petr Lautrbach [this message]
2023-10-12 17:51 ` James Carter
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87ttsyktct.fsf@redhat.com \
--to=lautrbach@redhat.com \
--cc=cgzones@googlemail.com \
--cc=jwcart2@gmail.com \
--cc=selinux@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.