forked from pear/Net_URL
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
executable file
·139 lines (119 loc) · 3.62 KB
/
package.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
<?xml version="1.0" encoding="ISO-8859-1" ?>
<package version="1.0">
<name>Net_URL</name>
<summary>Easy parsing of Urls</summary>
<description>Provides easy parsing of URLs and their constituent parts.</description>
<maintainers>
<maintainer>
<user>richard</user>
<name>Richard heyes</name>
<email>[email protected]</email>
<role>lead</role>
</maintainer>
</maintainers>
<release>
<release>
<version>1.0.14</version>
<date>2004-06-19</date>
<license>BSD</license>
<state>stable</state>
<notes>Whitespace</notes>
</release>
<filelist>
<file role="php" baseinstalldir="Net" name="URL.php"/>
<file role="doc" baseinstalldir="Net" name="docs/example.php"/>
</filelist>
</release>
<changelog>
<release>
<version>1.0.13</version>
<date>2004-06-05</date>
<license>BSD</license>
<state>stable</state>
<notes>Fix bug 1558</notes>
</release>
<release>
<version>1.0.12</version>
<date>2004-05-08</date>
<license>BSD</license>
<state>stable</state>
<notes>Bug fixes release (#704 and #1036)</notes>
</release>
<release>
<version>1.0.11</version>
<date>2004-01-17</date>
<license>BSD</license>
<state>stable</state>
<notes>Bug fixes release (#83 and #471)</notes>
</release>
<release>
<version>1.0.10</version>
<date>2002-04-06</date>
<license>BSD</license>
<state>stable</state>
<notes>Be more flexible in what constitutes a scheme</notes>
</release>
<release>
<version>1.0.9</version>
<date>2002-04-05</date>
<state>stable</state>
<notes>Fix couple of absolute URL bugs.</notes>
</release>
<release>
<version>1.0.8</version>
<date>2002-03-06</date>
<state>stable</state>
<notes>Various bugs. Remove auto setting of default url to '/' if a url is supplied
to the constructor. May cause BC issues.</notes>
</release>
<release>
<version>1.0.7</version>
<date>2002-12-07</date>
<state>stable</state>
<notes>Added method to resolve URL paths of //, ../ and ./</notes>
</release>
<release>
<version>1.0.6</version>
<date>2002-12-07</date>
<state>stable</state>
<notes>Make usage of [] optional</notes>
</release>
<release>
<version>1.0.5</version>
<date>2002-11-14</date>
<state>stable</state>
<notes>Allow for URLS such as ...?foo</notes>
</release>
<release>
<version>1.0.4</version>
<date>2002-07-27</date>
<state>stable</state>
<notes>License change
</notes>
</release>
<release>
<version>1.0.3</version>
<date>2002-06-20</date>
<state>stable</state>
<notes>Now uses HTTP_HOST if available.</notes>
</release>
<release>
<version>1.0.2</version>
<date>2002-04-28</date>
<state>stable</state>
<notes>updated to fix a minor irritation when running on windows</notes>
</release>
<release>
<version>1.0.1</version>
<date>2002-04-28</date>
<state>stable</state>
<notes>Maintenance release. Bugs fixed with path detection and defaults.</notes>
</release>
<release>
<version>1.0</version>
<date>2002-02-17</date>
<state>stable</state>
<notes>This is the initial release of the Net_URL package.</notes>
</release>
</changelog>
</package>