Skip to content

Commit

Permalink
Update for release 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stcarrez committed Aug 2, 2022
1 parent abe66f1 commit 10db053
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 17 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.5.0 -
Version 1.5.0 - Aug 2022
- New widget <w:progress> to display horizontal/vertical progress bars

Version 1.4.3 - Jul 2021
Expand Down
19 changes: 7 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
[![Build Status](https://img.shields.io/jenkins/s/http/jenkins.vacs.fr/Ada-Server-Faces.svg)](https://jenkins.vacs.fr/job/Ada-Server-Faces/)
[![Test Status](https://img.shields.io/jenkins/t/http/jenkins.vacs.fr/Ada-Server-Faces.svg)](https://jenkins.vacs.fr/job/Ada-Server-Faces/)
[![codecov](https://codecov.io/gh/stcarrez/ada-asf/branch/master/graph/badge.svg)](https://codecov.io/gh/stcarrez/ada-asf)
[![Download](https://img.shields.io/badge/download-1.4.3-brightgreen.svg)](http://download.vacs.fr/ada-asf/ada-asf-1.4.3.tar.gz)
[![Download](https://img.shields.io/badge/download-1.5.0-brightgreen.svg)](http://download.vacs.fr/ada-asf/ada-asf-1.5.0.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-asf)
![Commits](https://img.shields.io/github/commits-since/stcarrez/ada-asf/1.4.3.svg)
![Commits](https://img.shields.io/github/commits-since/stcarrez/ada-asf/1.5.0.svg)

Ada Server Faces allows to create web applications using the same pattern
as the Java Server Faces (See JSR 252, JSR 314 and JSR 344).
Expand All @@ -18,21 +18,16 @@ framework.

To build ASF, you will need:

* Ada Util (https://github.com/stcarrez/ada-util 2.4.1)
* Ada EL (https://github.com/stcarrez/ada-el 1.8.3)
* Ada Security (https://github.com/stcarrez/ada-security 1.4.0)
* Ada Servlet (https://github.com/stcarrez/ada-servlet 1.5.2)
* Ada Util (https://github.com/stcarrez/ada-util 2.5.0)
* Ada EL (https://github.com/stcarrez/ada-el 1.8.5)
* Ada Security (https://github.com/stcarrez/ada-security 1.4.1)
* Ada Servlet (https://github.com/stcarrez/ada-servlet 1.6.0)
* AWS (https://libre.adacore.com/libre/tools/aws/ 2018 or 20)
* XML/Ada (https://libre.adacore.com/libre/tools/xmlada/ 4.4)

## Version 1.5.0 - Under development
## Version 1.5.0 - Aug 2022
- New widget <w:progress> to display horizontal/vertical progress bars

## Version 1.4.3 - Jul 2021
- Add jQuery 3.6.0
- Add a programmer's guide
- Remove very old jQuery 1.11.3, jQuery UI 1.11.4, jQuery Chosen 1.4.2

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

## Build
Expand Down
2 changes: 1 addition & 1 deletion alire-unit.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ on top of Ada Server Faces.
[[depends-on]]
security = "^1.4.1"
serverfaces = "^1.5.0"
servletada = "^1.5.3"
servletada = "^1.6.0"
utilada = "^2.5.0"
utilada_unit = "^2.5.0"
servletada_unit = "^1.5.3"
Expand Down
2 changes: 1 addition & 1 deletion alire.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ to provide server web requests.

[[depends-on]]
security = "^1.4.1"
servletada = "^1.5.3"
servletada = "^1.6.0"
utilada = "^2.5.0"

[gpr-externals]
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
libasf (1.5.0) unstable; urgency=low

* Update for Ada Server Faces 1.5.0

-- Stephane Carrez <[email protected]> Tue, 2 Aug 2022 08:32:12 +0200

libasf (1.4.3) unstable; urgency=low

* Update for Ada Server Faces 1.4.3
Expand Down
4 changes: 2 additions & 2 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Homepage: https://github.com/stcarrez/ada-asf/
Vcs-Git: https://github.com/stcarrez/ada-asf.git -b debian-gnat-9
Vcs-Browser: https://github.com/stcarrez/ada-asf/tree/debian-gnat-9

Package: libasf1.4.3
Package: libasf1.5.0
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Expand All @@ -27,7 +27,7 @@ Description: Ada Server Faces for web applications (runtime)
.
This package contains the runtime libraries.

Package: libasf-unit1.4.3
Package: libasf-unit1.5.0
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Expand Down

0 comments on commit 10db053

Please sign in to comment.