summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-06-04 08:24:26 +0000
committerknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-06-04 08:24:26 +0000
commit6727093dbeaa4d3f4c7282b92992ed5f88addb57 (patch)
treeeab46dade0aff30a6943b47666ff5d467e15fe1b
parentc73b6ec9af5fe490aed327bb58a7acc04ff9be55 (diff)
* NEWS: Fix typos and move misplaced entries.
NEWS: Somehow optflags and warnflags were not actually included in this release. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_7@16808 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog6
-rw-r--r--NEWS6
2 files changed, 6 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index 701c7ce250..7bec47aa53 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Wed Jun 4 17:22:30 2008 Akinori MUSHA <knu@iDaemons.org>
+
+ * NEWS: Fix typos and move misplaced entries.
+ NEWS: Somehow optflags and warnflags were not actually included
+ in this release.
+
Tue Jun 3 19:33:22 2008 Akinori MUSHA <knu@iDaemons.org>
* enumerator.c (enumerator_init_copy): Take care of
diff --git a/NEWS b/NEWS
index 1ca25959d5..5256eac9a8 100644
--- a/NEWS
+++ b/NEWS
@@ -11,12 +11,6 @@ with all sufficient information, see the ChangeLog file.
=== Configuration changes
-* default C flags
-
- Some C compiler flags may be added by default depending on your
- environment. Specify optflags=.. and warnflags=.. as necessary to
- override them.
-
* vendor_ruby directory
A new library directory named `vendor_ruby' is introduced in