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: [ANN] Release GNU Artanis-0.2.1 [stable] Date: Fri, 19 May 2017 23:22:35 +0800 Message-ID: <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 1495207395 12981 195.159.176.226 (19 May 2017 15:23:15 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Fri, 19 May 2017 15:23:15 +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:23:09 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 1dBjkB-0003BC-Vt for guile-user@m.gmane.org; Fri, 19 May 2017 17:23:08 +0200 Original-Received: from localhost ([::1]:59218 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dBjkG-0005Ig-Cy for guile-user@m.gmane.org; Fri, 19 May 2017 11:23:12 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:56367) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dBjjt-0005II-Bs for guile-user@gnu.org; Fri, 19 May 2017 11:22:50 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dBjjs-0007b9-9z for guile-user@gnu.org; Fri, 19 May 2017 11:22:49 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:58159) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dBjjm-0007X6-PD; Fri, 19 May 2017 11:22:42 -0400 Original-Received: from [119.137.54.100] (port=13318 helo=localhost) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1dBjjl-0001CT-KF; Fri, 19 May 2017 11:22:42 -0400 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:13731 Archived-At: --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable 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 F53B4C5695B5E4D560934324846967= 72846A0058 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 the= 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 prop= erly. 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. =20=20 =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----- iQIzBAEBCAAdFiEE9TtMVpW15NVgk0MkhGlncoRqAFgFAlkfDbsACgkQhGlncoRq AFjdNA//Zj78ts2bLbNxjm3bJ43uVPK5mCipr6Xkz6aFZ6CyhTEsDCZEj/uYHCno r2PCJ0gqAW1xbXG57EfYTPoGgY/c+cybc8ZMa7rle+FAh8tEZx4NLXDYdZx89ZQs kVpds6YLhxu8xaBfbZ6Jg+1S2BPuj0YXnZnE1KMXU5fskoAppNSqJW/QcMpEtosL /B08lkFzAgubhM8VXWcYmhdwoUbatanBOwz9OGtmed1RaGxG+zCZ2j5bnEJpdiPu xCBJHtZBrP2GwkGiJSnpE0io1sr/LC1HSEM3gaYIZPMhlgsOv7pNGkht7MXAZb0p HsF1Ie9r6DOJ8fx8VUSQvehneLJnHaCYsnf2tv0BtqzBnnIYuVw7GVimIkM3CNM+ flQikEj+I7ZLpgvszgdbyAzMjVHyjK1dJOlBSF10NDcxM3gbM91rHsyZ+KiVe1lL R5SHjovY1//aFhynxUXgoy61093UXj8HlpvpC+E2jIg2daWc0UJJNIlhm9p9p4fF oEjrfr8CPU6S/fuHndVfBJ6kmkdKfyzVlJmF5jU1++Heu7yN0lnQ1U6f3BxrDCWF 7AR2ehJiJSXh9YL2vFbdpJwSc2bi4XS0T3DAQc/bLiP8m5Y06HNufpNfkf1JuzgK 34RiOIxWT8rsmwq2HS6o/5D+R5oGss0Z923uwDcO13FZwyXAoTI= =Vv2b -----END PGP SIGNATURE----- --=-=-=--