pidgin/ljfisher-ssl-client-auth

Add Maiku's revision 0b03678b3dcb1a2fdba5e72a8c7646829d8ab482 to the changelog.
I don't think this change made it into 2.9.0, did it?
#
# Makefile.mingw
#
# Description: Makefile for win32 (mingw) version of Pidgin sounds
#
PIDGIN_TREE_TOP := ../..
include $(PIDGIN_TREE_TOP)/libpurple/win32/global.mak
datadir := $(PIDGIN_INSTALL_DIR)
include ./Makefile.am
.PHONY: install
install:
if test '$(sounds_DATA)'; then \
mkdir -p $(soundsdir); \
cp $(sounds_DATA) $(soundsdir); \
fi;