Compare commits
2 commits
2b832e0128
...
4595d3df44
Author | SHA1 | Date | |
---|---|---|---|
4595d3df44 | |||
577f690540 |
3 changed files with 8 additions and 2 deletions
|
@ -1,3 +1,9 @@
|
|||
1.2.4 (2022-12-23)
|
||||
------------------
|
||||
|
||||
- bugfix release
|
||||
- add jessie-or-older extract hook
|
||||
|
||||
1.2.3 (2022-11-16)
|
||||
------------------
|
||||
|
||||
|
|
|
@ -155,10 +155,10 @@ Contributors
|
|||
- Gioele Barabucci
|
||||
- Helmut Grohne
|
||||
- Benjamin Drung
|
||||
- Jochen Sprickerhof
|
||||
- Josh Triplett
|
||||
- Konstantin Demin
|
||||
- David Kalnischkies
|
||||
- Jochen Sprickerhof
|
||||
- Joe Groocock
|
||||
- Nicolas Vigier
|
||||
- Raul Tambre
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
use strict;
|
||||
use warnings;
|
||||
|
||||
our $VERSION = '1.2.3';
|
||||
our $VERSION = '1.2.4';
|
||||
|
||||
use English;
|
||||
use Getopt::Long;
|
||||
|
|
Loading…
Reference in a new issue