Logo white

OpenSystemsDevelopment / qpdf

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Commits 4,691
  • Compare
  • Branches 1
  • Tags 0
  • qpdf
  • manual
  • release-notes.rst
24 Feb, 2024
1 commit
  • Prepare 11.9.0 release
    3b97c9bd
    Jay Berkenbilt authored
    2024-02-24 10:38:04 -0500  
    Browse File »

18 Feb, 2024
1 commit
  • Update release notes
    3ebe8bf6
    Jay Berkenbilt authored
    2024-02-18 08:57:15 -0500  
    Browse File »

17 Feb, 2024
1 commit
  • Add ENABLE_COVERAGE option to build
    93cf8156
    Jay Berkenbilt authored
    2024-02-17 14:55:00 -0500  
    Browse File »

11 Jan, 2024
1 commit
  • Honor repeated overlay/underlay
    5b2e5430
    Jay Berkenbilt authored
    2024-01-11 06:13:57 -0500  
    Browse File »

10 Jan, 2024
1 commit
  • Allow --file with --overlay and --underlay
    9c723aeb
    Jay Berkenbilt authored
    2024-01-10 16:44:46 -0500  
    Browse File »

08 Jan, 2024
1 commit
  • Prepare 11.8.0 release
    452e1f5c
    Jay Berkenbilt authored
    2024-01-08 10:56:41 -0500  
    Browse File »

07 Jan, 2024
2 commits
  • Revert "Prepare 11.8.0 release" ...
    1d96af8b
    Holding release to think about recently discovered incorrect handling
    of deleted generations.
    
    This reverts commit 162716807c475498dfbecc89fd222fb6c45d70c9.
    Jay Berkenbilt authored
    2024-01-07 16:13:04 -0500  
    Browse File »
  • Prepare 11.8.0 release
    16271680
    Jay Berkenbilt authored
    2024-01-07 08:55:46 -0500  
    Browse File »

