Skip to content

Commit

Permalink
Bump version to 39 for libefivar and to 32 for libefiboot
Browse files Browse the repository at this point in the history
Signed-off-by: Renaud Métrich <rmetrich@redhat.com>
  • Loading branch information
rmetrich committed May 17, 2022
1 parent 3cc2eaa commit d0c8355
Show file tree
Hide file tree
Showing 6 changed files with 1,250 additions and 1,212 deletions.
2 changes: 1 addition & 1 deletion src/include/version.mk
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION=38
VERSION=39
828 changes: 425 additions & 403 deletions src/libefiboot.abixml

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions src/libefiboot.map.in
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,7 @@ LIBEFIBOOT_1.30 {
LIBEFIBOOT_1.31 {
global: efi_get_libefiboot_version;
} LIBEFIBOOT_1.30;

LIBEFIBOOT_1.32 {
global: efi_generate_ipv4_device_path_with_uri;
} LIBEFIBOOT_1.31;
124 changes: 62 additions & 62 deletions src/libefisec.abixml

Large diffs are not rendered by default.

1,500 changes: 754 additions & 746 deletions src/libefivar.abixml

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions src/libefivar.map.in
Original file line number Diff line number Diff line change
Expand Up @@ -164,3 +164,7 @@ LIBEFIVAR_1.38 {
efi_strptime;
efi_strftime;
} LIBEFIVAR_1.37;

LIBEFIVAR_1.39 {
global: efidp_make_uri;
} LIBEFIVAR_1.38;

0 comments on commit d0c8355

Please sign in to comment.