guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ANN] GNU Artanis-0.3.1 released!


From: Nala Ginrut
Subject: [ANN] GNU Artanis-0.3.1 released!
Date: Mon, 31 Dec 2018 05:37:46 +0800
User-agent: mu4e 1.0; emacs 25.1.1

<#secure method=pgpmime mode=sign>
I'm pleased to announce the first stable version artanis-0.3.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.3.1.tar.gz   (524KB)
http://ftp.gnu.org/gnu/artanis//artanis-0.3.1.tar.bz2   (440KB)

Here are the GPG detached signatures[*]:
http://ftp.gnu.org/gnu/artanis//artanis-0.3.1.tar.gz.sig
http://ftp.gnu.org/gnu/artanis//artanis-0.3.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:

407b7133f148633de2adec732ba41cd2  artanis-0.3.1.tar.gz
3829a650d22b1f2125691cd63de74622  artanis-0.3.1.tar.bz2
b160615fa843442c395fec23411540c42ea86a49  artanis-0.3.1.tar.gz
c17ebb697d2721a10f0c6fc6a9b0f70e52d679cd  artanis-0.3.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.3.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 
F53B4C5695B5E4D56093432484696772846A0058

and rerun the 'gpg --verify' command.

This release was bootstrapped with the following tools:
Autoconf 2.69
Guile 2.2.3

NEWS

Changes in 0.3.1
* Notable changes
- Support Websocket named-pipe
- Authentication use HMAC
- Support optional third-party server-core
- Support Redis
- Fixed FD leaking in server-core
- Ragnarok will not quit when encountered exceptions
- Support DB timeout reconnecting
- :from-post supports json-mapping
- Added create --upgrade command to upgrade old config to new one with comments
- added inline docs to generated artanis.conf
- Redis as session backend
- Fixed inconsistent design in cookies
- Fixed tons of bugs

--
GNU Powered it
GPL Protected it
GOD Blessed it
HFG - NalaGinrut
Fingerprint F53B 4C56 95B5 E4D5 6093 4324 8469 6772 846A 0058



reply via email to

[Prev in Thread] Current Thread [Next in Thread]