Commit 9eb8c9159b97b500e0ecb36271b663cafc89d932

Authored by Jay Berkenbilt
1 parent 30dbf94f

Update TODO file

Showing 1 changed file with 5 additions and 15 deletions
1 1 Next
2 2 ====
3 3  
4   -Using FIXME as a marker for issues that must be resolved prior to
5   -release.
6   -
7   -https://github.com/qpdf/qpdf/wiki/pdftopdf
8   -
9 4 *** ABI changes have been made. build.mk has been updated.
10 5  
11   - * Add pkg-config
12   -
13   - * Reconsider dumping off_t in favor of qpdf_off_t defined as uint64_t.
14   -
15 6 * 64-bit windows build, remaining steps
16 7  
17 8 - new external-libs have been built and copied into
18 9 ~/Q/storage/releases/qpdf/external-libs. Release is done in
19 10 git. Just need to upload when ready. Remember to document that
20   - this version is needed for >= 2.4.
  11 + this version is needed for > 2.3.1.
21 12  
22   - - make_windows_releases will need to be updated in a manner
23   - similar to how external-libs build.sh was: run the two mingw
24   - builds, then instruct to run the msvc builds in separately
25   - configured shells
  13 + - update README-windows.txt docs to indicate that MSVC 2010 is the
  14 + supported version and to update the information about mingw.
26 15  
27   - - update docs to indicate that MSVC 2010 is the supported version.
  16 +Soon
  17 +====
28 18  
29 19 * Provide an option to copy encryption parameters from another file.
30 20 This would make it possible to decrypt a file, manually work with
... ...