X-Git-Url: http://git.ozlabs.org/?p=yaboot.git;a=blobdiff_plain;f=ChangeLog;fp=ChangeLog;h=7002c5d9a95c33d93976120dde9c4f58653978ef;hp=592cbbcb6a9589870441839efb5284c5f06eb654;hb=15b93b378020b59031b991abe31b130ca105be03;hpb=4d075ad792d6f99502a863a71d820658915dfcc1 diff --git a/ChangeLog b/ChangeLog index 592cbbc..7002c5d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,22 @@ # arch-tag: automatic-ChangeLog--erbenson@alaska.net--public/yaboot--devel--1.3 # +2005-07-29 04:29:18 GMT Ethan Benson patch-84 + + Summary: + Pretend to allocate/deallocate memory correctly + Revision: + yaboot--devel--1.3--patch-84 + + * Pretend like we actually manage memory properly by calling free() on + things which were malloc()'ed or strdup()'ed. + (Patch from Dustin Kirkland). + + modified files: + 0arch-timestamps0 ChangeLog second/file.c second/partition.c + second/yaboot.c + + 2005-07-09 23:51:20 GMT Ethan Benson patch-83 Summary: