diff --git a/ChangeLog b/ChangeLog index 069a07d..5b78417 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 diff --git a/Makefile b/Makefile index 1b02d9e..4327a7a 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ NAME=pkg-get -VERSION="0.4.4" +VERSION="0.4.5" PREFIX=/usr CFGDIR=/etc diff --git a/scripts/pkg-get.pl b/scripts/pkg-get.pl index 5ab5796..382828a 100755 --- a/scripts/pkg-get.pl +++ b/scripts/pkg-get.pl @@ -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" ;