README.txt in right_http_connection-1.2.0 vs README.txt in right_http_connection-1.2.1
- old
+ new
@@ -5,29 +5,35 @@
== DESCRIPTION:
Rightscale::HttpConnection is a robust HTTP/S library. It implements a retry
algorithm for low-level network errors.
-== FEATURES/PROBLEMS:
+== FEATURES:
- provides put/get streaming
- does configurable retries on connect and read timeouts, DNS failures, etc.
- HTTPS certificate checking
== SYNOPSIS:
== REQUIREMENTS:
-None.
+- 2/11/08: If you use RightScale::HttpConnection in conjunction with attachment_fu, the
+ HttpConnection gem must be included (using the require statement) AFTER
+ attachment_fu.
+ This is due to a conflict between the HttpConnection gem and another
+ gem required by attachment_fu.
+
+
== INSTALL:
sudo gem install
== LICENSE:
-Copyright (c) 2007 RightScale, Inc.
+Copyright (c) 2007-2008 RightScale, Inc.
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
'Software'), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,