Skip to content

Commit

Permalink
release 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Joungkyun committed Apr 6, 2021
1 parent e9e202f commit c56f3d3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 122 deletions.
84 changes: 0 additions & 84 deletions Changelog

This file was deleted.

46 changes: 8 additions & 38 deletions package.xml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@
</stability>
<license uri="https://raw.githubusercontent.com/OOPS-ORG-PHP/mod_chardet/master/LICENSE">MPL v1.1 or GPL v2</license>
<notes>
- check build minimum php version #1
- build failure on PHP 8 #2
- segfault occurs when chardet_detect is multiple call with CHARDET_PY flag #10
- support python 3 for py chardet #11
</notes>
<contents>
<dir name="/">
Expand Down Expand Up @@ -68,6 +72,10 @@
<version><release>1.0.4</release><api>1.0.0</api></version>
<date>@curdate@</date>
<notes>
- check build minimum php version #1
- build failure on PHP 8 #2
- segfault occurs when chardet_detect is multiple call with CHARDET_PY flag #10
- support python 3 for py chardet #11
</notes>
</release>
<release>
Expand All @@ -78,16 +86,6 @@
- Support PHP 7.4
</notes>
</release>
<release>
<stability><release>stable</release><api>stable</api></stability>
<version><release>0.0.5</release><api>0.0.1</api></version>
<date>2016-07-06</date>
<notes>
- for PHP3/4/5 branch
- add make test scripts
- support detect_handledata_r for binary safe problems (libchardet >= 1.0.5)
</notes>
</release>
<release>
<stability><release>stable</release><api>stable</api></stability>
<version><release>1.0.2</release><api>1.0.0</api></version>
Expand All @@ -114,33 +112,5 @@
- unsupport under php 3/4/5
</notes>
</release>
<release>
<stability><release>stable</release><api>stable</api></stability>
<version><release>0.0.4</release><api>0.0.1</api></version>
<date>2016-07-06</date>
<notes>
- fixed deprecated zend_get_parameters_ex
- support OOP method and exception
- support PHP 5.4
</notes>
</release>
<release>
<stability><release>stable</release><api>stable</api></stability>
<version><release>0.0.3</release><api>0.0.1</api></version>
<date>2016-07-06</date>
<notes>
- fixed config.m4 shell test syntax
- fixed compile error when undefined HAVE_ICU_CHARDET
</notes>
</release>
<release>
<stability><release>stable</release><api>stable</api></stability>
<version><release>0.0.2</release><api>0.0.1</api></version>
<date>2016-07-06</date>
<notes>
- changed moz to py
- add mozilla universal charset detect mode with c library
</notes>
</release>
</changelog>
</package>

0 comments on commit c56f3d3

Please sign in to comment.