summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authoryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-05-20 14:04:04 +0000
committeryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-05-20 14:04:04 +0000
commitc573aaf73f68500ec482f756dd14508002714e61 (patch)
treea821252fe82058aa294e2dd4513389583feefa9e /NEWS
parenta1b5cd1ca2fed8844d69631a2574e3a79f61ab87 (diff)
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
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS9
1 files changed, 9 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index e6ce0fe4b4..646e244d1a 100644
--- a/NEWS
+++ b/NEWS
@@ -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.