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
21 Dec, 2023
2 commits
  • 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 »

25 Feb, 2023
2 commits
  • Prepare 11.3.0 release
    57dcf6d9
    Jay Berkenbilt authored
    2023-02-25 16:24:41 -0500  
    Browse File »
  • Overlay/underlay: capture origial page as form XObject (fixes #904)
    78f7dc9f
    Jay Berkenbilt authored
    2023-02-25 12:58:51 -0500  
    Browse File »

18 Feb, 2023
1 commit
  • Handle linearization warnings as proper warning (fixes #851)
    0f97e982
    Jay Berkenbilt authored
    2023-02-18 19:38:49 -0500  
    Browse File »

28 Jan, 2023
2 commits
  • Add release note about performance improvements
    cb4debe7
    Jay Berkenbilt authored
    2023-01-28 13:44:40 -0500  
    Browse File »
  • Implement --remove-restrictions (fixes #833)
    1308c450
    Jay Berkenbilt authored
    2023-01-28 13:42:19 -0500  
    Browse File »

20 Nov, 2022
1 commit
  • Fix release notes and ChangeLog for 11.2
    ddd889af
    Jay Berkenbilt authored
    2022-11-20 15:33:13 -0500  
    Browse File »

08 Oct, 2022
1 commit
  • Fix major performance bug with openssl crypto (fixes #798) ...
    2bc9121f
    Lazily load MD5 and RC4 once in the life of the program. Only load the
    legacy provider if RC4 is actually being used.
    Jay Berkenbilt authored
    2022-10-08 17:04:59 -0400  
    Browse File »

06 Oct, 2022
1 commit
  • Require a C++-17 compiler
    6826330a
    Jay Berkenbilt authored
    2022-10-06 06:58:38 -0400  
    Browse File »

01 Oct, 2022
1 commit
  • Prepare 11.1.1 release
    236a02d4
    Jay Berkenbilt authored
    2022-10-01 12:04:50 -0400  
    Browse File »

14 Sep, 2022
3 commits
  • 11.1: Fix typo in release notes
    da67a0aa
    Jay Berkenbilt authored
    2022-09-14 17:04:13 -0400  
    Browse File »
  • Prepare 11.1.0 release
    e39f14ea
    Jay Berkenbilt authored
    2022-09-14 15:44:17 -0400  
    Browse File »
  • Force project includes before system includes (fixes #763) ...
    faac493a
    From time to time, someone has a problem because their build is
    grabbing an old version of qpdf header files that are installed
    somewhere on their system. I am hoping this will put an end to that.
    Jay Berkenbilt authored
    2022-09-14 07:41:13 -0400  
    Browse File »

13 Sep, 2022
1 commit
  • Mention change of tagging convention (fixes #772)
    9a273c40
    Jay Berkenbilt authored
    2022-09-13 11:59:46 -0400  
    Browse File »

12 Sep, 2022
3 commits
  • Bump version to 11.1.0 ...
    62833ac7
    Some new symbols were exported.
    Jay Berkenbilt authored
    2022-09-12 13:19:07 -0400  
    Browse File »
  • Add some missing QPDF_DLL markers ...
    d780954b
    These markers are being added for nested classes that are already
    marked with QPDF_DLL_CLASS. They don't make any different on Linux,
    but they matter on Windows.
    Jay Berkenbilt authored
    2022-09-12 13:19:07 -0400  
    Browse File »
  • Remove obsolete LL_FMT check from build (fixes #768) ...
    4963ce6a
    This was broken for cross-compilation and has probably been
    unnecessary for several years now.
    
    Also fix extraneous whitespace in related some tests.
    Jay Berkenbilt authored
    2022-09-12 11:48:38 -0400  
    Browse File »

10 Sep, 2022
1 commit
  • Prepare 11.0.0 release
    43035c89
    Jay Berkenbilt authored
    2022-09-10 09:46:09 -0400  
    Browse File »

09 Sep, 2022
3 commits
  • Change QPDFObjectHandle == to isSameObjectAs ...
    8a3cdfd2
    Replace operator== and operator!=, which were testing for the same
    underlying object, with isSameObjectAs. This change was motivated by
    the fact that pikepdf internally had its own operator== method for
    QPDFObjectHandle that did structural comparison. I backed out qpdf's
    operator== as a courtesy to pikepdf (in my own testing) but also
    because I think people might naturally assume that operator== does a
    structural comparison, and isSameObjectAs is clearer in its intent.
    Jay Berkenbilt authored
    2022-09-09 18:09:40 -0400  
    Browse File »
  • Clean up release notes for qpdf 11
    a6c4b293
    Jay Berkenbilt authored
    2022-09-09 10:49:25 -0400  
    Browse File »
  • Add JSON v2 support to C API
    f1a2d316
    Jay Berkenbilt authored
    2022-09-09 06:19:09 -0400  
    Browse File »

08 Sep, 2022
1 commit
  • Create a special "destroyed" type rather than using null ...
    dba61da1
    When a QPDF is destroyed, changing indirect objects to direct nulls
    makes them effectively disappear silently when they sneak into other
    places. Instead, we should treat this as an error. Adding a destroyed
    object type makes this possible.
    Jay Berkenbilt authored
    2022-09-08 10:36:39 -0400  
    Browse File »