10
10
[ ![ Test Status] ( https://img.shields.io/endpoint?url=https://porion.vacs.fr/porion/api/v1/projects/ada-util/badges/tests.json )] ( https://porion.vacs.fr/porion/projects/view/ada-util/xunits )
11
11
[ ![ Coverage] ( https://img.shields.io/endpoint?url=https://porion.vacs.fr/porion/api/v1/projects/ada-util/badges/coverage.json )] ( https://porion.vacs.fr/porion/projects/view/ada-util/summary )
12
12
[ ![ Documentation Status] ( https://readthedocs.org/projects/ada-util/badge/?version=latest )] ( https://ada-util.readthedocs.io/en/latest/?badge=latest )
13
- [ ![ Download] ( https://img.shields.io/badge/download-2.7 .0-brightgreen.svg )] ( http://download.vacs.fr/ada-util/ada-util-2.7 .0.tar.gz )
13
+ [ ![ Download] ( https://img.shields.io/badge/download-2.8 .0-brightgreen.svg )] ( http://download.vacs.fr/ada-util/ada-util-2.8 .0.tar.gz )
14
14
[ ![ License] ( https://img.shields.io/badge/license-APACHE2-blue.svg )] ( LICENSE )
15
15
[ ![ GitLab] ( https://img.shields.io/badge/repo-GitLab-6C488A.svg )] ( https://gitlab.com/stcarrez/ada-util )
16
- [ ![ Commits] ( https://img.shields.io/github/commits-since/stcarrez/ada-util/2.7 .0.svg )] ( Commits )
16
+ [ ![ Commits] ( https://img.shields.io/github/commits-since/stcarrez/ada-util/2.8 .0.svg )] ( Commits )
17
17
18
18
19
19
This Ada library contains various utility packages for building
@@ -34,22 +34,13 @@ Ada Util also provides a small test utility library on top of
34
34
Ahven or AUnit to help in writing unit tests. Ahven is the default testing
35
35
framework as it provides better reports.
36
36
37
- ## Version 2.8.0 - Under development
37
+ ## Version 2.8.0 - Nov 2024
38
38
- Cleanup build environment to drop configure
39
39
- Improvement of Util.Files.Walk to scan and honor a root .gitignore from any child directory
40
40
- Feature #55 : Support indentation when writing JSON streams
41
41
- Feature #56 : Support for pseudo tty when launching a process
42
42
- Feature #57 : Support for OpenBSD
43
43
44
- ## Version 2.7.0 - Jun 2024
45
- - New package Util.Files.Walk to iterate over directory trees and honor .gitignore
46
- - Add support for custom log formatter (allow to translate log messages, filter messages, ...)
47
- - Feature #48 : Change the log time from UTC to Local Time (configurable)
48
- - Fix #49 : Perf report generates incorrect XML title attributes
49
- - Fix #50 : 128Bit AES-CTR Encoding doesn't work (thanks Adam Jasinski)
50
- - Fix #53 : Executor does not always stop the worker tasks
51
- - Used [ spdx-tool] ( https://gitlab.com/stcarrez/spdx-tool ) to use ` SPDX-License-Identifier ` in headers
52
-
53
44
[ List all versions] ( https://github.com/stcarrez/ada-util/blob/master/NEWS.md )
54
45
55
46
## Using with Alire
@@ -93,7 +84,8 @@ It must one of the allowed values defined in `utilada_conf.gpr` GNAT project in
93
84
```
94
85
type Os_Version_Type is ("none", "unix", "windows",
95
86
"linux32", "linux64", "win32", "win64", "macos64",
96
- "netbsd32", "netbsd64", "freebsd32", "freebsd64");
87
+ "netbsd32", "netbsd64", "freebsd32", "freebsd64",
88
+ "openbsd32", "openbsd64");
97
89
```
98
90
99
91
The example below enables the XML/Ada and AWS components but disables
0 commit comments