Skip to content

Commit

Permalink
Update for release 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stcarrez committed Aug 2, 2022
1 parent fe535ab commit 9c17e99
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Version 1.4.1 - Under development
Version 1.4.1 - Aug 2022
- Fix Alire GNAT project to build in debug mode
- Fix Security.Random that generates shorter random string

Expand Down
12 changes: 3 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
[![Test Status](https://img.shields.io/jenkins/t/http/jenkins.vacs.fr/Ada-Security.svg)](https://jenkins.vacs.fr/job/Ada-Security/)
[![codecov](https://codecov.io/gh/stcarrez/ada-security/branch/master/graph/badge.svg)](https://codecov.io/gh/stcarrez/ada-security)
[![Documentation Status](https://readthedocs.org/projects/ada-security/badge/?version=latest)](https://ada-security.readthedocs.io/en/latest/?badge=latest)
[![Download](https://img.shields.io/badge/download-1.4.0-brightgreen.svg)](http://download.vacs.fr/ada-security/ada-security-1.4.0.tar.gz)
[![Download](https://img.shields.io/badge/download-1.4.1-brightgreen.svg)](http://download.vacs.fr/ada-security/ada-security-1.4.1.tar.gz)
[![License](https://img.shields.io/badge/license-APACHE2-blue.svg)](LICENSE)
[![GitLab](https://img.shields.io/badge/repo-GitLab-6C488A.svg)](https://gitlab.com/stcarrez/ada-security)
![Commits](https://img.shields.io/github/commits-since/stcarrez/ada-security/1.4.0.svg)
![Commits](https://img.shields.io/github/commits-since/stcarrez/ada-security/1.4.1.svg)

Ada Security provides a security framework which allows applications to define
and enforce security policies. This framework allows users to authenticate by using
Expand All @@ -29,16 +29,10 @@ The Ada Security library is used by the
[Ada Web Application](https://github.com/stcarrez/ada-awa)
to provide authentication and access control to users within the web applications.

## Version 1.4.1 - Under development
## Version 1.4.1 - Aug 2022
- Fix Alire GNAT project to build in debug mode
- Fix Security.Random that generates shorter random string

## Version 1.4.0 - Dec 2020

- Add support to authenticate with Gitlab and GitHub
- Update Yahoo! authenticate to use OpenId connect
- Update the AWS demo to add Gitlab and Github

[List all versions](https://github.com/stcarrez/ada-security/blob/master/NEWS.md)

# Build
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
libsecurity (1.4.1) unstable; urgency=medium

* Update for Ada security 1.4.1

-- Stephane Carrez <Stephane.Carrez@gmail.com> Tue, 2 Aug 2022 8:20:20 +0200

libsecurity (1.4.0) unstable; urgency=medium

* Update for Ada security 1.4.0
Expand Down
2 changes: 1 addition & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Homepage: https://github.com/stcarrez/ada-security/
Vcs-Git: https://github.com/stcarrez/ada-security.git -b debian-gnat-9
Vcs-Browser: https://github.com/stcarrez/ada-security/tree/debian-gnat-9

Package: libsecurity1.4.0
Package: libsecurity1.4.1
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Expand Down

0 comments on commit 9c17e99

Please sign in to comment.