diff options
author | James Turnbull <james@lovedthanlost.net> | 2010-12-02 06:55:11 +1100 |
---|---|---|
committer | James Turnbull <james@lovedthanlost.net> | 2010-12-02 06:55:11 +1100 |
commit | 3f9f37984d1ac5f3ddcc83bf2b1facdb6df6dacd (patch) | |
tree | e2d8ec93e3971b3d53f8d833f228a855e6a34caa | |
parent | 76890a534640e077083785ba1321e76b7c4745ca (diff) | |
download | puppet-3f9f37984d1ac5f3ddcc83bf2b1facdb6df6dacd.tar.gz |
Updated CHANGELOG and version for 2.6.4upstream/2.6.42.6.4
-rw-r--r-- | CHANGELOG | 9 | ||||
-rw-r--r-- | lib/puppet.rb | 2 |
2 files changed, 10 insertions, 1 deletions
@@ -1,5 +1,14 @@ +2.6.4 +===== +76890a5 Revert "(#5304) Use internal_name rather than real_name for maillist provider" +19f3879 Disable remote ralsh by default +eee1a9c (#5424) Ship auth.conf as part of installing from source +779fea8 (#5304) Use internal_name rather than real_name for maillist provider +83f878e Renamed Reductive to Puppet + 2.6.3 ===== +53bb805 Incremented CHANGELOG for 2.6.3 184733c [#5322] (#5322) Remove spec file that adds little value and causes failures 178c2a6 Fix test failures that fixing #4726 exposed. 74b6c09 (#4726) Fix RRD legacy support diff --git a/lib/puppet.rb b/lib/puppet.rb index 78fb5138b..a58d3c801 100644 --- a/lib/puppet.rb +++ b/lib/puppet.rb @@ -24,7 +24,7 @@ require 'puppet/util/run_mode' # it's also a place to find top-level commands like 'debug' module Puppet - PUPPETVERSION = '2.6.3' + PUPPETVERSION = '2.6.4' def Puppet.version PUPPETVERSION |