Compare commits

..

No commits in common. "9710ee16a02dbfc1fefbd81adf0dfd3aef5cfd06" and "ff9b76ed19eb414adfd9ee8a539954c0b36a8cb6" have entirely different histories.

3 changed files with 2 additions and 8 deletions

View file

@ -1,8 +1,3 @@
1.3.4 (2023-03-16)
------------------
- more safeguards before automatically choosing unshare mode
1.3.3 (2023-02-19)
------------------

View file

@ -152,14 +152,13 @@ Contributors
============
- Johannes Schauer Marin Rodrigues (main author)
- Helmut Grohne
- Gioele Barabucci
- Helmut Grohne
- Benjamin Drung
- Jochen Sprickerhof
- Josh Triplett
- Konstantin Demin
- David Kalnischkies
- Jakub Wilk
- Joe Groocock
- Nicolas Vigier
- Raul Tambre

View file

@ -23,7 +23,7 @@
use strict;
use warnings;
our $VERSION = '1.3.4';
our $VERSION = '1.3.3';
use English;
use Getopt::Long;