Skip to content

Commit

Permalink
Release 1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
JFLarvoire committed Dec 17, 2020
1 parent 146ae3a commit 5f9aa4b
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@ Major changes for the System Tools Library are recorded here.

For more details about changes in a particular area, see the README.txt and/or NEWS.txt file in each subdirectory.

## [1.19] 2020-12-17

## [Unreleased] 2020-12-16
### New
- C/include/configure.bat: Added option to link the OUTDIR directory to another one, if LINK_OUTDIR is defined.
- C/config.outdir.bat, C/SRC/config.outdir.bat: Define LINK_OUTDIR=.. to output all .exe in the project root directory OUTDIR.
- NMakeFile, Files.mak: Allow building for Windows and generating a release from the project root directory.
- C/include/configure.bat, make.bat: Added option to link the OUTDIR directory to another one, if LINK_OUTDIR is defined, and creating links is authorized.
- C/config.outdir.bat, C/SRC/config.outdir.bat: Define LINK_OUTDIR=.. to output all .exe in the project root directory OUTDIR if possible.

### Changed
- C/SRC/Which.c: Added pwsh.exe as an alias for PowerShell.
Expand All @@ -18,7 +20,7 @@ For more details about changes in a particular area, see the README.txt and/or N

## [Unreleased] 2020-12-15
### New
- C/MsvcLibX/SRC/readlink.c, dirent.c, lstat.c: Added support for reading LXSS v2 symlinks.
- C/MsvcLibX/SRC/readlink.c, dirent.c, lstat.c: Added support for reading WSL v2 symlinks.
- C/SRC/dirc.c: Report Linux Subsystem Symlinks and UWP App. Exec. links.

### Changed
Expand Down

0 comments on commit 5f9aa4b

Please sign in to comment.