artanis
[Top][All Lists]
Advanced

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

[Artanis] GNU Artanis-0.3.2 released [stable]


From: Nala Ginrut
Subject: [Artanis] GNU Artanis-0.3.2 released [stable]
Date: Mon, 10 Jun 2019 14:48:16 +0800
User-agent: mu4e 1.3.2; emacs 26.1

I'm pleased to announce the first stable version artanis-0.3.2 here.

GNU Artanis is a web application framework(WAF) written in Guile Scheme.
https://web-artanis.com
Or the alternative domain name:
https://artanis.dev

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.2.tar.gz   (520KB)
http://ftp.gnu.org/gnu/artanis//artanis-0.3.2.tar.bz2   (440KB)

Here are the GPG detached signatures[*]:
http://ftp.gnu.org/gnu/artanis//artanis-0.3.2.tar.gz.sig
http://ftp.gnu.org/gnu/artanis//artanis-0.3.2.tar.bz2.sig

Use a mirror for higher download bandwidth:
http://www.gnu.org/order/ftp.html

Here are the MD5 and SHA1 checksums:

c0c37700ce4311214ef1f4fa547ddb62  artanis-0.3.2.tar.gz
f0fc942387865f56ddfaee4c855ee691  artanis-0.3.2.tar.bz2
f483519f1c9e002178881fafd56c2ebd6aed4a6f  artanis-0.3.2.tar.gz
0c2d922003c728b1e85dc612454f1420eec321c6  artanis-0.3.2.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.2.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.4

NEWS

Changes in 0.3.2
* Notable changes
- redirect-to API supports extra headers
- Fiter null string when generating SQL
- Migration cache was removed since it's useless now
- Fix misc bugs in migration
- Enhanced Models API
- If no models defined then it throws warning
- Boolean option supports `disable'
- Fix socketfile data connection
- Thanks "Christopher Baines <address@hidden>"
- Fix wrong length of Websocket frame
- Register default sigint handler before run
- Fixed bugs in upload module
- Fix wrong HEADER in upload client
- Fix file description leaking after the file was uploaded
- Support React + Typescript

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

Attachment: signature.asc
Description: PGP signature


reply via email to

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