[ Arno Töll ] * Really fix #696659 by making sure the command line tool uses the most recent version of the library. * Mark several fields to be required in profiles (incoming, method) * Fix broken tests. * Do not run the check-debs hook in our mentors.d.n profile * Fix "[dcut] dm bombed out" by using the profile key only when defined (Closes: #698232) * Parse the gecos field to obtain the user name / email address from the local system when DEBFULLNAME and DEBEMAIL are not set. * Fix "dcut reschedule sends "None-day" to ftp-master if the delay is not specified" by forcing the corresponding parameter (Closes: #698719)
[ Luca Falavigna ] * Implement default_keyid option. This is particularly useful with multiple GPG keys, so dcut is aware of which one to use. * Make scp uploader aware of "port" configuration option.
[ Paul Tagliamonte ] * Hack around Launchpad's SFTP implementation. We musn't stat *anything*. "Be vewy vewy quiet, I'm hunting wabbits" (Closes: #696558). * Rewrote the test suite to actually test the majority of the codepaths we take during an upload. Back up to 60%. * Added a README for the twitter hook, Thanks to Sandro Tosi for the bug, and Gergely Nagy for poking me about it. (Closes: #697768). * Added a doc for helping folks install hooks into dput-ng (Closes: #697862). * Properly remove DEFAULT from loadable config blocks. (Closes: #698157). * Allow upload of more then one file. Thanks to Iain Lane for the suggestion. (Closes: #698855).
[ Bernhard R. Link ] * allow empty incoming dir to upload directly to the home directory
[ Sandro Tosi ] * Install example hooks (Closes: #697767).