Prepared 0.4.5 release
This commit is contained in:
parent
a48becbe22
commit
e8bf5a920e
@ -1,4 +1,7 @@
|
||||
ChangeLog for pkg-get
|
||||
0.4.5 - Added --all switch for diff command (also lists
|
||||
locked packages)
|
||||
|
||||
0.4.4 - Fixed: pkg-repgen produces well-formed entries for
|
||||
packages not available in the port tree
|
||||
- Added root option for install / update command
|
||||
|
2
Makefile
2
Makefile
@ -1,5 +1,5 @@
|
||||
NAME=pkg-get
|
||||
VERSION="0.4.4"
|
||||
VERSION="0.4.5"
|
||||
|
||||
PREFIX=/usr
|
||||
CFGDIR=/etc
|
||||
|
@ -12,7 +12,7 @@ use warnings;
|
||||
use strict;
|
||||
use Getopt::Long;
|
||||
|
||||
my $VERSION = "0.4.4";
|
||||
my $VERSION = "0.4.5";
|
||||
my $CFGFILE = "/etc/pkg-get.conf";
|
||||
my $LOCKFILE = "/var/lib/pkg/pkg-get.locker";
|
||||
my $PKGDB = "/var/lib/pkg/db" ;
|
||||
|
Loading…
Reference in New Issue
Block a user