Compare commits

..

2 commits

3 changed files with 8 additions and 2 deletions

View file

@ -1,3 +1,9 @@
1.2.4 (2022-12-23)
------------------
- bugfix release
- add jessie-or-older extract hook
1.2.3 (2022-11-16) 1.2.3 (2022-11-16)
------------------ ------------------

View file

@ -155,10 +155,10 @@ Contributors
- Gioele Barabucci - Gioele Barabucci
- Helmut Grohne - Helmut Grohne
- Benjamin Drung - Benjamin Drung
- Jochen Sprickerhof
- Josh Triplett - Josh Triplett
- Konstantin Demin - Konstantin Demin
- David Kalnischkies - David Kalnischkies
- Jochen Sprickerhof
- Joe Groocock - Joe Groocock
- Nicolas Vigier - Nicolas Vigier
- Raul Tambre - Raul Tambre

View file

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