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: davewasmer/devcert
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.2.18
Choose a base ref
...
head repository: davewasmer/devcert
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.2.19
Choose a head ref
  • 3 commits
  • 6 files changed
  • 1 contributor

Commits on Apr 28, 2017

  1. fix: warn user to quit firefox before root install

    At least on Linux, potentially other OSes as well, Firefox appears to
    overwrite the cert8.db on exit, apparently from an in-memory copy loaded
    at startup. So if the user has firefox running, and we install the root
    cert, and they quit firefox, they'll overwrite the cert8.db and lose the
    root cert. If firefox is not running at install time, then we'll be
    fine.
    davewasmer committed Apr 28, 2017
    Configuration menu
    Copy the full SHA
    8bb0271 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c6e9637 View commit details
    Browse the repository at this point in the history
  3. chore(release): 0.2.19

    davewasmer committed Apr 28, 2017
    Configuration menu
    Copy the full SHA
    a36f9ec View commit details
    Browse the repository at this point in the history
Loading