------------------
- Made file exist checks case-sensitive, because Git is always case sensitive, even though Mac OS X's file system isn't. As a result, if the file was named ``CHANGELOG.TXT``, and the release tool called ``git add CHANGELOG.txt``, Git would silently fail to add the file without any error codes, and the release tool would incorrectly succeed with a partial release.
- Fixed a typo in the changelog editor comments.