summaryrefslogtreecommitdiff
path: root/ReleaseNote.txt
diff options
context:
space:
mode:
authormakoto kuwata <kwa@kuwata-lab.com>2009-02-07 10:07:09 +0000
committermakoto kuwata <kwa@kuwata-lab.com>2009-02-07 10:07:09 +0000
commita447c71f74410e61ded45fb623f33e596fee8860 (patch)
tree90d16edac4bc90a68d43ba5a1314cd7b112d8c9c /ReleaseNote.txt
parent10fe426fc39b65f979cef34a758ecd206f25a61d (diff)
downloaderubis-a447c71f74410e61ded45fb623f33e596fee8860.tar.gz
- [change] packages are now built under 'build' directory
- [change] year of copyright is changed to '2006-2009'. - [update] CHANGES.txt, ReleaseNote.txt
Diffstat (limited to 'ReleaseNote.txt')
-rw-r--r--ReleaseNote.txt25
1 files changed, 25 insertions, 0 deletions
diff --git a/ReleaseNote.txt b/ReleaseNote.txt
index fd9c7aa..5d531d8 100644
--- a/ReleaseNote.txt
+++ b/ReleaseNote.txt
@@ -1,5 +1,30 @@
.# -*- coding: utf-8 -*-
+$ [ANN] Erubis 2.6.3 released - a fast and extensible eRuby
+
+I have released Erubis 2.6.3.
+http://www.kuwata-lab.com/erubis/
+Erubis is another eRuby implementation which is very fast and
+extensible than ERB and eruby.
+This is just bug fix release.
+
+Bugfixes from 2.6.2:
+
+ * Enhancer name was not displayed in Ruby 1.9.1 when it was missing.
+
+ * Command option argument name was not displayed correctly as a part of error message.
+
+ * MethoNotFound error was raised when invalid option was specified.
+
+
+I'll support '<% =%>' (used in Merb) in the next release of Erubis.
+
+--
+regards,
+makoto kuwata
+
+.#--------------------------------------------------------------------------------
+
$ [ANN] Erubis 2.6.2 released - a fast and extensible eRuby