NEWS (--program-prefix and --program-suffix): describe r23368.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23502 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
yugui 2009-05-20 14:04:04 +00:00
parent a1b5cd1ca2
commit c573aaf73f

9
NEWS
View File

@ -201,6 +201,14 @@ with all sufficient information, see the ChangeLog file.
* new methods:
* Zlib::GzipFile#path
=== Compilation options
* --program-prefix and --program-suffix no longer act on the shared object
names nor paths to libraries.
use --with-rubylibprefix='${libruby}/${RUBY_INSTALL_NAME}' and
--with-soname='${RUBY_INSTALL_NAME}' for the same result as Ruby 1.9.1.
=== Compatibility issues (excluding feature bug fixes)
* Enumerator#rewind
@ -215,5 +223,6 @@ with all sufficient information, see the ChangeLog file.
* Time.local
* Time.mktime
* Time.parse
* --program-prefix and --program-suffix
See above.