-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathNEWS
More file actions
32 lines (23 loc) · 744 Bytes
/
NEWS
File metadata and controls
32 lines (23 loc) · 744 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
development
- `pdf_overlay_stamp()` gains a `pages` argument to stamp only selected pages (#29)
1.4.1
- Try to fix LTO build on CRAN (do not strip static lib)
1.4.0
- Update bundled libqpdf to v12.2.0 (#24)
1.3.3
- Fix a bug in pdf_split that would cause very long filenames
1.3.2
- Adapt include order to fix header conflicts with local libqpdf on CRAN
1.3.1
- Remove CXX_STD=CXX11 (use default C++ standard)
- Workaround for false warning in gcc-12
1.3.0
- Fix bindings for compatibility with qpdf-11
- New function pdf_overlay_stamp()
1.2.0
- Donttest examples to comply with CRAN offline policy
1.1
- Add configure script to allow building with system libqpdf
- Fix build on Solaris
1.0
- Initial release