unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
From: "Ludovic Courtès" <ludo@gnu.org>
To: guile-user@gnu.org, guix-devel@gnu.org, guile-sources@gnu.org
Subject: Guile-zlib 0.1.0 released
Date: Fri, 12 Mar 2021 14:28:39 +0100	[thread overview]
Message-ID: <875z1wv6uw.fsf@gnu.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 1507 bytes --]

Hi!

I’m pleased to announce the second release of Guile-zlib:

  git clone https://notabug.org/guile-zlib/guile-zlib
  cd guile-zlib
  git checkout v0.1.0  # or 429b3c65ee8946d7ced2353efb8710047fd29c57
  git tag -v v0.1.0

The ‘git tag -v’ command checks the authenticity of your checkout.
You may need to retrieve the signing key first:

  gpg --keyserver pool.sks-keyservers.net \
      --recv-keys 3CE464558A84FDC69DB40CFB090B11993D9AEBB5

Guile-zlib provides Guile 3.0/2.x bindings to the zlib compression
library.

Changes since the previous release (excerpt from the ‘NEWS’ file):

  ** New procedures: ‘make-zlib-input-port’, ‘make-zlib-output-port’

     These procedures and the companion ‘call-with-zlib-*’ procedures
     provide an alternative to the ‘make-gzip-*’ and ‘call-with-gzip-*’
     procedures; unlike those, they operate on all types of ports, not
     just file ports.

     These procedures also support multiple formats: raw “deflate”,
     “zlib”, and “gzip”.

  ** New ‘compress’ and ‘uncompress’ procedures

     These procedures support compression/decompression of individual
     bytevectors.

You can report bugs and send patches to <guile-user@gnu.org> or on the
web site:

  https://notabug.org/guile-zlib/guile-zlib

If you like Guile-zlib, you may also like these:

  https://notabug.org/guile-lzlib/guile-lzlib
  https://notabug.org/guile-zstd/guile-zstd

:-)

Ludo’.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 853 bytes --]

             reply	other threads:[~2021-03-12 13:28 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-12 13:28 Ludovic Courtès [this message]
2021-03-13  8:18 ` Guile-zlib 0.1.0 released Bengt Richter
2021-03-15 18:17   ` Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/guile/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=875z1wv6uw.fsf@gnu.org \
    --to=ludo@gnu.org \
    --cc=guile-sources@gnu.org \
    --cc=guile-user@gnu.org \
    --cc=guix-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).