Re: Guile-Git 0.5.1 released
Aleix Conchillo FlaquƩ <[email protected]> Wed, 21 Apr 2021 15:55:12 -0700
| Newsgroups | gmane.lisp.guile.sources,gmane.lisp.guile.user |
|---|---|
| Message-ID | <CA+XASoUZyA5Kds=kwak5sL4stW8mZYgb7TFG9-+CqteWiqFzcw@mail.gmail.com> |
Thanks! I get a 404 with that download link, I believe it should be: https://gitlab.com/guile-git/guile-git/uploads/4ffd7377b0b74da4051356121b46= 116f/guile-git-0.5.1.tar.gz Obtained from: https://gitlab.com/guile-git/guile-git/-/releases#v0.5.1 Aleix On Tue, Apr 20, 2021 at 3:36 AM Ludovic Court=C3=A8s <[email protected]> wrote: > > Hi! > > I=E2=80=99m pleased to announce Guile-Git 0.5.1! Guile-Git is a GNU Guil= e > library to interact with Git repositories using libgit2. > > Latest release: > https://gitlab.com/guile-git/guile-git/-/tags/v0.5.1 > > Latest release tarball and OpenPGP detached signature: > https://gitlab.com/guile-git/guile-git/uploads/30be542d90619ca844dd3a3e= d2e13808/guile-git-0.5.1.tar.gz > https://gitlab.com/guile-git/guile-git/uploads/87ca0d2e30d87b99308aa7ea= a5fa755b/guile-git-0.5.1.tar.gz.sig > > Repository: > https://gitlab.com/guile-git/guile-git > > Reporting issues: > https://gitlab.com/guile-git/guile-git/issues > > The =E2=80=98v0.5.1=E2=80=99 Git tag and the source code tarball above ar= e signed. > Run =E2=80=98git tag -v v0.5.1=E2=80=99 to check the authenticity of your= checkout. To > check the authenticity of the tarball, download both the tarball and the > =E2=80=98.sig=E2=80=99 file and run: > > gpg -v guile-git-0.5.1.tar.gz.sig > > You may need to retrieve the signing key first: > > gpg --keyserver pool.sks-keyservers.net \ > --recv-keys 3CE464558A84FDC69DB40CFB090B11993D9AEBB5 > > > * Changes in 0.5.1 (since 0.5.0) > > ** Bug fix > > *** Fix crash when using =E2=80=98config-foreach=E2=80=99 or =E2=80=98con= fig-fold=E2=80=99 > > This bug was reported at <https://issues.guix.gnu.org/47808>. It could > lead to segmentation faults in ~tests/config.scm~ while running ~make > check~. > > > Enjoy! > > Ludo=E2=80=99.