From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: =?utf-8?Q?Ludovic_Court=C3=A8s?= Newsgroups: gmane.lisp.guile.sources,gmane.lisp.guile.user,gmane.comp.gnu.guix.devel Subject: Guile-zlib 0.1.0 released Date: Fri, 12 Mar 2021 14:28:39 +0100 Message-ID: <875z1wv6uw.fsf@gnu.org> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="3834"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) To: guile-user@gnu.org, guix-devel@gnu.org, guile-sources@gnu.org Original-X-From: guile-sources-bounces+guile-sources=m.gmane-mx.org@gnu.org Fri Mar 12 14:29:04 2021 Return-path: Envelope-to: guile-sources@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lKhqi-0000rI-4S for guile-sources@m.gmane-mx.org; Fri, 12 Mar 2021 14:29:04 +0100 Original-Received: from localhost ([::1]:41758 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lKhqh-0000xP-70 for guile-sources@m.gmane-mx.org; Fri, 12 Mar 2021 08:29:03 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:36938) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lKhqO-0000wo-12; Fri, 12 Mar 2021 08:28:44 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:49560) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lKhqN-0004vn-Ph; Fri, 12 Mar 2021 08:28:43 -0500 Original-Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=59896 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1lKhqL-0006Zq-If; Fri, 12 Mar 2021 08:28:42 -0500 Mail-Followup-To: guile-user@gnu.org X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 22 =?utf-8?Q?Vent=C3=B4se?= an 229 de la =?utf-8?Q?R?= =?utf-8?Q?=C3=A9volution?= X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-pc-linux-gnu X-BeenThere: guile-sources@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Guile source code postings and patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-sources-bounces+guile-sources=m.gmane-mx.org@gnu.org Original-Sender: "guile-sources" Xref: news.gmane.io gmane.lisp.guile.sources:572 gmane.lisp.guile.user:17357 gmane.comp.gnu.guix.devel:57830 Archived-At: --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Hi! I=E2=80=99m 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 =E2=80=98git tag -v=E2=80=99 command checks the authenticity of your ch= eckout. 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 =E2=80=98NEWS=E2=80=99= file): ** New procedures: =E2=80=98make-zlib-input-port=E2=80=99, =E2=80=98make-= zlib-output-port=E2=80=99 These procedures and the companion =E2=80=98call-with-zlib-*=E2=80=99 = procedures provide an alternative to the =E2=80=98make-gzip-*=E2=80=99 and =E2=80= =98call-with-gzip-*=E2=80=99 procedures; unlike those, they operate on all types of ports, not just file ports. These procedures also support multiple formats: raw =E2=80=9Cdeflate= =E2=80=9D, =E2=80=9Czlib=E2=80=9D, and =E2=80=9Cgzip=E2=80=9D. ** New =E2=80=98compress=E2=80=99 and =E2=80=98uncompress=E2=80=99 proced= ures These procedures support compression/decompression of individual bytevectors. You can report bugs and send patches to 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=E2=80=99. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQJBBAEBCgArFiEEPORkVYqE/cadtAz7CQsRmT2a67UFAmBLbIcNHGx1ZG9AZ251 Lm9yZwAKCRAJCxGZPZrrtW5GD/9umpnV3mtScfckuDLwFvhUDWzCI/C86q9jWhD/ B+/CAHjO3eh6l+oRrg6oTgKigjmDAtQCAz1+eRs4sH7g74pcOyl9XZM8ZdizytaY uMXRF52ttS/joeTlnVWfln0Mpb55dZBRcbF98QUR8dA2V3hysbLVwuokMzyRXB9C EtRPrkKdezRhWdnIeiLI1X/gijo3xRUvOiyZjxunbt/w5jpFYraWBI0QIJAf+7fS WxWcESMMOt6rRPKEhEAMuWI3UaeTR8xFUaA5Qs9kOFXhUNcyMzHHlmiFh0B8kADq abLCvlrGq/rW90J4D6ZhLSuYOgJXhSyuXUJTZU0u4HQtYywRqyq9ySRsxDNrTy+u uf0ImZmdvFB6/Ic3f/x27epw8yd8/rcTBB5WRtpd+RTjmVx/Hsduxr+lEfLXgu0R Pq/oFBiX18BogNveX5VK3LHASY5cdP0+v1JYxdPJW70T/OxrO6UXIU6wqvRVk+n6 5v0mAlxUOB0MWQ+gzzroMc9BS6B+AbcX6xXhR9dH5lRwaEzAdIW/Hj8Va88rrXL3 c/dq/et12f1YBbL/iMo7caoMpNo71XEesrdoN3S9F5nMk1LoGqSOhG/pttKvTidB 3hT7GM5gKDwAgXKvN9pClBnsVMZBzreRrWKiLIePcpS38St3NPG+qtx7KEv/kRWO 8CBSEQ== =JXM5 -----END PGP SIGNATURE----- --=-=-=--