summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimone Rota <simone@sip.local>2006-07-13 05:02:00 +0200
committerSimone Rota <simone@sip.local>2006-07-13 05:02:00 +0200
commite8bf5a920eb9829eba37de76556b093ab2ced8fd (patch)
tree3149a840b05ec5a539dbd5edf092e663366b4225
parenta48becbe2200243be373086dea4f132374716944 (diff)
downloadpkg-get-e8bf5a920eb9829eba37de76556b093ab2ced8fd.tar.gz
pkg-get-e8bf5a920eb9829eba37de76556b093ab2ced8fd.tar.xz
Prepared 0.4.5 release
-rw-r--r--ChangeLog3
-rw-r--r--Makefile2
-rwxr-xr-xscripts/pkg-get.pl2
3 files changed, 5 insertions, 2 deletions
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" ;

Generated by cgit