summaryrefslogtreecommitdiff
path: root/MdePkg/ChangeLog.txt
diff options
context:
space:
mode:
authorqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>2008-09-26 06:25:50 +0000
committerqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>2008-09-26 06:25:50 +0000
commit274e80dfc8e0b5ad3b02a8963480024d4a17eeeb (patch)
tree370fdb999e1df14ef840889660db82d7ddbad4c6 /MdePkg/ChangeLog.txt
parentf4e8509b62c1e96fa483133ca604109005be614d (diff)
downloadedk2-platforms-274e80dfc8e0b5ad3b02a8963480024d4a17eeeb.tar.xz
Add in Incompatible change.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5990 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/ChangeLog.txt')
-rw-r--r--MdePkg/ChangeLog.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/MdePkg/ChangeLog.txt b/MdePkg/ChangeLog.txt
index e3329ad0d2..ec4b0f372e 100644
--- a/MdePkg/ChangeLog.txt
+++ b/MdePkg/ChangeLog.txt
@@ -165,4 +165,16 @@ EDK_5939: Non-Compatible: qwang12
1) Add UefiLib to [LibraryClass] in INF if it is not included before.
2) Remove HiiLib from [LibraryClass] if HiiLibGetCurrentLanguage is the only API from original HiiLib referenced by this module.
3) Add UefiLib to [LibraryClasses.common.Module Type] for the affected module if UefiLib is not in the list.
+
+EDK_5989: Non-Compatible: qwang12
+ Library API name changed:
+ In IfrSupportLib,
+ Rename BufToHexString to BufInReverseOrderToHexString
+ Rename HexStringToBuf to HexStringToBufInReverseOrder
+
+Possible Impacts:
+ All module that reference BufToHexString or HexStringToBuf should be updated in the following step:
+ 0) Change HiiLibGetCurrentLanguage to GetCurrentLanguage.
+ 1) Change BufToHexString to BufInReverseOrderToHexString
+ 2) Change HexStringToBuf to HexStringToBufInReverseOrder
\ No newline at end of file