From 947c9a4ccb3a96c2a825a97f40bea4eced22a8e3 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Fri, 10 Feb 2012 16:17:53 +0100 Subject: [PATCH] ++changes for 2.0.7 Signed-off-by: Nico Schottelius --- conf/type/__package_pip/explorer/state | 1 + doc/changelog | 1 + 2 files changed, 2 insertions(+) diff --git a/conf/type/__package_pip/explorer/state b/conf/type/__package_pip/explorer/state index 7886a46b..5be07280 100644 --- a/conf/type/__package_pip/explorer/state +++ b/conf/type/__package_pip/explorer/state @@ -40,6 +40,7 @@ fi if ! command -v "$pip" >/dev/null 2>&1; then echo absent else + if "$pip" freeze | grep -i -q "^$name=="; then echo present else diff --git a/doc/changelog b/doc/changelog index 7e070cc5..dace28dd 100644 --- a/doc/changelog +++ b/doc/changelog @@ -8,6 +8,7 @@ Changelog * Bugfix __file: Use chmod after chown/chgrp (Matt Coddington) * Bugfix __user: Correct shadow field in explorer (Matt Coddington) * Bugfix __link: Properly handle existing links (Steven Armstrong) + * Bugfix __key_value: More robust implementation (Steven Armstrong) * New Type: __package_pip 2.0.6: 2012-01-28