summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Turnbull <james@lovedthanlost.net>2008-07-08 23:42:47 +1000
committerJames Turnbull <james@lovedthanlost.net>2008-07-08 23:42:47 +1000
commitedf99c508dabb58342eeff251ad5701d2755426d (patch)
tree25083654e29673fd7079c026e21178a11884b0c5
parent6ff9246e44dfd58e4e9e26047487ebb061bfc041 (diff)
downloadpuppet-edf99c508dabb58342eeff251ad5701d2755426d.tar.gz
puppet-edf99c508dabb58342eeff251ad5701d2755426d.tar.xz
puppet-edf99c508dabb58342eeff251ad5701d2755426d.zip
Added message referencing ReductveLabs build library
-rw-r--r--CHANGELOG2
-rw-r--r--Rakefile2
2 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 1fc17bf00..e88e20269 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,6 @@
0.24.5
+ Added message referencing ReductveLabs build library
+
Fixed #1396 - Added sha1 function from DavidS to core
Fixed #1399 - the ldap user provider now knows it can manage
diff --git a/Rakefile b/Rakefile
index 00444c284..31b857654 100644
--- a/Rakefile
+++ b/Rakefile
@@ -5,7 +5,7 @@ $: << File.expand_path(File.join(File.dirname(__FILE__), 'lib'))
begin
require 'rake/reductive'
rescue LoadError
- $stderr.puts "You must have the Reductive build library in your RUBYLIB."
+ $stderr.puts "You must have the Reductive build library in your RUBYLIB; see http://github.com/lak/reductive-build/tree/master."
exit(14)
end