From 471b87a9ac6842cb93a35e1a62992f78a567920d Mon Sep 17 00:00:00 2001 From: jtimberman Date: Wed, 18 Jan 2012 23:10:56 -0700 Subject: [PATCH] postgresql v0.99.2 --- postgresql/README.md | 22 +++++++++++++--------- postgresql/metadata.rb | 2 +- 2 files changed, 14 insertions(+), 10 deletions(-) diff --git a/postgresql/README.md b/postgresql/README.md index 16ecf1d4c..ecc12b88c 100644 --- a/postgresql/README.md +++ b/postgresql/README.md @@ -3,15 +3,6 @@ Description Installs and configures PostgreSQL as a client or a server. -Changes/Roadmap -============== - -## v 0.99.0 - -* Better support for Red Hat-family platforms -* Integration with database cookbook -* Make sure the postgres role is updated with a (secure) password - Requirements ============ @@ -127,6 +118,19 @@ not running in `solo` mode. If you're using `chef-solo`, you'll need to set the attribute `node['postgresql']['password']['postgres']` in your node's `json_attribs` file or in a role. +Changes/Roadmap +============== + +## v0.99.2: + +* [COOK-916] - use < (with float) for version comparison. + +## v0.99.0: + +* Better support for Red Hat-family platforms +* Integration with database cookbook +* Make sure the postgres role is updated with a (secure) password + License and Author ================== diff --git a/postgresql/metadata.rb b/postgresql/metadata.rb index d2712601f..0528450af 100644 --- a/postgresql/metadata.rb +++ b/postgresql/metadata.rb @@ -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.0" +version "0.99.2" recipe "postgresql", "Includes postgresql::client" recipe "postgresql::client", "Installs postgresql client package(s)" recipe "postgresql::server", "Installs postgresql server packages, templates"