Comparer les révisions
2 Révisions
87ebc137d5
...
v0.2
Auteur | SHA1 | Date | |
---|---|---|---|
fc92b963d4 | |||
9acbd5dccf |
11
.gitignore
externe
Fichier normal
11
.gitignore
externe
Fichier normal
@ -0,0 +1,11 @@
|
|||||||
|
.user
|
||||||
|
.o
|
||||||
|
*.user
|
||||||
|
*.o
|
||||||
|
*.a
|
||||||
|
moc_*.cpp
|
||||||
|
moc_*.h
|
||||||
|
Makefile
|
||||||
|
cli/looqs
|
||||||
|
gui/looqs-gui
|
||||||
|
qrc_*
|
@ -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.
|
||||||
|
|
||||||
|
@ -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.
|
||||||
|
|
||||||
|
Référencer dans un nouveau ticket
Bloquer un utilisateur