Skip to content

Commit e73a61d

Browse files
author
Nicholas Pisarro
committed
preparing minor bugfix release
git-svn-id: http://svn.php.net/repository/pear/packages/Text_LanguageDetect/trunk@224299 c90b9560-bf6c-de11-be94-00142212c4b1
1 parent e55b511 commit e73a61d

File tree

1 file changed

+17
-9
lines changed

1 file changed

+17
-9
lines changed

package.xml

Lines changed: 17 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!DOCTYPE package SYSTEM "http://pear.php.net/dtd/package-1.0">
33
<package version="1.0">
44

5-
<!-- $Id: package.xml,v 1.7 2006-01-19 04:12:42 taak Exp $ -->
5+
<!-- $Id: package.xml,v 1.8 2006-12-04 01:22:02 taak Exp $ -->
66

77
<name>Text_LanguageDetect</name>
88
<summary>Language detection class</summary>
@@ -18,17 +18,14 @@
1818
</maintainers>
1919

2020
<release>
21-
<version>0.2.0</version>
22-
<date>2006-01-18</date>
21+
<version>0.2.1</version>
22+
<date>2006-12-03</date>
2323
<license>BSD</license>
2424
<state>alpha</state>
2525
<notes>
26-
* Added unicode block range identification
27-
* unicode block ranges used to optimize language detection by pre-selecting which known language trigram profiles in the database to attempt comparison with
28-
* Added several utf8/unicode utility functions
29-
* new Parser class for building data profiles from text samples
30-
* Fix: mb_convert_encoding() now used correctly
31-
* Fix: basic case-folding for Cyrillic alphabet implemented
26+
* Fix: Now uses conventionalized include path
27+
* Fix: Won't cause error if input is purely symbol-range characters
28+
* Better error reporting if error in unicode db loading
3229
</notes>
3330

3431
<filelist>
@@ -58,6 +55,17 @@
5855
</release>
5956

6057
<changelog>
58+
<release>
59+
<version>0.2.1</version>
60+
<date>2006-12-03</date>
61+
<license>BSD</license>
62+
<state>alpha</state>
63+
<notes>
64+
* Fix: Now uses conventionalized include path
65+
* Fix: Won't cause error if input is purely symbol-range characters
66+
* Better error reporting if error in unicode db loading
67+
</notes>
68+
</release>
6169
<release>
6270
<version>0.2.0</version>
6371
<date>2006-01-18</date>

0 commit comments

Comments
 (0)