diff --git a/ANNOUNCE b/ANNOUNCE index 922dd0322..3f63f2b07 100644 --- a/ANNOUNCE +++ b/ANNOUNCE @@ -116,6 +116,7 @@ Version 1.6.0beta06 [January 24, 2012] Increased the formatted warning buffer to 192 bytes. Added color-map support to simplified API. This is an initial version for review; the documentation has not yet been updated. + Fixed Min/GW uninstall to remove libpng.dll.a Send comments/corrections/commendations to png-mng-implement at lists.sf.net (subscription required; visit diff --git a/CHANGES b/CHANGES index 0e9b9e3c8..c8e1179f2 100644 --- a/CHANGES +++ b/CHANGES @@ -3867,6 +3867,7 @@ Version 1.6.0beta06 [January 24, 2012] Increased the formatted warning buffer to 192 bytes. Added color-map support to simplified API. This is an initial version for review; the documentation has not yet been updated. + Fixed Min/GW uninstall to remove libpng.dll.a Send comments/corrections/commendations to png-mng-implement at lists.sf.net (subscription required; visit diff --git a/Makefile.am b/Makefile.am index 634e562ca..d750598a7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -227,3 +227,4 @@ uninstall-hook: rm -f $(DESTDIR)$(bindir)/libpng-config rm -f $(DESTDIR)$(libdir)/libpng.a rm -f $(DESTDIR)$(libdir)/libpng.la + rm -f $(DESTDIR)$(libdir)/libpng.dll.a