X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/3e593eb9c0edd3f5cce7381ca145c0889441d719..538a7a487b2872a82721322dd1333c2e0381b8c7:/debian/changelog?ds=sidebyside diff --git a/debian/changelog b/debian/changelog index b6f397f27..83864231a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -20,8 +20,22 @@ ikiwiki (1.34) UNRELEASED; urgency=low * Split out a passwordauth module, that holds all the traditional password based authentication etc code. It's enabled by default, but can be disabled if you want only openid or some other auth method. - - -- Joey Hess Mon, 20 Nov 2006 09:17:07 -0500 + * Rename ikiwiki.pl so MakeMaker doesn't see it, and install it. + * Add some code to the build system that tries to determine if the + lib installation directory is in @INC. If it's not, munge ikiwiki + to hardcode the path to the lib directory. This should allow installing + ikiwiki in nonstandard locations, including home directories, by just + setting PREFIX at build time. + * Fix nested examples directory in deb. + * Add a test suite for the mercurial backend, contributed by Emanuele Aina. + * Add a test suite for the svn backend. + * Daemonize before sending RPC pings, since that can take a while + and/or hang. + * Daemonize before sending commit mails, as that can also take a long + time/hang if the mail server is unhappy. + * Factor out commit mail sending code into new function. + + -- Joey Hess Tue, 21 Nov 2006 11:58:30 -0500 ikiwiki (1.33) unstable; urgency=low