Skip to content

Commit c7708e5

Browse files
committed
bump to v3
1 parent 44f09e7 commit c7708e5

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -236,19 +236,14 @@ On success, merge to master.
236236

237237
maybe check glib master and file a bug report
238238

239-
- check mem use, esp with three large images loaded
240-
241239
- PDF page change does not change image size if pages vary in size
242240

243-
- ^C during a slow load leaves a file in /tmp, can we fix this?
241+
- ^C during a slow load leaves a file in /tmp, can we improve this?
244242

245243
- batch save?
246244

247245
- pass revalidate down to `new_from_file` on F5
248246

249-
250-
251-
252247
- have a look at the new 4.14 `gtk_print_dialog_new()`
253248

254249
works and is in branch add-print-dialog, but it needs 4.14, and the new

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
project(
22
'vipsdisp', 'c',
3-
version: '2.6.3',
3+
version: '3.0.0',
44
license: 'MIT',
55
meson_version: '>=0.56',
66
default_options: [

0 commit comments

Comments
 (0)