@@ -25,28 +25,22 @@ The following features are currently supported:
25252626  <active >yes</active >
2727 </lead >
28-  <date >2018-02 -25</date >
29-  <time >16:30:00 </time >
28+  <date >2018-03 -25</date >
29+  <time >23:59:59 </time >
3030 <version >
31-   <release >0.3.1 </release >
31+   <release >0.3.2 </release >
3232  <api >0.3.1</api >
3333 </version >
3434 <stability >
3535  <release >beta</release >
3636  <api >stable</api >
3737 </stability >
3838 <license  uri =" http://www.php.net/license/3_01.txt"  >PHP</license >
39-  <notes >Sun, Feb  25, 2018 - tomcrypt 0.3.1 
39+  <notes >Sun, Mar  25, 2018 - tomcrypt 0.3.3 
4040
4141+ Changes:
4242
43-   - Added instructions on how to build the extension on Windows.
44- 
45- = Fixed bugs:
46- 
47-   - Fixed config.w32 so that it actually works under Windows.
48-   - Replaced several calls to index() with equivalent calls to strchr()
49-     for MSVC/C89 compatibility.
43+   - Added support for PHP 7.2
5044</notes >
5145 <contents >
5246  <dir  name =" /"  >
@@ -90,7 +84,7 @@ The following features are currently supported:
9084  <required >
9185   <php >
9286    <min >5.3.0</min >
93-     <max >7.2 .0</max >
87+     <max >7.3 .0</max >
9488   </php >
9589   <pearinstaller >
9690    <min >1.4.0a2</min >
@@ -100,6 +94,31 @@ The following features are currently supported:
10094 <providesextension >tomcrypt</providesextension >
10195 <extsrcrelease  />
10296 <changelog >
97+ <release >
98+  <date >2018-02-25</date >
99+  <time >16:30:00</time >
100+  <version >
101+   <release >0.3.1</release >
102+   <api >0.3.1</api >
103+  </version >
104+  <stability >
105+   <release >beta</release >
106+   <api >stable</api >
107+  </stability >
108+  <license  uri =" http://www.php.net/license/3_01.txt"  >PHP</license >
109+  <notes >Sun, Feb 25, 2018 - tomcrypt 0.3.1
110+ 
111+ + Changes:
112+ 
113+   - Added instructions on how to build the extension on Windows.
114+ 
115+ = Fixed bugs:
116+ 
117+   - Fixed config.w32 so that it actually works under Windows.
118+   - Replaced several calls to index() with equivalent calls to strchr()
119+     for MSVC/C89 compatibility.
120+ </notes >
121+ </release >
103122  <release >
104123 <date >2017-12-30</date >
105124 <time >23:59:59</time >
@@ -157,7 +176,6 @@ The following features are currently supported:
157176    function
158177  - Added support for HKDF (Hash-based Key Derivation Function) through
159178    the new tomcrypt_hkdf() function (requires LTC v1.18+)
160-     
161179
162180= Fixed bugs:
163181
0 commit comments