summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-04-15 09:41:47 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-04-15 09:41:47 +0000
commite04e2e0bb33e48f556037d786db60ac2059b2af9 (patch)
tree137578e0d57bb26ceb6e0c327ffc1e456330bd82 /NEWS
parentfdb2cc7edbd02bfa5253ed0c8d5411165f9b85f4 (diff)
* lib/uri.rb, lib/uri/ldaps.rb: added LDAPS scheme; backported from 1.9. bug#19015, [ruby-dev:31896]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@16038 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index c63d31818d..6ebec2d2c5 100644
--- a/NEWS
+++ b/NEWS
@@ -284,6 +284,10 @@ with all sufficient information, see the ChangeLog file.
Tempfile.open(['image', 'jpg']) { |tempfile| ... }
+* uri
+
+ * added LDAPS scheme.
+
* rss
* 0.1.6 -> 0.2.4