<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -40,38 +40,15 @@ require_once 'PEAR.php';
 
 PEAR::staticPushErrorHandling(PEAR_ERROR_CALLBACK, create_function('$error', 'var_dump($error); exit();'));
 
-$releaseVersion = '1.7.0';
+$releaseVersion = '1.7.1';
 $releaseStability = 'stable';
 $apiVersion = '1.5.0';
 $apiStability = 'stable';
-$notes = 'A new release of Piece_Unity is now available.
+$notes = 'A new release of Piece_Unity is now available. If you have used Piece_Unity 1.7.0, you *must* upgrade to this version.
 
-What\'s New in Piece_Unity 1.7.0
+What\'s New in Piece_Unity 1.7.1
 
- * Two defect fixes: A defect has been fixed that caused a URI scheme for redirection to be &quot;http&quot; on SSL by non-standard port. And another defect has been fixed.
- * Some improvements: A method setConfigurationCallback() has been added to set the callback for createRuntime(), and the behavior of createRuntime() has been changed so as to call the callback by setConfigurationCallback() if the callback by the argument is not given. And there are a few more improvements.
-
-Backward Compatibility
-
- * Redirection to internal URIs: When redirecting to a internal URI, the scheme of the given URI (http/https) is always kept.
- * Piece_Unity_Component_Authentication: Piece_Unity_Component_Authentication 1.1.1 or less does not work properly with Piece_Unity 1.7.0. Upgrade to the upcoming version 1.1.2.
-
-See the following release notes for details.
-
-Enhancements
-============
-
-- Added a method setConfigurationCallback() to set the callback for createRuntime(). (Piece_Unity)
-- Changed the behavior of createRuntime() so as to call the callback by setConfigurationCallback() if the callback by the argument is not given. (Piece_Unity)
-- Changed the behavior of getURI() so that the given URI scheme is kept by the argument &quot;pass&quot;. Also the Renderer_Redirection plug-in always use &quot;pass&quot;. (Piece_Unity_URI)
-- Added isSecure() to check whether the current connection is secure or not. (Piece_Unity_Context)
-- Replaced $_SERVER[\'SCRIPT_NAME\'] with $_SERVER[\'REQUEST_URI\'] for URI mappings by mod_rewrite. (Ticket #287)
-
-Defect Fixes
-============
-
-- Fixed a defect so that the proxy path was included twice in the URI by Piece_Unity_Service_Continuation::createURI(). (Piece_Unity_URI)
-- Fixed a defect that caused a URI scheme for redirection to be &quot;http&quot; on SSL by non-standard port. (Ticket #288)';
+ * A defect fix: A blocker defect has been fixed so that an application cannot be continue if the requested URI contains query variables. (See Ticket #291) And also since Piece_Unity_Component_Authentication 1.1.2 has a related defect, Upgrade to the upcoming version 1.1.3 if you have used it.';
 
 $package = new PEAR_PackageFileManager2();
 $package-&gt;setOptions(array('filelistgenerator' =&gt; 'file',</diff>
      <filename>package.php</filename>
    </modified>
    <modified>
      <diff>@@ -15,10 +15,10 @@ Piece_Unity allows stateful programming without thinking about sessions by stori
   &lt;email&gt;kubo@iteman.jp&lt;/email&gt;
   &lt;active&gt;yes&lt;/active&gt;
  &lt;/lead&gt;
- &lt;date&gt;2009-03-05&lt;/date&gt;
- &lt;time&gt;01:09:36&lt;/time&gt;
+ &lt;date&gt;2009-03-10&lt;/date&gt;
+ &lt;time&gt;18:45:45&lt;/time&gt;
  &lt;version&gt;
-  &lt;release&gt;1.7.0&lt;/release&gt;
+  &lt;release&gt;1.7.1&lt;/release&gt;
   &lt;api&gt;1.5.0&lt;/api&gt;
  &lt;/version&gt;
  &lt;stability&gt;
@@ -26,34 +26,11 @@ Piece_Unity allows stateful programming without thinking about sessions by stori
   &lt;api&gt;stable&lt;/api&gt;
  &lt;/stability&gt;
  &lt;license uri=&quot;http://www.opensource.org/licenses/bsd-license.php&quot;&gt;BSD License (revised)&lt;/license&gt;
- &lt;notes&gt;A new release of Piece_Unity is now available.
+ &lt;notes&gt;A new release of Piece_Unity is now available. If you have used Piece_Unity 1.7.0, you *must* upgrade to this version.
 
-What&amp;apos;s New in Piece_Unity 1.7.0
-
- * Two defect fixes: A defect has been fixed that caused a URI scheme for redirection to be &amp;quot;http&amp;quot; on SSL by non-standard port. And another defect has been fixed.
- * Some improvements: A method setConfigurationCallback() has been added to set the callback for createRuntime(), and the behavior of createRuntime() has been changed so as to call the callback by setConfigurationCallback() if the callback by the argument is not given. And there are a few more improvements.
-
-Backward Compatibility
+What&amp;apos;s New in Piece_Unity 1.7.1
 
- * Redirection to internal URIs: When redirecting to a internal URI, the scheme of the given URI (http/https) is always kept.
- * Piece_Unity_Component_Authentication: Piece_Unity_Component_Authentication 1.1.1 or less does not work properly with Piece_Unity 1.7.0. Upgrade to the upcoming version 1.1.2.
-
-See the following release notes for details.
-
-Enhancements
-============
-
-- Added a method setConfigurationCallback() to set the callback for createRuntime(). (Piece_Unity)
-- Changed the behavior of createRuntime() so as to call the callback by setConfigurationCallback() if the callback by the argument is not given. (Piece_Unity)
-- Changed the behavior of getURI() so that the given URI scheme is kept by the argument &amp;quot;pass&amp;quot;. Also the Renderer_Redirection plug-in always use &amp;quot;pass&amp;quot;. (Piece_Unity_URI)
-- Added isSecure() to check whether the current connection is secure or not. (Piece_Unity_Context)
-- Replaced $_SERVER[&amp;apos;SCRIPT_NAME&amp;apos;] with $_SERVER[&amp;apos;REQUEST_URI&amp;apos;] for URI mappings by mod_rewrite. (Ticket #287)
-
-Defect Fixes
-============
-
-- Fixed a defect so that the proxy path was included twice in the URI by Piece_Unity_Service_Continuation::createURI(). (Piece_Unity_URI)
-- Fixed a defect that caused a URI scheme for redirection to be &amp;quot;http&amp;quot; on SSL by non-standard port. (Ticket #288)&lt;/notes&gt;
+ * A defect fix: A blocker defect has been fixed so that an application cannot be continue if the requested URI contains query variables. (See Ticket #291) And also since Piece_Unity_Component_Authentication 1.1.2 has a related defect, Upgrade to the upcoming version 1.1.3 if you have used it.&lt;/notes&gt;
  &lt;contents&gt;
   &lt;dir baseinstalldir=&quot;/&quot; name=&quot;/&quot;&gt;
    &lt;dir name=&quot;data&quot;&gt;
@@ -677,6 +654,23 @@ Defect Fixes
  &lt;changelog&gt;
   &lt;release&gt;
    &lt;version&gt;
+    &lt;release&gt;1.7.1&lt;/release&gt;
+    &lt;api&gt;1.5.0&lt;/api&gt;
+   &lt;/version&gt;
+   &lt;stability&gt;
+    &lt;release&gt;stable&lt;/release&gt;
+    &lt;api&gt;stable&lt;/api&gt;
+   &lt;/stability&gt;
+   &lt;date&gt;2009-03-10&lt;/date&gt;
+   &lt;license uri=&quot;http://www.opensource.org/licenses/bsd-license.php&quot;&gt;BSD License (revised)&lt;/license&gt;
+   &lt;notes&gt;A new release of Piece_Unity is now available. If you have used Piece_Unity 1.7.0, you *must* upgrade to this version.
+
+What&amp;apos;s New in Piece_Unity 1.7.1
+
+ * A defect fix: A blocker defect has been fixed so that an application cannot be continue if the requested URI contains query variables. (See Ticket #291) And also since Piece_Unity_Component_Authentication 1.1.2 has a related defect, Upgrade to the upcoming version 1.1.3 if you have used it.&lt;/notes&gt;
+  &lt;/release&gt;
+  &lt;release&gt;
+   &lt;version&gt;
     &lt;release&gt;1.7.0&lt;/release&gt;
     &lt;api&gt;1.5.0&lt;/api&gt;
    &lt;/version&gt;</diff>
      <filename>package.xml</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>ae86e7d70222c32cbdd1a5aaddc714a22f7b504a</id>
    </parent>
  </parents>
  <author>
    <name>KUBO Atsuhiro</name>
    <email>kubo@iteman.jp</email>
  </author>
  <url>http://github.com/piece/piece-unity/commit/0277e354c0eb1cde8d4619072244fca5a2703ca5</url>
  <id>0277e354c0eb1cde8d4619072244fca5a2703ca5</id>
  <committed-date>2009-03-10T02:48:33-07:00</committed-date>
  <authored-date>2009-03-10T02:48:33-07:00</authored-date>
  <message>- Prepared release 1.7.1.</message>
  <tree>2b2cd936c9592c5ff6aaa1cc344bf7fb19d39278</tree>
  <committer>
    <name>KUBO Atsuhiro</name>
    <email>kubo@iteman.jp</email>
  </committer>
</commit>
