File tree 2 files changed +5
-1
lines changed 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,10 @@ postgresql Cookbook CHANGELOG
2
2
=============================
3
3
This file is used to list changes made in each version of the postgresql cookbook.
4
4
5
+ v3.4.2
6
+ ------
7
+ - Changed the Gem::Installer::ExtensionBuildError to a Mixlib::ShellOut::ShellCommandFailed
8
+
5
9
v3.4.1
6
10
------
7
11
- Added support for Ubuntu 14.04 and Postgresql 9.3
Original file line number Diff line number Diff line change 4
4
license "Apache 2.0"
5
5
description "Installs and configures postgresql for clients or servers"
6
6
long_description IO . read ( File . join ( File . dirname ( __FILE__ ) , 'README.md' ) )
7
- version "3.4.1 "
7
+ version "3.4.2 "
8
8
recipe "postgresql" , "Includes postgresql::client"
9
9
recipe "postgresql::ruby" , "Installs pg gem for Ruby bindings"
10
10
recipe "postgresql::client" , "Installs postgresql client package(s)"
You can’t perform that action at this time.
0 commit comments