Changelog for HsSVN-0.4.3.2

Changes from 0.4.3.1 to 0.4.3.2 ------------------------------- * Fixed breakage on newer GHC and other libraries. Changes from 0.4.3 to 0.4.3.1 ----------------------------- * INSTALL: - New file that describes how to build this abnormal package which everyone fails to build. Believe me. It's Subversion's fault. It offers no svn-config, no subversion.pc, and no subversion.m4. * configure: a small bugfix * Brushed up my poor English documentation. Changes from 0.4.2 to 0.4.3 --------------------------- * Fixed a serious bug which leads to segmentation fault at apr_hash_next. The hidden module Subversion.Hash was handling APR memory pools wrongly. Changes from 0.4.1 to 0.4.2 --------------------------- * Fixed breakage on GHC 6.12.1. Changes from 0.4 to 0.4.1 ------------------------- * Fixed incorrect dependency declaration in HsSVN.cabal. No semantical changes to the code. Changes from 0.3.3 to 0.4 ------------------------- * Fixed breakage on GHC 6.10.1. And now it requires 6.10.1... Changes from 0.3.2 to 0.3.3 --------------------------- * configure: - Fixed to search apr-1-config and apu-1-config as well. Changes from 0.3.1 to 0.3.2 --------------------------- * Subversion.Repository: - Fixed dumpRepository bug again... Hopefully it works now. Changes from 0.3 to 0.3.1 ------------------------- * Subversion.Repository: - Fixed dumpRepository bug which causes infinite-loop. Changes from 0.2 to 0.3 ----------------------- * Subversion.Repository: - Added new function: dumpRepository * Subversion.FileSystem.Revision: - Added new function: getRevisionNumber - Renamed function: getRevisionProp ==> getRevisionProp' - Renamed function: getRevisionPropList ==> getRevisionPropList' - Added new function: getRevisionProp - Added new function: getRevisionPropList Changes from 0.1 to 0.2 ----------------------- * HsSVN now requires GHC 6.8.1