Re: [PATCH v17 08/20] libtasn1: Add the documentation

2024-06-18 Thread Gary Lin via Grub-devel
On Mon, Jun 17, 2024 at 06:00:44PM +0200, Daniel Kiper wrote: > On Fri, Jun 14, 2024 at 02:45:41PM +0800, Gary Lin wrote: > > Document libtasn1 in docs/grub-dev.texi and add the upgrade steps. > > Also add the patches to make libtasn1 compatible with grub code. > > > > Signed-off-by: Gary Lin > >

Re: [PATCH v17 08/20] libtasn1: Add the documentation

2024-06-17 Thread Daniel Kiper via Grub-devel
On Fri, Jun 14, 2024 at 02:45:41PM +0800, Gary Lin wrote: > Document libtasn1 in docs/grub-dev.texi and add the upgrade steps. > Also add the patches to make libtasn1 compatible with grub code. > > Signed-off-by: Gary Lin > Reviewed-by: Vladimir Serbinenko > --- > docs/grub-dev.texi | 33 +++

[PATCH v17 08/20] libtasn1: Add the documentation

2024-06-13 Thread Gary Lin via Grub-devel
Document libtasn1 in docs/grub-dev.texi and add the upgrade steps. Also add the patches to make libtasn1 compatible with grub code. Signed-off-by: Gary Lin Reviewed-by: Vladimir Serbinenko --- docs/grub-dev.texi | 33 + 1 file changed, 33 insertions(+) diff --gi