Skip to content

Commit 893a053

Browse files
committed
prepare release 1.2.0
1 parent 3a717aa commit 893a053

File tree

1 file changed

+48
-8
lines changed

1 file changed

+48
-8
lines changed

package.xml

+48-8
Original file line numberDiff line numberDiff line change
@@ -25,19 +25,19 @@ http://pear.php.net/dtd/package-2.0.xsd">
2525
<email>pmjones@memphis.edu</email>
2626
<active>no</active>
2727
</lead>
28-
<date>2009-07-24</date>
28+
<date>2015-07-16</date>
2929
<version>
30-
<release>1.1.1</release>
31-
<api>1.1.0</api>
30+
<release>1.2.0</release>
31+
<api>1.2.0</api>
3232
</version>
3333
<stability>
3434
<release>stable</release>
3535
<api>stable</api>
3636
</stability>
3737
<license uri="http://opensource.org/licenses/lgpl-license.php">LGPL</license>
38-
<notes>* Make sure that the diff string ends with a line break (PEAR Bug #14533).
39-
* Fix notices if xdiff engine creates empty lines (PEAR Bug #16240).
40-
* Fix inline renderer if xdiff extension is installed.</notes>
38+
<notes>
39+
* Add PHP 7 compatibility; drop PHP 4 compatibility
40+
</notes>
4141
<contents>
4242
<dir name="/">
4343
<dir name="Text">
@@ -78,15 +78,19 @@ http://pear.php.net/dtd/package-2.0.xsd">
7878
<file baseinstalldir="/Text" name="context.phpt" role="test" />
7979
<file baseinstalldir="/Text" name="context2.phpt" role="test" />
8080
<file baseinstalldir="/Text" name="diff.phpt" role="test" />
81+
<file baseinstalldir="/Text" name="diff_shell.phpt" role="test" />
8182
<file baseinstalldir="/Text" name="inline.phpt" role="test" />
8283
<file baseinstalldir="/Text" name="inline2.phpt" role="test" />
8384
<file baseinstalldir="/Text" name="pear_bug12740.phpt" role="test" />
8485
<file baseinstalldir="/Text" name="pear_bug4879.phpt" role="test" />
86+
<file baseinstalldir="/Text" name="pear_bug4982.phpt" role="test" />
8587
<file baseinstalldir="/Text" name="pear_bug6251.phpt" role="test" />
8688
<file baseinstalldir="/Text" name="pear_bug6428.phpt" role="test" />
89+
<file baseinstalldir="/Text" name="pear_bug7839.phpt" role="test" />
8790
<file baseinstalldir="/Text" name="string.phpt" role="test" />
8891
<file baseinstalldir="/Text" name="unified.patch" role="test" />
8992
<file baseinstalldir="/Text" name="unified.phpt" role="test" />
93+
<file baseinstalldir="/Text" name="unified2.patch" role="test" />
9094
<file baseinstalldir="/Text" name="unified2.phpt" role="test" />
9195
<file baseinstalldir="/Text" name="xdiff.phpt" role="test" />
9296
</dir> <!-- /tests -->
@@ -95,10 +99,10 @@ http://pear.php.net/dtd/package-2.0.xsd">
9599
<dependencies>
96100
<required>
97101
<php>
98-
<min>4.2.0</min>
102+
<min>5.2.0</min>
99103
</php>
100104
<pearinstaller>
101-
<min>1.4.0b1</min>
105+
<min>1.9.0</min>
102106
</pearinstaller>
103107
</required>
104108
<optional>
@@ -109,6 +113,41 @@ http://pear.php.net/dtd/package-2.0.xsd">
109113
</dependencies>
110114
<phprelease />
111115
<changelog>
116+
117+
<release>
118+
<date>2015-07-16</date>
119+
<version>
120+
<release>1.2.0</release>
121+
<api>1.2.0</api>
122+
</version>
123+
<stability>
124+
<release>stable</release>
125+
<api>stable</api>
126+
</stability>
127+
<license uri="http://opensource.org/licenses/lgpl-license.php">LGPL</license>
128+
<notes>
129+
* Add PHP 7 compatibility; drop PHP 4 compatibility
130+
</notes>
131+
</release>
132+
133+
<release>
134+
<date>2009-07-24</date>
135+
<version>
136+
<release>1.1.1</release>
137+
<api>1.1.0</api>
138+
</version>
139+
<stability>
140+
<release>stable</release>
141+
<api>stable</api>
142+
</stability>
143+
<license uri="http://opensource.org/licenses/lgpl-license.php">LGPL</license>
144+
<notes>
145+
* Make sure that the diff string ends with a line break (PEAR Bug #14533).
146+
* Fix notices if xdiff engine creates empty lines (PEAR Bug #16240).
147+
* Fix inline renderer if xdiff extension is installed.
148+
</notes>
149+
</release>
150+
112151
<release>
113152
<date>2008-09-10</date>
114153
<version>
@@ -124,6 +163,7 @@ http://pear.php.net/dtd/package-2.0.xsd">
124163
* Improve string engine if patch data has no header (PEAR Bug #14533).
125164
* Fix autodetection of diff type in string engine (PEAR Bug #14625).</notes>
126165
</release>
166+
127167
<release>
128168
<version>
129169
<release>1.0.0</release>

0 commit comments

Comments
 (0)