From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Nala Ginrut Newsgroups: gmane.lisp.guile.user Subject: Re: [ANN] Release GNU Artanis-0.2.1 [stable] Date: Fri, 19 May 2017 23:23:56 +0800 Message-ID: <8737c0swdv.fsf@gnu.org> References: <874lwgswg4.fsf@gnu.org> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-Trace: blaine.gmane.org 1495207473 19737 195.159.176.226 (19 May 2017 15:24:33 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Fri, 19 May 2017 15:24:33 +0000 (UTC) User-Agent: mu4e 0.9.19; emacs 24.5.1 To: info-gnu@gnu.org, guile-user@gnu.org, artanis@gnu.org Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Fri May 19 17:24:27 2017 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dBjlS-0004zE-KV for guile-user@m.gmane.org; Fri, 19 May 2017 17:24:26 +0200 Original-Received: from localhost ([::1]:59224 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dBjlX-0005Z2-AM for guile-user@m.gmane.org; Fri, 19 May 2017 11:24:31 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:56849) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dBjl9-0005Yh-OU for guile-user@gnu.org; Fri, 19 May 2017 11:24:09 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dBjl8-0000Lw-Hv for guile-user@gnu.org; Fri, 19 May 2017 11:24:07 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:58179) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dBjl2-0000Bb-VB; Fri, 19 May 2017 11:24:01 -0400 Original-Received: from [119.137.54.100] (port=13320 helo=localhost) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1dBjl1-0001Ix-6o; Fri, 19 May 2017 11:24:00 -0400 In-reply-to: <874lwgswg4.fsf@gnu.org> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Original-Sender: "guile-user" Xref: news.gmane.org gmane.lisp.guile.user:13732 Archived-At: --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Sorry, not "first stable version" anymore, my mistake Nala Ginrut writes: > I'm pleased to announce the first stable version artanis-0.2.1 here. > > GNU Artanis is a web application framework(WAF) written in Guile Scheme. > http://web-artanis.com > > It is designed to support the development of dynamic websites, web > applications, web services and web resources. Artanis provides several > tools for web development: database access, templating frameworks, > session management, URL-remapping for RESTful, page caching, and so on. > > GNU Artanis is under GPLv3+ & LGPLv3+ (dual licenses). > > GNU Artanis is also the official project of SZDIY community. It's used > to build server side of SZDIY common service. It is offered to GNU > project to make free software better. > http://szdiy.org > > Here are the compressed sources: > http://ftp.gnu.org/gnu/artanis//artanis-0.2.1.tar.gz (496KB) > http://ftp.gnu.org/gnu/artanis//artanis-0.2.1.tar.bz2 (416KB) > > Here are the GPG detached signatures[*]: > http://ftp.gnu.org/gnu/artanis//artanis-0.2.1.tar.gz.sig > http://ftp.gnu.org/gnu/artanis//artanis-0.2.1.tar.bz2.sig > > Use a mirror for higher download bandwidth: > http://www.gnu.org/order/ftp.html > > Here are the MD5 and SHA1 checksums: > > eb2fef5a327b7ba5f32a31af52d909b4 artanis-0.2.1.tar.gz > a0ea29f97545e1a49e7e96441cb6eb2f artanis-0.2.1.tar.bz2 > a2f4aa82bf51c28ad19137c67b4a0d5559c87f5c artanis-0.2.1.tar.gz > 597a1385610db41f0e77c420160f484502f50dc6 artanis-0.2.1.tar.bz2 > > [*] Use a .sig file to verify that the corresponding file (without the > .sig suffix) is intact. First, be sure to download both the .sig file > and the corresponding tarball. Then, run a command like this: > > gpg --verify artanis-0.2.1.tar.gz.sig > > If that command fails because you don't have the required public key, > then run this command to import it: > > gpg --keyserver keys.gnupg.net --recv-keys F53B4C5695B5E4D5609343248469= 6772846A0058 > > and rerun the 'gpg --verify' command. > > This release was bootstrapped with the following tools: > Autoconf 2.69 > Guile 2.2.1.2-02cf3-dirty > > NEWS > > Changes in 0.2.1 > * Notable changes > Make Ragnarok server core more robust. > Updated manual. > fixed argument passing bug when calling artanis-log. > fixed: catch exceptions before calling page handler and avoid to stop t= he server. > elaborated exception handling while uploading. > fixed many exceptions handling issues in Ragnarok. > fixed: catch I/O exceptions in reader and writer to close connection pr= operly. > fixed: throw cookie for debug while encounter an invalid cookie. > fixed: search session id from cookies list in rc. > fixed exception throwing while spawning sessions. =2D-=20 GNU Powered it GPL Protected it GOD Blessed it HFG - NalaGinrut Fingerprint F53B 4C56 95B5 E4D5 6093 4324 8469 6772 846A 0058 --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEE9TtMVpW15NVgk0MkhGlncoRqAFgFAlkfDgwACgkQhGlncoRq AFjjng//VwFz1yI3w9TcwH2bMIaGBFqOKAgsS1uD5v81W12hIIneMzTUvyeJRJX6 cBbD/ZfWFWRDcb/ztXfrXjeI8ztSysynqEF5m6LBY2E0QmSOGGd87zWcfig5JFSt GDxRDQRGhqLeg9lIuEBqgyvHJrM5g7sm+S7be/nN+ADA5g1DQH21f0NFsf4lkb/t Hg30sBb6uIb48dBbKSZhF3A2AcvNEVaiiT9Erpyk46JDcTzKrX65LaRdvwpxkXG4 byCCnvuKFV4EiwJEIo8oZ0yLa5JjssHbjTjPny0cAX+AcFc7Gc/xQRfterig+qok y0XOLedYeZp8SNN7YSvUCA3505TwbCf4QGAo2h5i/RX6HhVTxYNAHJLG8SvzUUIu zq2ERvwVpKYRni603Gw7B9caZ7ex/VRFscVougxNCWT9Bhx2ncqkstdcK9QBQ8i6 c0aCkWBQqg5DZTAZJpxtD+XnU6wwo1fo7jll/qr2LTKRSwd3aYT46LI1ABvsxcjU zcq2wSi1bVczgvGJx4Mug/CQOlT3HbaZ5jKKy7lxVmRmLGRqj1ucTYb8wOpKpaCA RK11bKfdSO9QqvOAultwHyybEQBZGYRSzeHZxiREGtNcOpSjVFmKOMxsUQoGIVh3 PtF91XXshwZ16cQElw4gQNheCqs4AxvEMwYx8z3fWbhT+GwNQWs= =oAnQ -----END PGP SIGNATURE----- --=-=-=--