2 Révisions

Auteur SHA1 Message Date
fc92b963d4 Release: v0.2 2022-06-07 00:01:35 +02:00
9acbd5dccf Add .gitignore 2022-06-07 00:00:54 +02:00
3 fichiers modifiés avec 17 ajouts et 1 suppressions

11
.gitignore externe Fichier normal
Voir le fichier

@ -0,0 +1,11 @@
.user
.o
*.user
*.o
*.a
moc_*.cpp
moc_*.h
Makefile
cli/looqs
gui/looqs-gui
qrc_*

Voir le fichier

@ -1,5 +1,10 @@
# looqs: Release notes # looqs: Release notes
## 2022-06-07 - v0.2
CHANGES:
- Sandboxing: Add environment variable `LOOQS_DISABLE_SANDBOXING` to disable sandboxing. This is intended for troubleshooting
- Sandboxing: Fix issue where activation failed on kernels without landlock
## 2022-06-06 - v0.1 ## 2022-06-06 - v0.1
The first release comes with basic functionality. It's a start that can be considered useful to some degree. The first release comes with basic functionality. It's a start that can be considered useful to some degree.

Voir le fichier

@ -30,7 +30,7 @@ There is no need to write the long form of filters. There are also booleans avai
## Current status ## Current status
Last version: 2022-06-06, v0.1 Last version: 2022-06-07, v0.2
Please see [Changelog](CHANGELOG.md) for a human readable list of changes. Please see [Changelog](CHANGELOG.md) for a human readable list of changes.