Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: python-ldap/python-ldap
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 326f870
Choose a base ref
...
head repository: python-ldap/python-ldap
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: dae0c51
Choose a head ref
  • 5 commits
  • 17 files changed
  • 3 contributors

Commits on Jun 29, 2020

  1. Add words to spellchecker

    it looks like sphinxcontrib-spelling 5.1.2 does not like GPG and
    readthedocs.
    
    #361
    
    Signed-off-by: Christian Heimes <cheimes@redhat.com>
    tiran committed Jun 29, 2020
    Configuration menu
    Copy the full SHA
    d0882d3 View commit details
    Browse the repository at this point in the history
  2. Fix macOS SDK builds without ldap_init_fd

    macOS system libldap 2.4.28 does not have ldap_init_fd symbol. Disable
    initialize_fd when Apple libldap 2.4.28 is detected.
    
    Also run some macOS tests on Travis CI. Since the SDK does not ship
    slapd, testing is rather limited.
    
    Fixes: #359
    Signed-off-by: Christian Heimes <cheimes@redhat.com>
    tiran committed Jun 29, 2020
    Configuration menu
    Copy the full SHA
    ffb4a60 View commit details
    Browse the repository at this point in the history
  3. Mention macOS issue in doc

    tiran committed Jun 29, 2020
    Configuration menu
    Copy the full SHA
    bb4bc33 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    69360a6 View commit details
    Browse the repository at this point in the history
  5. Prepare release 3.3.1 (#365)

    encukou authored Jun 29, 2020
    Configuration menu
    Copy the full SHA
    dae0c51 View commit details
    Browse the repository at this point in the history
Loading