Skip to content

Commit e8341c7

Browse files
committed
get ready for 1.0.10
1 parent 9b7f70d commit e8341c7

File tree

3 files changed

+39
-17
lines changed

3 files changed

+39
-17
lines changed

ChangeLog

Lines changed: 19 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,22 @@
11
vips extension changelog
22

3+
Version 1.0.10 (2018-12-xx)
4+
--------------------------
5+
* Fix win32 build [TBK]
6+
https://github.com/libvips/php-vips-ext/pull/24
7+
* Update links for new home [jcupitt]
8+
39
Version 1.0.9 (2017-11-28)
410
--------------------------
511
* Add cache and concurrency controls [chregu]
6-
https://github.com/jcupitt/php-vips-ext/pull/17
12+
https://github.com/libvips/php-vips-ext/pull/17
713

814
Version 1.0.8 (2017-11-21)
915
--------------------------
1016
* Add vips_version() [chregu]
11-
https://github.com/jcupitt/php-vips-ext/pull/15
17+
https://github.com/libvips/php-vips-ext/pull/15
1218
* Add vips_new_from_memory() / vips_write_to_memory() [kleisauke]
13-
https://github.com/jcupitt/php-vips-ext/pull/13
19+
https://github.com/libvips/php-vips-ext/pull/13
1420

1521
Version 1.0.7 (2017-6-5)
1622
--------------------------
@@ -23,18 +29,23 @@ Version 1.0.6 (2017-4-15)
2329
Version 1.0.5 (2017-3-11)
2430
--------------------------
2531
* Use VIPS_SONAME, if we can
26-
* More stuff in php_info(), see https://github.com/jcupitt/php-vips/issues/32
27-
* Add vips_foreign_find_load() and vips_foreign_find_load_buffer(), see https://github.com/jcupitt/php-vips/issues/37
32+
* More stuff in php_info()
33+
https://github.com/libvips/php-vips/issues/32
34+
* Add vips_foreign_find_load() and vips_foreign_find_load_buffer()
35+
https://github.com/libvips/php-vips/issues/37
2836

2937
Version 1.0.4 (2016-12-30)
3038
--------------------------
31-
* Improve graceful fix from 1.0.3, see https://github.com/jcupitt/php-vips/issues/27
32-
* Better notes section in package.xml, see https://github.com/jcupitt/php-vips/issues/28
39+
* Improve graceful fix from 1.0.3
40+
https://github.com/libvips/php-vips/issues/27
41+
* Better notes section in package.xml
42+
https://github.com/libvips/php-vips/issues/28
3343

3444
Version 1.0.3 (2016-12-27)
3545
--------------------------
3646
* Lower min vips version to 8.2, see #4
37-
* Lock libvips to fix graceful, see https://github.com/jcupitt/php-vips/issues/26
47+
* Lock libvips to fix graceful
48+
https://github.com/libvips/php-vips/issues/26
3849

3950
Version 1.0.2 (2016-12-06)
4051
--------------------------
File renamed without changes.

package.xml

Lines changed: 20 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ http://pear.php.net/dtd/package-2.0.xsd">
1515
<email>jcupitt@php.net</email>
1616
<active>yes</active>
1717
</lead>
18-
<date>2018-10-04</date>
18+
<date>2018-12-xx</date>
1919
<version>
20-
<release>1.0.9</release>
20+
<release>1.0.10</release>
2121
<api>1.0.0</api>
2222
</version>
2323
<stability>
@@ -26,15 +26,16 @@ http://pear.php.net/dtd/package-2.0.xsd">
2626
</stability>
2727
<license filesource="LICENSE.txt">MIT</license>
2828
<notes>
29-
* Add cache and concurrency controls [chregu]
29+
* Update links for new home [jcupitt]
30+
* Fix win32 build [TBK]
3031
</notes>
3132
<contents>
3233
<dir name="/">
3334
<file role='doc' name='API-1.0.0'/>
3435
<file role='doc' name='CREDITS'/>
3536
<file role='doc' name='LICENSE.txt'/>
3637
<file role='doc' name='README.md'/>
37-
<file role='doc' name='RELEASE-1.0.9'/>
38+
<file role='doc' name='RELEASE-1.0.10'/>
3839
<file role='doc' name='ChangeLog'/>
3940

4041
<file role='src' name='config.m4'/>
@@ -98,6 +99,16 @@ http://pear.php.net/dtd/package-2.0.xsd">
9899
</extsrcrelease>
99100
<changelog>
100101

102+
<release>
103+
<stability><release>stable</release><api>stable</api></stability>
104+
<version><release>1.0.10</release><api>1.0.0</api></version>
105+
<date>2018-12-xx</date>
106+
<notes>
107+
* Update links for new home [jcupitt]
108+
* Fix win32 build [TBK]
109+
</notes>
110+
</release>
111+
101112
<release>
102113
<stability><release>stable</release><api>stable</api></stability>
103114
<version><release>1.0.9</release><api>1.0.0</api></version>
@@ -141,8 +152,8 @@ http://pear.php.net/dtd/package-2.0.xsd">
141152
<date>2017-03-11</date>
142153
<notes>
143154
* Use VIPS_SONAME, if we can
144-
* More stuff in php_info(), see https://github.com/jcupitt/php-vips/issues/32
145-
* Add vips_foreign_find_load() and vips_foreign_find_load_buffer(), see https://github.com/jcupitt/php-vips/issues/37
155+
* More stuff in php_info(), see https://github.com/libvips/php-vips/issues/32
156+
* Add vips_foreign_find_load() and vips_foreign_find_load_buffer(), see https://github.com/libvips/php-vips/issues/37
146157
</notes>
147158
</release>
148159

@@ -151,8 +162,8 @@ http://pear.php.net/dtd/package-2.0.xsd">
151162
<version><release>1.0.4</release><api>1.0.0</api></version>
152163
<date>2016-12-30</date>
153164
<notes>
154-
* Improve graceful fix from 1.0.3, see https://github.com/jcupitt/php-vips/issues/27
155-
* Better notes section in package.xml, see https://github.com/jcupitt/php-vips/issues/28
165+
* Improve graceful fix from 1.0.3, see https://github.com/libvips/php-vips/issues/27
166+
* Better notes section in package.xml, see https://github.com/libvips/php-vips/issues/28
156167
</notes>
157168
</release>
158169

@@ -162,7 +173,7 @@ http://pear.php.net/dtd/package-2.0.xsd">
162173
<date>2016-12-27</date>
163174
<notes>
164175
* Lower min vips version to 8.2, see #4
165-
* Lock libvips to fix graceful, see https://github.com/jcupitt/php-vips/issues/26
176+
* Lock libvips to fix graceful, see https://github.com/libvips/php-vips/issues/26
166177
</notes>
167178
</release>
168179

0 commit comments

Comments
 (0)