Skip to content

Commit

Permalink
postgresql v0.99.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jtimberman committed Mar 8, 2012
1 parent 6f90a20 commit ee2b20a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions postgresql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## v0.99.4:

* [COOK-421] - config template is malformed
* [COOK-956] - add make package on ubuntu/debian

## v0.99.2:

* [COOK-916] - use < (with float) for version comparison.
Expand Down
2 changes: 1 addition & 1 deletion postgresql/metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
license "Apache 2.0"
description "Installs and configures postgresql for clients or servers"
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version "0.99.2"
version "0.99.4"
recipe "postgresql", "Includes postgresql::client"
recipe "postgresql::client", "Installs postgresql client package(s)"
recipe "postgresql::server", "Installs postgresql server packages, templates"
Expand Down

0 comments on commit ee2b20a

Please sign in to comment.