^^^^^^^^^^^^^^^^^^^^^^^^
* Config file of flags is now supported. Searches for $HOME/.fpm and $PWD/.fpm. If both exist, $HOME is loaded first so $PWD can override. (Pranay Kanwar)
* pkgin: Basic support for SmartOS/pkgsrc's pkgin format. (`567`_, Brian Akins)
* cpan: catch more cases of perllocal.pod and delete them (`510`_, Jordan Sissel)
* cpan: Correctly support module version selection (`518`_, Matt Sharpe)
* cpan: include builddeps in PERL5LIB when running cpan tests (`500`_, Matt Sharpe)
* cpan: Avoid old system perl modules when doing module builds (`442`_, `513`_; Matt Sharpe)
* python: safer gathering of python module dependencies.
* python: better handling of unicode strings in python package metadata (`575`_, Bruno Renié)
* cpan: Support 'http_proxy' env var. (`491`_, Patrick Cable)
* deb: --deb-user and --deb-group both default to 'root' now (`504`_, Pranay Kanwar)
* deb: convert '>' to '>>' in deb version constraints (`503`_, `439`_, Pranay Kanwar)
* deb: Warn if epoch is set. Just so you know what's going on, since the default filename doesn't include the epoch. (`502`_, Pranay Kanwar)
* deb,rpm: --config-files is now recursive if you give it a directory. This seems to be the most expected behavior by users. (`171`_, `506`_; Pranay Kanwar)
* dir: Respect -C when using path mapping (`498`_, `507`_; Pranay Kanwar)
* rpm: Add --rpm-ignore-iteration-in-dependencies to let you to depend on any release (aka iteration) of the same version of a package. (`364`_, `508`_; Pranay Kanwar)
* dir: Handle copying of special files when possible (`347`_, `511`_, `539`_, `561`_; Pranay Kanwar)
* rpm: Don't mistake symlinks as actual directories (`521`_, Nathan Huff)
* npm: Choose an alternate npm registry with --npm-registry (`445`_, `524`_; Matt Sharpe)
* cpan: Choose an alternate cpan server with --cpan-mirror. Additionally, you can use --cpan-mirror-only to only use this mirror for metadata queries. (`524`_, Matt Sharpe)
* deb: Fix broken --deb-changelog flag (`543`_, `544`_; Tray Torrance)
* deb: When --deb-upstart is given, automatically create an upstart-sysv symlink /etc/init.d/<name> to /lib/init/upstart-job (`545`_, Igor Galić)
* rpm: Fix bug when generating spec file listings on files with strange characters in the names. (`547`_, Chris Chandler)
* dir: Fix bug where the new directory mapping feature would cause you not to be able to select files with '=' in the name for packaging. (`556`_, `554`_; Pranay Kanwar)
* python: Fix some unicode string issues in package metadata (`575`_, Bruno Renié)
* gem-rpm: Now respects the --gem-package-name-prefix when generating the 'rubygem(name)' provides statement (`585`_, Stepan Stipl)
* deb: Downcase and replace underscores with dashes in 'provides' list. (`591`_, Eric Connell)
* deb: Fix a lintian complaint about md5sums permissions (`593`_, Sam Crang)
* cpan: Modules with 'MYMETA' files are now supported (`573`_, Michael Donlon)