Skip to content

Commit

Permalink
- upgraaaade
Browse files Browse the repository at this point in the history
  • Loading branch information
jordansissel committed Nov 9, 2012
1 parent 332b366 commit f0ae9c3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELIST
@@ -1,3 +1,11 @@
0.4.21 (November 8, 2012)
- gem: remove restriction on expected gem names (#287)
- add --directory flag; lets you mark a directory as being owned by a
package. (#260, #245, patch by ajf8)
- deb: don't include a version in the Provides field (#280)
- gem: if the version is '1.1' make it imply '1.1.0' (#269, patch by
Radim Marek)

0.4.20 (October 5, 2012)
- python: only specify --install-{scripts,lib,data} flags to setup.py if
they were given on the command line to fpm. Fixes #273.
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.20"
spec.version = "0.4.21"
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 f0ae9c3

Please sign in to comment.