Skip to content

Commit

Permalink
tagging 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Joungkyun committed Jan 25, 2014
1 parent 2c6c1a8 commit 3210c09
Show file tree
Hide file tree
Showing 6 changed files with 109 additions and 378 deletions.
21 changes: 0 additions & 21 deletions pack.sh

This file was deleted.

214 changes: 109 additions & 105 deletions package.xml
Original file line number Diff line number Diff line change
@@ -1,110 +1,114 @@
<?xml version="1.0" encoding="UTF-8"?>
<package version="2.0" packagerversion="1.7.2" xmlns="http:https://pear.php.net/dtd/package-2.0" xmlns:tasks="http:https://pear.php.net/dtd/tasks-1.0" xmlns:xsi="http:https://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http:https://pear.php.net/dtd/tasks-1.0 http:https://pear.php.net/dtd/tasks-1.0.xsd http:https://pear.php.net/dtd/package-2.0 http:https://pear.php.net/dtd/package-2.0.xsd">
<!-- $Id$ -->
<name>HTTPRelay</name>
<channel>pear.oops.org</channel>
<summary>Fetch or Relay HTTP query</summary>
<description>HTTP GET/POST 요청을 하거나, 또는 받은 HTTP query를 다른 서버로 Relay</description>
<lead>
<name>JoungKyun.Kim</name>
<user>joungkyun</user>
<email>[email protected]</email>
<active>yes</active>
</lead>
<date>2014-01-25</date>
<time>17:27:34</time>
<version>
<release>1.0.3</release>
<api>1.0.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license>BSD</license>
<notes>* fixed missing 3th argument when call set_header method
</notes>
<contents>
<dir name="/">
<file role="php" md5sum="84d5ba711547fdb6c560001f3cb0ba4b" name="HTTPRelay.php" />
</dir>
</contents>
<dependencies>
<required>
<php>
<min>5.1.0</min>
</php>
<pearinstaller>
<min>1.4.3</min>
</pearinstaller>
<package>
<name>myException</name>
<channel>pear.oops.org</channel>
<min>1.0.1</min>
</package>
</required>
</dependencies>
<phprelease />
<changelog>
<release>
<version>
<release>1.0.3</release>
<api>1.0.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2014-01-25</date>
<license>BSD</license>
<notes>* fixed missing 3th argument when call set_header method
</notes>
</release>
<release>
<version>
<release>1.0.2</release>
<api>1.0.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2013-09-26</date>
<license>BSD</license>
<notes>* release 1.0.2
<package packagerversion="1.9.4" version="2.0" xmlns="http:https://pear.php.net/dtd/package-2.0" xmlns:tasks="http:https://pear.php.net/dtd/tasks-1.0" xmlns:xsi="http:https://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http:https://pear.php.net/dtd/tasks-1.0 http:https://pear.php.net/dtd/tasks-1.0.xsd http:https://pear.php.net/dtd/package-2.0 http:https://pear.php.net/dtd/package-2.0.xsd">
<name>HTTPRelay</name>
<channel>pear.oops.org</channel>
<summary>Fetch or Relay HTTP query</summary>
<description>HTTP GET/POST 요청을 하거나, 또는 받은 HTTP query를 다른 서버로 Relay</description>
<lead>
<name>JoungKyun.Kim</name>
<user>joungkyun</user>
<email>[email protected]</email>
<active>yes</active>
</lead>
<date>2014-01-25</date>
<time>17:27:34</time>
<version>
<release>1.0.3</release>
<api>1.0.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license>BSD</license>
<notes>
* fixed missing 3th argument when call set_header method
</notes>
<contents>
<dir name="/">
<file md5sum="84d5ba711547fdb6c560001f3cb0ba4b" name="HTTPRelay.php" role="php" />
</dir>
</contents>
<dependencies>
<required>
<php>
<min>5.1.0</min>
</php>
<pearinstaller>
<min>1.4.3</min>
</pearinstaller>
<package>
<name>myException</name>
<channel>pear.oops.org</channel>
<min>1.0.1</min>
</package>
</required>
</dependencies>
<phprelease />
<changelog>
<release>
<version>
<release>1.0.3</release>
<api>1.0.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2014-01-25</date>
<license>BSD</license>
<notes>
* fixed missing 3th argument when call set_header method
</notes>
</release>
<release>
<version>
<release>1.0.2</release>
<api>1.0.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2013-09-26</date>
<license>BSD</license>
<notes>
* release 1.0.2
* add head method for requesting HTTP/1.1 HEAD method
</notes>
</release>
<release>
<version>
<release>1.0.1</release>
<api>1.0.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2013-09-24 18:47:10</date>
<license>BSD</license>
<notes>* release 1.0.1
</notes>
</release>
<release>
<version>
<release>1.0.1</release>
<api>1.0.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2013-09-24 18:47:10</date>
<license>BSD</license>
<notes>
* release 1.0.1
* fixed typo CURL_FAILONERROR to CURLOPT_FAILONERROR
* add myException dependency
* add posttype public property ('form-data', 'url-encode')
</notes>
</release>
<release>
<version>
<release>1.0.0</release>
<api>1.0.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2013-09-24 01:49:04</date>
<license>BSD</license>
<notes>* release 1.0.0
</notes>
</release>
</changelog>
* add posttype public property (&apos;form-data&apos;, &apos;url-encode&apos;)
</notes>
</release>
<release>
<version>
<release>1.0.0</release>
<api>1.0.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2013-09-24 01:49:04</date>
<license>BSD</license>
<notes>
* release 1.0.0
</notes>
</release>
</changelog>
</package>
110 changes: 0 additions & 110 deletions package.xml.tmpl

This file was deleted.

41 changes: 0 additions & 41 deletions tests/test-head.php

This file was deleted.

Loading

0 comments on commit 3210c09

Please sign in to comment.