1. 12 Dec, 2018 3 commits
  2. 18 Jan, 2017 2 commits
    • Daniel Kahn Gillmor's avatar
      prepare debian release · e5a3e1e0
      Daniel Kahn Gillmor authored
      e5a3e1e0
    • Daniel Kahn Gillmor's avatar
      bump symbols version for gpgrt_yield to 1.25 · 8d6ed033
      Daniel Kahn Gillmor authored
      commit 3d356d165aed7d76a3ea811b1d24ed0a05ac90d4 in GnuPG's upstream
      git repo contains this mention:
      
      +    {
      +#if GPGRT_VERSION_NUMBER < 0x011900 /* 1.25 */
      +      /* In older gpg-error versions gpgrt_yield is buggy for use with
      +       * nPth and thus we need to resort to a sleep call.  */
      +      npth_usleep (1000); /* 1ms */
      +#else
      +      gpgrt_yield ();
      +#endif
      +    }
      
      This is a build-time decision, and we want it to map to a runtime
      decision, so that when it's built against a newer version of
      libgpg-error, it can't accidentally be installed against an older
      version.
      
      This change should help that happen within debian.
      8d6ed033
  3. 24 Dec, 2016 5 commits
  4. 21 Dec, 2016 3 commits
  5. 13 Dec, 2016 1 commit
  6. 12 Dec, 2016 2 commits
  7. 05 Dec, 2016 2 commits
  8. 02 Dec, 2016 3 commits
  9. 18 Nov, 2016 6 commits
  10. 17 Nov, 2016 1 commit
  11. 16 Nov, 2016 5 commits
  12. 15 Nov, 2016 5 commits
  13. 14 Nov, 2016 2 commits