summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Davis <ryand@zenspider.com>2009-03-31 16:45:41 -0800
committerRyan Davis <ryand@zenspider.com>2009-03-31 16:45:41 -0800
commitfa2fa25b5912cccd2514f420dd4e23f04711d656 (patch)
tree64a2f634c6cd3a188ce714e00f4606735f4daa3a
parent1b7b6306fb6a477de7d7785745467c0b6a4cd6af (diff)
downloadhoe-1.12.0.tar.gz
Prepped for releasev1.12.0
[git-p4: depot-paths = "//src/hoe/dev/": change = 4813]
-rw-r--r--History.txt13
1 files changed, 11 insertions, 2 deletions
diff --git a/History.txt b/History.txt
index 5278ce3..a6f82b1 100644
--- a/History.txt
+++ b/History.txt
@@ -1,9 +1,18 @@
-=== 1.? / ?
+=== 1.12.0 / 2009-03-31
-* N minor enhancements:
+* 6 minor enhancements:
+ * Added Rake.undo.
+ * Added from vlad: Rake.application.all_tasks and Rake.clear_tasks.
+ * Added log files to default excludes. (technonancy)
+ * Refactored gem install code and extended to work with jruby
+ * Refactored run_tests into make_test_cmd, enabling use in tasks. (jbarnette)
* Use RDoc::Task instead of Rake::RDocTask, if available.
+* 1 bug fix:
+
+ * Fixed incorrect usage. (jmhodges)
+
=== 1.11.0 / 2009-03-16
* 2 minor enhancements: