Skip to content

Commit 83024b9

Browse files
committed
Update for release 2.8.0
1 parent 13f9c73 commit 83024b9

File tree

2 files changed

+6
-14
lines changed

2 files changed

+6
-14
lines changed

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Version 2.8.0 - Under development
1+
Version 2.8.0 - Nov 2024
22
- Cleanup build environment to drop configure
33
- Improvement of Util.Files.Walk to scan and honor a root .gitignore from any child directory
44
- Feature #55: Support indentation when writing JSON streams

README.md

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
[![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)
1111
[![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)
1212
[![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)
1414
[![License](https://img.shields.io/badge/license-APACHE2-blue.svg)](LICENSE)
1515
[![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)
1717

1818

1919
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
3434
Ahven or AUnit to help in writing unit tests. Ahven is the default testing
3535
framework as it provides better reports.
3636

37-
## Version 2.8.0 - Under development
37+
## Version 2.8.0 - Nov 2024
3838
- Cleanup build environment to drop configure
3939
- Improvement of Util.Files.Walk to scan and honor a root .gitignore from any child directory
4040
- Feature #55: Support indentation when writing JSON streams
4141
- Feature #56: Support for pseudo tty when launching a process
4242
- Feature #57: Support for OpenBSD
4343

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-
5344
[List all versions](https://github.com/stcarrez/ada-util/blob/master/NEWS.md)
5445

5546
## Using with Alire
@@ -93,7 +84,8 @@ It must one of the allowed values defined in `utilada_conf.gpr` GNAT project in
9384
```
9485
type Os_Version_Type is ("none", "unix", "windows",
9586
"linux32", "linux64", "win32", "win64", "macos64",
96-
"netbsd32", "netbsd64", "freebsd32", "freebsd64");
87+
"netbsd32", "netbsd64", "freebsd32", "freebsd64",
88+
"openbsd32", "openbsd64");
9789
```
9890

9991
The example below enables the XML/Ada and AWS components but disables

0 commit comments

Comments
 (0)