Skip to content

Commit

Permalink
Sync changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
vit9696 committed Jun 5, 2021
1 parent 0b636b9 commit da8b67a
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 27 deletions.
3 changes: 3 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
gfxutil changelog
=================
#### 1.81b
- Improved compatibility with older EFI device paths having invalid trailing node (0xFF)

#### 1.80b
- Replaced efidevp.h, efidevp.c according to the following changes:
- Added edk2 for efi stuff. It is used for all device path conversions to and from text.
Expand Down
52 changes: 26 additions & 26 deletions gfxutil.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@
CLANG_ENABLE_OBJC_WEAK = YES;
CODE_SIGN_IDENTITY = "-";
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 1.80b;
CURRENT_PROJECT_VERSION = 1.81b;
GCC_DYNAMIC_NO_PIC = NO;
GCC_MODEL_TUNING = G5;
GCC_OPTIMIZATION_LEVEL = 0;
Expand All @@ -362,20 +362,20 @@
OTHER_LDFLAGS = "";
PRODUCT_NAME = gfxutil;
SYSTEM_HEADER_SEARCH_PATHS = (
"../edk2/MdePkg/Include/X64",
"../edk2/MdePkg/Include",
"../edk2/MdePkg/Library/UefiDevicePathLib",
"../edk2/MdePkg/Library/UefiMemoryLib",
"../edk2/MdePkg/Library/BaseLib",
"../edk2/MdePkg/Library/BasePrintLib",
../edk2/MdePkg/Include/X64,
../edk2/MdePkg/Include,
../edk2/MdePkg/Library/UefiDevicePathLib,
../edk2/MdePkg/Library/UefiMemoryLib,
../edk2/MdePkg/Library/BaseLib,
../edk2/MdePkg/Library/BasePrintLib,
);
USER_HEADER_SEARCH_PATHS = (
"../edk2/MdePkg/Include/X64",
"../edk2/MdePkg/Include",
"../edk2/MdePkg/Library/UefiDevicePathLib",
"../edk2/MdePkg/Library/UefiMemoryLib",
"../edk2/MdePkg/Library/BaseLib",
"../edk2/MdePkg/Library/BasePrintLib",
../edk2/MdePkg/Include/X64,
../edk2/MdePkg/Include,
../edk2/MdePkg/Library/UefiDevicePathLib,
../edk2/MdePkg/Library/UefiMemoryLib,
../edk2/MdePkg/Library/BaseLib,
../edk2/MdePkg/Library/BasePrintLib,
);
ZERO_LINK = YES;
};
Expand All @@ -386,7 +386,7 @@
buildSettings = {
CLANG_ENABLE_OBJC_WEAK = YES;
CODE_SIGN_IDENTITY = "-";
CURRENT_PROJECT_VERSION = 1.80b;
CURRENT_PROJECT_VERSION = 1.81b;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
GCC_MODEL_TUNING = G5;
INSTALL_PATH = /usr/local/bin;
Expand All @@ -401,20 +401,20 @@
OTHER_LDFLAGS = "";
PRODUCT_NAME = gfxutil;
SYSTEM_HEADER_SEARCH_PATHS = (
"../edk2/MdePkg/Include/X64",
"../edk2/MdePkg/Include",
"../edk2/MdePkg/Library/UefiDevicePathLib",
"../edk2/MdePkg/Library/UefiMemoryLib",
"../edk2/MdePkg/Library/BaseLib",
"../edk2/MdePkg/Library/BasePrintLib",
../edk2/MdePkg/Include/X64,
../edk2/MdePkg/Include,
../edk2/MdePkg/Library/UefiDevicePathLib,
../edk2/MdePkg/Library/UefiMemoryLib,
../edk2/MdePkg/Library/BaseLib,
../edk2/MdePkg/Library/BasePrintLib,
);
USER_HEADER_SEARCH_PATHS = (
"../edk2/MdePkg/Include/X64",
"../edk2/MdePkg/Include",
"../edk2/MdePkg/Library/UefiDevicePathLib",
"../edk2/MdePkg/Library/UefiMemoryLib",
"../edk2/MdePkg/Library/BaseLib",
"../edk2/MdePkg/Library/BasePrintLib",
../edk2/MdePkg/Include/X64,
../edk2/MdePkg/Include,
../edk2/MdePkg/Library/UefiDevicePathLib,
../edk2/MdePkg/Library/UefiMemoryLib,
../edk2/MdePkg/Library/BaseLib,
../edk2/MdePkg/Library/BasePrintLib,
);
};
name = Release;
Expand Down
2 changes: 1 addition & 1 deletion main.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

// Constants
#define MAX_FILENAME 255
#define VERSION "1.80b"
#define VERSION "1.81b"

typedef enum FILE_TYPES
{
Expand Down

0 comments on commit da8b67a

Please sign in to comment.