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 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301
|
<?xml version="1.0" encoding="UTF-8"?>
<package packagerversion="1.6.1" version="2.0" xmlns="http://pear.php.net/dtd/package-2.0" 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.0 http://pear.php.net/dtd/package-2.0.xsd">
<name>Text_CAPTCHA</name>
<channel>pear.php.net</channel>
<summary>Generation of CAPTCHAs</summary>
<description>Implementation of CAPTCHAs (completely automated public Turing test to tell computers and humans apart)</description>
<lead>
<name>Christian Wenz</name>
<user>wenz</user>
<email>wenz@php.net</email>
<active>yes</active>
</lead>
<date>2011-02-24</date>
<time>14:32:20</time>
<version>
<release>0.4.3</release>
<api>0.4.0</api>
</version>
<stability>
<release>alpha</release>
<api>alpha</api>
</stability>
<license uri="http://opensource.org/licenses/bsd-license">BSD License</license>
<notes>+ fixed bug #18300/18198: Figlet driver options not correctly passed to password generation (patch by green)
+ fixed JavaScript figlet generation (Christian)</notes>
<contents>
<dir name="/">
<file baseinstalldir="Text" md5sum="0df02be3672b967bc2e6270b3008786b" name="CAPTCHA/Driver/Equation.php" role="php" />
<file baseinstalldir="Text" md5sum="1cbcabc1d75d38e6982d0298b8ac65a8" name="CAPTCHA/Driver/Figlet.php" role="php" />
<file baseinstalldir="Text" md5sum="6ceff5dcb1d2c42989531a3f2a05c163" name="CAPTCHA/Driver/Image.php" role="php" />
<file baseinstalldir="Text" md5sum="9afbef768e4e4e61a6a341bb4f96ab0c" name="CAPTCHA/Driver/Numeral.php" role="php" />
<file baseinstalldir="Text" md5sum="f8cefe277eeddc5d61334e5f9bbbf629" name="CAPTCHA/Driver/Word.php" role="php" />
<file baseinstalldir="Text" md5sum="f92183549c4638ac07555bc64b1c86d6" name="examples/CAPTCHA_Equation_test.php" role="doc" />
<file baseinstalldir="Text" md5sum="69cc6244509839a4e0c7e12ae7380811" name="examples/CAPTCHA_Figlet_test.php" role="doc" />
<file baseinstalldir="Text" md5sum="7a4cd3cb79ee5bf2b010d1e07eeefd0b" name="examples/CAPTCHA_Numeral_test.php" role="doc" />
<file baseinstalldir="Text" md5sum="1549e147f6e1c9603de519bca8399300" name="examples/CAPTCHA_test.php" role="doc" />
<file baseinstalldir="Text" md5sum="ba9cf4a8020862400684da69246bf056" name="examples/CAPTCHA_Word_test.php" role="doc" />
<file baseinstalldir="Text" md5sum="8fadc2e7df6c555ebc98fda74b6c47bf" name="examples/CAPTCHA_test_measure.php" role="doc" />
<file baseinstalldir="Text" md5sum="045734d9e93eee1c86958a53d0d28d53" name="examples/CAPTCHA_test_phraseoptions.php" role="doc" />
<file baseinstalldir="Text" md5sum="3dfd500a56f6f9006072a46a77a09b54" name="CAPTCHA.php" role="php" />
</dir>
</contents>
<dependencies>
<required>
<php>
<min>4.0.0</min>
</php>
<pearinstaller>
<min>1.4.0b1</min>
</pearinstaller>
<package>
<name>Text_Password</name>
<channel>pear.php.net</channel>
</package>
</required>
<optional>
<package>
<name>Numbers_Words</name>
<channel>pear.php.net</channel>
</package>
<package>
<name>Text_Figlet</name>
<channel>pear.php.net</channel>
</package>
<package>
<name>Image_Text</name>
<channel>pear.php.net</channel>
<recommended>0.6.0beta</recommended>
</package>
<extension>
<name>gd</name>
</extension>
</optional>
</dependencies>
<phprelease />
<changelog>
<release>
<version>
<release>0.4.3</release>
<api>0.4.0</api>
</version>
<stability>
<release>alpha</release>
<api>alpha</api>
</stability>
<date>2011-02-24</date>
<license uri="http://opensource.org/licenses/bsd-license">PHP License</license>
<notes>+ fixed bug #18300/18198: Figlet driver options not correctly passed to password generation (patch by green)
+ fixed JavaScript figlet generation (Christian)</notes>
</release>
<release>
<version>
<release>0.4.2</release>
<api>0.4.0</api>
</version>
<stability>
<release>alpha</release>
<api>alpha</api>
</stability>
<date>2011-01-16</date>
<license uri="http://opensource.org/licenses/bsd-license">PHP License</license>
<notes>+ implemented feature request #17601: add antialias option for lines (patch by troyanderson)
+ implemented feature request #17424: Compatible _createPhrase() declarations (patch by cweiske, neufeind)
+ fixed bug #18151: Deprecation warnings because of "return of new by reference" (Christian)
+ many CS fixes (neufeind)</notes>
</release>
<release>
<version>
<release>0.4.1</release>
<api>0.4.0</api>
</version>
<stability>
<release>alpha</release>
<api>alpha</api>
</stability>
<date>2010-10-25</date>
<license uri="http://opensource.org/licenses/bsd-license">PHP License</license>
<notes>+ QA release (no new features)</notes>
</release>
<release>
<version>
<release>0.4.0</release>
<api>0.4.0</api>
</version>
<stability>
<release>alpha</release>
<api>alpha</api>
</stability>
<date>2009-07-27</date>
<license uri="http://opensource.org/licenses/bsd-license">PHP License</license>
<notes>+ ** license change from PHP license to BSD license **
+ implemented feature request #16433 (fixing behavior from bug #13478): If image is too small, no text is created (patch by tacker)
+ implemented feature request #11653: new 'phraseOptions' setting to provide options to Text_Password::create() call
+ updated and new examples
+ various cosmetic changes</notes>
</release>
<release>
<version>
<release>0.3.1</release>
<api>0.3.0</api>
</version>
<stability>
<release>alpha</release>
<api>alpha</api>
</stability>
<date>2007-09-02</date>
<license uri="http://www.php.net/license">PHP License</license>
<notes>+ implemented feature request #11957: Providing better Image driver error messages in various places
+ fixed example/documentation bug #11960
+ various cosmetic changes</notes>
</release>
<release>
<version>
<release>0.3.0</release>
<api>0.3.0</api>
</version>
<stability>
<release>alpha</release>
<api>alpha</api>
</stability>
<date>2007-08-01</date>
<license uri="http://www.php.net/license">PHP License</license>
<notes>+ new feature: now supports setting background and line color for image CAPTCHAs (see CAPTCHA_test.php example file). Requires Image_Text >= 0.6.0beta to work. Many thanks to isnull!
+ bugfix: CAPTCHA drivers now also load Text/CAPTCHA.php via require_once (suggested by Philippe Jausions)</notes>
</release>
<release>
<version>
<release>0.2.1</release>
<api>0.2.1</api>
</version>
<stability>
<release>alpha</release>
<api>alpha</api>
</stability>
<date>2007-02-18</date>
<license uri="http://www.php.net/license">PHP License</license>
<notes>+ bugfix: image height could not be set (reported by Hendrik Vorwerk)
+ cosmetic changes</notes>
</release>
<release>
<version>
<release>0.2.0</release>
<api>0.2.0</api>
</version>
<stability>
<release>alpha</release>
<api>alpha</api>
</stability>
<date>2006-12-24</date>
<license uri="http://www.php.net/license">PHP License</license>
<notes>***********************************
********* MERRY CHRISTMAS *********
***********************************
***********************************
*** Upcoming BC BREAKING CHANGES **
***********************************
+ CAPTCHA options are now provided as one array (wormus' suggestion)
+ image CAPTCHA is now only created upon request, making it serializable (jausions' suggestion)
+ New drivers: Figlet (wormus), Word (toby), Numeral (davidc), Equation (cweiske)
+ some other stuff ...</notes>
</release>
<release>
<version>
<release>0.1.6</release>
<api>0.1.6</api>
</version>
<stability>
<release>alpha</release>
<api>alpha</api>
</stability>
<date>2005-10-27</date>
<license uri="http://www.php.net/license">PHP License</license>
<notes>+ fixed a bug in the sample (noticed by Nima Sadjadi)</notes>
</release>
<release>
<version>
<release>0.1.5</release>
<api>0.1.5</api>
</version>
<stability>
<release>alpha</release>
<api>alpha</api>
</stability>
<date>2005-09-26</date>
<license uri="http://www.php.net/license">PHP License</license>
<notes>+ cosmetic changes (CS)
+ small changes sample script (suggested by Lukas Smith, thanks!)</notes>
</release>
<release>
<version>
<release>0.1.4</release>
<api>0.1.4</api>
</version>
<stability>
<release>alpha</release>
<api>alpha</api>
</stability>
<date>2005-08-11</date>
<license uri="http://www.php.net/license">PHP License</license>
<notes>+ cosmetic changes (whitespace, line endings)</notes>
</release>
<release>
<version>
<release>0.1.3</release>
<api>0.1.3</api>
</version>
<stability>
<release>alpha</release>
<api>alpha</api>
</stability>
<date>2005-06-19</date>
<license uri="http://www.php.net/license">PHP License</license>
<notes>+ better check for errors thrown from Image_Text
+ updated examples
+ cosmetic changes</notes>
</release>
<release>
<version>
<release>0.1.2</release>
<api>0.1.2</api>
</version>
<stability>
<release>alpha</release>
<api>alpha</api>
</stability>
<date>2005-01-26</date>
<license uri="http://www.php.net/license">PHP License</license>
<notes>Bugfix release
+ fixed bug #3271 (thanks to Justin)
+ some cosmetic changes</notes>
</release>
<release>
<version>
<release>0.1.1</release>
<api>0.1.1</api>
</version>
<stability>
<release>alpha</release>
<api>alpha</api>
</stability>
<date>2004-11-08</date>
<license uri="http://www.php.net/license">PHP License</license>
<notes>Bugfix release (Int'l PHP Conference Edition)
+ fixed bug #2584 (thanks to wormus)
+ various small fixes</notes>
</release>
<release>
<version>
<release>0.1.0</release>
<api>0.1.0</api>
</version>
<stability>
<release>alpha</release>
<api>alpha</api>
</stability>
<date>2004-10-21</date>
<license uri="http://www.php.net/license">PHP License</license>
<notes>Initial release (PHP World, Munich)</notes>
</release>
</changelog>
</package>
|