/[web]/fidd/lib/fabpot-yaml/package.xml
ViewVC logotype

Contents of /fidd/lib/fabpot-yaml/package.xml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1081 - (show annotations) (download) (as text)
Mon May 14 09:16:32 2012 UTC (11 years, 11 months ago) by rda
File MIME type: text/xml
File size: 5178 byte(s)
add library and var dir
1 <?xml version="1.0" encoding="UTF-8"?>
2 <package version="2.1" xmlns="http://pear.php.net/dtd/package-2.1" xmlns:tasks="http://pear.php.net/dtd/tasks-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0 http://pear.php.net/dtd/tasks-1.0.xsd http://pear.php.net/dtd/package-2.1 http://pear.php.net/dtd/package-2.1.xsd">
3 <name>YAML</name>
4 <channel>pear.symfony-project.com</channel>
5 <summary>The Symfony YAML Component.</summary>
6 <description>The Symfony YAML Component.</description>
7 <lead>
8 <name>Fabien Potencier</name>
9 <user>fabpot</user>
10 <email>fabien.potencier@symfony-project.org</email>
11 <active>yes</active>
12 </lead>
13 <date>2011-02-22</date>
14 <version>
15 <release>1.0.6</release>
16 <api>1.0.0</api>
17 </version>
18 <stability>
19 <release>stable</release>
20 <api>stable</api>
21 </stability>
22 <license uri="http://www.symfony-project.com/license">MIT license</license>
23 <notes>-</notes>
24 <contents>
25 <dir name="/">
26 <file name="SF_README.markdown" role="doc" />
27 <file name="SF_LICENSE" role="doc" />
28
29 <dir name="lib">
30 <file name="sfYaml.php" role="php" />
31 <file name="sfYamlDumper.php" role="php" />
32 <file name="sfYamlInline.php" role="php" />
33 <file name="sfYamlParser.php" role="php" />
34 </dir>
35 </dir>
36 </contents>
37
38 <dependencies>
39 <required>
40 <php>
41 <min>5.2.4</min>
42 </php>
43 <pearinstaller>
44 <min>1.4.1</min>
45 </pearinstaller>
46 </required>
47 </dependencies>
48
49 <phprelease>
50 <filelist>
51 <install as="SymfonyComponents/YAML/sfYaml.php" name="lib/sfYaml.php" />
52 <install as="SymfonyComponents/YAML/sfYamlDumper.php" name="lib/sfYamlDumper.php" />
53 <install as="SymfonyComponents/YAML/sfYamlInline.php" name="lib/sfYamlInline.php" />
54 <install as="SymfonyComponents/YAML/sfYamlParser.php" name="lib/sfYamlParser.php" />
55 </filelist>
56 </phprelease>
57
58 <changelog>
59 <release>
60 <version>
61 <release>1.0.6</release>
62 <api>1.0.0</api>
63 </version>
64 <stability>
65 <release>stable</release>
66 <api>stable</api>
67 </stability>
68 <date>2010-02-22</date>
69 <license>MIT</license>
70 <notes>
71 * fabien: renamed doc files to avoid collision with pecl/yaml
72 </notes>
73 </release>
74 <release>
75 <version>
76 <release>1.0.5</release>
77 <api>1.0.0</api>
78 </version>
79 <stability>
80 <release>stable</release>
81 <api>stable</api>
82 </stability>
83 <date>2010-02-22</date>
84 <license>MIT</license>
85 <notes>
86 * indiyets: fixed package.xml
87 </notes>
88 </release>
89 <release>
90 <version>
91 <release>1.0.4</release>
92 <api>1.0.0</api>
93 </version>
94 <stability>
95 <release>stable</release>
96 <api>stable</api>
97 </stability>
98 <date>2010-11-29</date>
99 <license>MIT</license>
100 <notes>
101 * fabien: fixed parsing of simple inline documents
102 </notes>
103 </release>
104 <release>
105 <version>
106 <release>1.0.3</release>
107 <api>1.0.0</api>
108 </version>
109 <stability>
110 <release>stable</release>
111 <api>stable</api>
112 </stability>
113 <date>2010-04-06</date>
114 <license>MIT</license>
115 <notes>
116 * fabien: fixed YAML parser when mbstring.func_overload is used with an mbstring.internal_encoding different from ASCII
117 * fabien: fixed offset when the document use --- or the %YAML element
118 * fabien: added ? in the list of characters that trigger quoting (for compatibility with libyaml)
119 * fabien: added backtick to the list of characters that trigger quotes as it is reserved for future use
120 * FabianLange: fixed missing newline in sfYamlParser when parsing certain symfony core files
121 * FabianLange: removed the unused value property from Parser
122 * fabien: changed Exception to InvalidArgumentException
123 * fabien: fixed YAML dump when a string contains a \r without a \n
124 </notes>
125 </release>
126 <release>
127 <version>
128 <release>1.0.2</release>
129 <api>1.0.0</api>
130 </version>
131 <stability>
132 <release>stable</release>
133 <api>stable</api>
134 </stability>
135 <date>2009-12-01</date>
136 <license>MIT</license>
137 <notes>
138 * fabien: fixed \ usage in quoted string
139 </notes>
140 </release>
141 <release>
142 <version>
143 <release>1.0.1</release>
144 <api>1.0.0</api>
145 </version>
146 <stability>
147 <release>stable</release>
148 <api>stable</api>
149 </stability>
150 <date>2009-12-01</date>
151 <license>MIT</license>
152 <notes>
153 * fabien: fixed a possible loop in parsing a non-valid quoted string
154 </notes>
155 </release>
156 <release>
157 <version>
158 <release>1.0.0</release>
159 <api>1.0.0</api>
160 </version>
161 <stability>
162 <release>stable</release>
163 <api>stable</api>
164 </stability>
165 <date>2009-11-30</date>
166 <license>MIT</license>
167 <notes>
168 * fabien: first stable release as a Symfony Component
169 </notes>
170 </release>
171 </changelog>
172 </package>

  ViewVC Help
Powered by ViewVC 1.1.30