Skip to content

Commit

Permalink
- bump version with completed changelist.
Browse files Browse the repository at this point in the history
  • Loading branch information
jordansissel committed Sep 7, 2012
1 parent 96c1344 commit d619959
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELIST
@@ -1,10 +1,12 @@
0.4.15 (???)
0.4.15 (September 6, 2012)
- pear: support custom channels with --pear-channel <channel> (#207)
Example: fpm -s pear -t deb --pear-channel pear.drush.org drush
- permit literal '\n' in --description, fpm will replace with a newline
character. Example: fpm --description "line one\nline two" (#251)
- improve error messaging when trying to output a package to a directory that
doesn't exist (#244)
- deb: convert '>' and '<' dependency operators to the correct '>>' and '<<'
debian version operators (#250, patch by Thomas Meson).
- deb: add --deb-priority flag (#232) for setting the debian 'priority'
value for your package.
- add --template-value. Used to expose arbitrary values to script templates.
Expand Down
2 changes: 1 addition & 1 deletion fpm.gemspec
Expand Up @@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
files << "CHANGELIST"

spec.name = "fpm"
spec.version = "0.4.14"
spec.version = "0.4.15"
spec.summary = "fpm - package building and mangling"
spec.description = "Convert directories, rpms, python eggs, rubygems, and " \
"more to rpms, debs, solaris packages and more. Win at package " \
Expand Down

0 comments on commit d619959

Please sign in to comment.