Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix keyring_info when using keyring library #4964

Merged
merged 4 commits into from Jul 24, 2022

Commits on Jul 21, 2022

  1. Fix keyring_info when using keyring library

    This line used to always clobber the passphrase retrieved via the `keyring` library, making it useless on everything except gnome-keyring. After this change, it'll only use the alternate method if the default one didn't work.
    sargunv committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    0841fdd View commit details
    Browse the repository at this point in the history
  2. delete whitespace

    sargunv committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    447fa70 View commit details
    Browse the repository at this point in the history
  3. add changelog fragment

    sargunv committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    1b068fe View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2022

  1. Update changelogs/fragments/4964-fix-keyring-info.yml

    Co-authored-by: Felix Fontein <felix@fontein.de>
    sargunv and felixfontein committed Jul 24, 2022
    Configuration menu
    Copy the full SHA
    78bdf5d View commit details
    Browse the repository at this point in the history