06 Jan, 2024
1 commit
  • Attempt to find xref streams during recovery (fixes #1103)
    2994f9cf
    Jay Berkenbilt authored
    2024-01-06 16:51:03 -0500  
    Browse File »

05 Jan, 2024
1 commit
  • Implement --set-page-labels and supporting API (fixes #939)
    7cac433e
    Jay Berkenbilt authored
    2024-01-05 17:12:12 -0500  
    Browse File »

01 Jan, 2024
2 commits
  • Support comma-separated numeric values with --collate (fixes #505)
    d8d70ecc
    Jay Berkenbilt authored
    2024-01-01 18:57:32 -0500  
    Browse File »
  • Support excluding values from numeric ranges (fixes #564, #790)
    070ee710
    Jay Berkenbilt authored
    2024-01-01 10:48:14 -0500  
    Browse File »

29 Dec, 2023
1 commit
  • Preserve annotations that inherently lack appearance (fixes #1039) ...
    78a7193f
    ...when flattening annotations. This includes /Link, /Popup,
    and /Projection.
    Jay Berkenbilt authored
    2023-12-29 13:40:08 -0500  
    Browse File »

24 Dec, 2023
2 commits
  • Prepare 11.7.0 release
    986d2485
    Jay Berkenbilt authored
    2023-12-24 07:36:07 -0500  
    Browse File »
  • Remove --disable-signatures; incorporate into --remove-restrictions ...
    4ca185fd
    Rather than adding yet another flag that is almost never useful on its
    own, just have --remove-restrictions disable digital signatures. The
    operations are still separate in the API.
    Jay Berkenbilt authored
    2023-12-24 07:36:07 -0500  
    Browse File »

23 Dec, 2023
2 commits
  • Have Windows installers modify PATH (fixes #1054)
    a3eb027b
    Jay Berkenbilt authored
    2023-12-23 09:51:50 -0500  
    Browse File »
  • Implement --disable-signatures (fixes #1015)
    909a0b3f
    Jay Berkenbilt authored
    2023-12-23 08:50:42 -0500  
    Browse File »

22 Dec, 2023
3 commits
  • Generate a UNIX man page (fixes #874)
    c0c7cef1
    Jay Berkenbilt authored
    2023-12-22 21:22:34 -0500  
    Browse File »
  • Implement new --encrypt args and completion (fixes #784) ...
    7d7e2234
    Positional arguments are supported in a backward-compatible way, but
    completion no longer guides users to it.
    Jay Berkenbilt authored
    2023-12-22 20:10:18 -0500  
    Browse File »
  • Allow other than /Yes and /Off in a check box (fixes #1056)
    86ea2012
    Jay Berkenbilt authored
    2023-12-22 14:42:16 -0500  
    Browse File »

21 Dec, 2023
3 commits
  • Convert scientific notation in JSON to fixed point (fixes #1079) ...
    b670565a
    JSON accepts scientific notation, but PDF doesn't.
    Jay Berkenbilt authored
    2023-12-21 17:56:30 -0500  
    Browse File »
  • Add "n:/pdf-name" to qpdf JSON for binary names (fixes #1072)
    4400ce84
    Jay Berkenbilt authored
    2023-12-21 17:43:29 -0500  
    Browse File »
  • Add ChangeLog for previous pull requests
    64c840b1
    Jay Berkenbilt authored
    2023-12-21 14:54:13 -0500  
    Browse File »

20 Dec, 2023
1 commit
  • Update documentation on zlib compatibility
    6aa811e5
    Jay Berkenbilt authored
    2023-12-20 15:46:20 -0500  
    Browse File »

16 Dec, 2023
1 commit
  • Allow regular C++ functions to interoperate with the C API
    d7a364b8
    Jay Berkenbilt authored
    2023-12-16 10:06:34 -0500  
    Browse File »

10 Dec, 2023
1 commit
  • Prepare 11.6.4 release
    d8371889
    Jay Berkenbilt authored
    2023-12-10 11:23:10 -0500  
    Browse File »

14 Oct, 2023
1 commit
  • Prepare 11.6.3 release
    81823f40
    Jay Berkenbilt authored
    2023-10-14 19:49:29 -0400  
    Browse File »

07 Oct, 2023
3 commits
  • Prepare 11.6.2 release
    467e5d62
    Jay Berkenbilt authored
    2023-10-07 17:52:35 -0400  
    Browse File »
  • Spell check
    8854143c
    Jay Berkenbilt authored
    2023-10-07 17:52:35 -0400  
    Browse File »
  • Bump version to 11.6.2 and update release notes
    f9cf7970
    Jay Berkenbilt authored
    2023-10-07 13:46:45 -0400  
    Browse File »

05 Sep, 2023
1 commit
  • Prepare 11.6.1 release
    b352791a
    Jay Berkenbilt authored
    2023-09-05 13:59:23 -0400  
    Browse File »

03 Sep, 2023
1 commit
  • Prepare 11.6.0 release
    8fac58cd
    Jay Berkenbilt authored
    2023-09-03 14:23:53 -0400  
    Browse File »

09 Jul, 2023
1 commit
  • Update ChangeLog and release notes
    2dc26338
    Jay Berkenbilt authored
    2023-07-09 09:51:18 -0400  
    Browse File »

17 Jun, 2023
1 commit
  • Enhance documentation about FUTURE build option
    13761120
    Jay Berkenbilt authored
    2023-06-17 14:02:27 -0400  
    Browse File »

21 May, 2023
2 commits
  • Prepare 11.4.0 release
    9907700f
    Jay Berkenbilt authored
    2023-05-21 14:42:37 -0400  
    Browse File »
  • Add qpdf 12 information to release notes
    ecceab61
    Jay Berkenbilt authored
    2023-05-21 14:21:45 -0400  
    Browse File »

20 May, 2023
3 commits
  • Disregard appearance state when irrelevant (fixes #949) ...
    293a2e52
    If /AP is a dictionary of streams rather than a dictionary of
    dictionaries, disregard /AS, which is supposed to point to a subkey of
    one of the dictionaries. This fix prevents qpdf's annotation
    flattening from discarding some annotations when /AS is erroneously
    set.
    Jay Berkenbilt authored
    2023-05-20 15:46:16 -0400  
    Browse File »
  • Add ChangeLog and release notes for last change
    3cfd6546
    Jay Berkenbilt authored
    2023-05-20 15:31:33 -0400  
    Browse File »
  • Add release notes and ChangeLog for previous PR
    3f2b61ae
    Jay Berkenbilt authored
    2023-05-20 14:52:19 -0400  
    Browse File »

18 Mar, 2023
1 commit
  • Add ChangeLog and release notes for previous fix (fixes #923)
    96520d25
    Jay Berkenbilt authored
    2023-03-18 15:38:31 -0400  
    Browse File »