summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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