++changes for 2.0.7

Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
remotes/origin/feature_files_export
Nico Schottelius 13 years ago
parent 1025ed5897
commit 947c9a4ccb
  1. 1
      conf/type/__package_pip/explorer/state
  2. 1
      doc/changelog

@ -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

@ -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

Loading…
Cancel
Save