Skip to content

Commit 5a5225a

Browse files
committed
update changelog, bump version
1 parent 3cd6045 commit 5a5225a

8 files changed

+24
-67
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ config.status
1717
config.sub
1818
configure
1919
configure.in
20+
configure.ac
2021
include
2122
install-sh
2223
libtool

ChangeLog

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
vips extension changelog
22

3+
Version 1.0.9 (2017-11-28)
4+
--------------------------
5+
* Add cache and concurrency controls [chregu]
6+
https://github.com/jcupitt/php-vips-ext/pull/17
7+
38
Version 1.0.8 (2017-11-21)
49
--------------------------
510
* Add vips_version() [chregu]

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ libvips website, or build your own.
9191
$ pear package
9292
```
9393

94-
to make `vips-1.0.8.tgz`.
94+
to make `vips-1.0.9.tgz`.
9595

9696
To install by hand:
9797

RELEASE-1.0.8 RELEASE-1.0.9

File renamed without changes.

config.h.in~

-61
This file was deleted.

package.xml

+17-5
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ http://pear.php.net/dtd/package-2.0.xsd">
1515
<email>[email protected]</email>
1616
<active>yes</active>
1717
</lead>
18-
<date>2017-11-22</date>
18+
<date>2017-11-28</date>
1919
<version>
20-
<release>1.0.8</release>
20+
<release>1.0.9</release>
2121
<api>1.0.0</api>
2222
</version>
2323
<stability>
@@ -26,16 +26,15 @@ http://pear.php.net/dtd/package-2.0.xsd">
2626
</stability>
2727
<license filesource="LICENSE.txt">MIT</license>
2828
<notes>
29-
* Add vips_version() [chregu]
30-
* Add vips_new_from_memory() / vips_write_to_memory() [kleisauke]
29+
* Add cache and concurrency controls [chregu]
3130
</notes>
3231
<contents>
3332
<dir name="/">
3433
<file role='doc' name='API-1.0.0'/>
3534
<file role='doc' name='CREDITS'/>
3635
<file role='doc' name='LICENSE.txt'/>
3736
<file role='doc' name='README.md'/>
38-
<file role='doc' name='RELEASE-1.0.8'/>
37+
<file role='doc' name='RELEASE-1.0.9'/>
3938
<file role='doc' name='ChangeLog'/>
4039

4140
<file role='src' name='config.m4'/>
@@ -72,6 +71,10 @@ http://pear.php.net/dtd/package-2.0.xsd">
7271
<file role='test' name='034.phpt'/>
7372
<file role='test' name='035.phpt'/>
7473
<file role='test' name='036.phpt'/>
74+
<file role='test' name='037.phpt'/>
75+
<file role='test' name='038.phpt'/>
76+
<file role='test' name='039.phpt'/>
77+
<file role='test' name='040.phpt'/>
7578

7679
<dir name="images">
7780
<file role='test' name='img_0076.jpg'/>
@@ -95,6 +98,15 @@ http://pear.php.net/dtd/package-2.0.xsd">
9598
</extsrcrelease>
9699
<changelog>
97100

101+
<release>
102+
<stability><release>stable</release><api>stable</api></stability>
103+
<version><release>1.0.9</release><api>1.0.0</api></version>
104+
<date>2017-11-28</date>
105+
<notes>
106+
* Add cache and concurrency controls [chregu]
107+
</notes>
108+
</release>
109+
98110
<release>
99111
<stability><release>stable</release><api>stable</api></stability>
100112
<version><release>1.0.8</release><api>1.0.0</api></version>

vips-1.0.8.tgz

248 Bytes
Binary file not shown.

vips-1.0.9.tgz

545 KB
Binary file not shown.

0 commit comments

Comments
 (0)