File tree Expand file tree Collapse file tree 5 files changed +253
-84
lines changed
Expand file tree Collapse file tree 5 files changed +253
-84
lines changed Original file line number Diff line number Diff line change 11# master
22
3+ ## Version 2.2.1 (released 12 JUn 2022)
4+
35* add seek and end handlers for TargetCustom [jcupitt]
46* add `block_untrusted_set `, `operation_block_set ` [jcupitt]
7+ * update for libvips 8.13 [jcupitt]
58
69## Version 2.2.0 (released 18 Apr 2022)
710
Original file line number Diff line number Diff line change @@ -174,15 +174,29 @@ Generate HTML docs in ``doc/build/html``:
174174
175175 $ cd doc; sphinx-build -bhtml . build/html
176176
177+ Regenerate enums:
178+
179+ Make sure you have installed a libvips with all optional packages enabled,
180+ then
181+
182+ .. code-block :: shell
183+
184+ $ cd examples; \
185+ ./gen-enums.py ~ /GIT/libvips/libvips/Vips-8.0.gir > enums.py
186+
187+ Then check and move `enums.py ` into `pyvips/ `.
188+
177189Regenerate autodocs:
178190
191+ Make sure you have installed a libvips with all optional packages enabled,
192+ then
193+
179194.. code-block :: shell
180195
181196 $ cd doc; \
182197 python3 -c " import pyvips; pyvips.Operation.generate_sphinx_all()" > x
183198
184- And copy-paste ``x `` into the obvious place in ``doc/vimage.rst ``. See
185- `examples/gen-enums.py ` to regenerate all enums.
199+ And copy-paste ``x `` into the obvious place in ``doc/vimage.rst ``.
186200
187201Update version number:
188202
Original file line number Diff line number Diff line change 6666# The short X.Y version.
6767version = u'2.2'
6868# The full version, including alpha/beta/rc tags.
69- release = u'2.2.0 '
69+ release = u'2.2.1 '
7070
7171# The language for content autogenerated by Sphinx. Refer to documentation
7272# for a list of supported languages.
You can’t perform that action at this time.
0 commit comments