The full changelog is best viewed on GitHub:
<https://github.com/devstructure/blueprint/compare/v3.0.3...v3.0.4>
Highlights:
* Searching for configuration files is way, way faster thanks to a
patch from mrud.
* The blueprintignore(5) syntax has been expanded to allow ignoring
packages as well as files. See
<http://devstructure.github.com/blueprint/blueprintignore.5.html> for
more details.
* Arbitrary Yum repositories are handled automatically so blueprints
can be applied without any manual bootstrapping.
There are dozens of bugfixes and minor enhancements in this release
and many more are coming.
To upgrade via APT:
apt-get update && apt-get install blueprint
To upgrade via PyPI and Pip:
pip install --upgrade blueprint
To upgrade a manual installation:
git remote update origin && git pull origin master
make && sudo make install
Thanks to all our testers, contributors, and users. Keep spreading
the word and stay tuned for some exciting additions to Blueprint!
Richard
For first-timers, the full installation documentation can be found at
<http://devstructure.github.com/blueprint/>.