diff --git a/CHANGES b/CHANGES index 2f568955..92b38edc 100644 --- a/CHANGES +++ b/CHANGES @@ -318,7 +318,7 @@ Version 1.1.18-0 ---------------- o added process() and friends to YAbstractFamilyMember -Version 1.1.19pre-0-dev +Version 1.1.19-0-dev ----------------------- o added _nDeliveries to YAbstractFamilyMember o made _name() not purely virtual if _DEVELOPMENT_ is undefined diff --git a/VERSION b/VERSION index 688dded2..25d13ecc 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.1.18-6-dev +1.1.19-0-dev diff --git a/scripts/jannet b/scripts/jannet index 3a91fab3..dc6496d3 100644 --- a/scripts/jannet +++ b/scripts/jannet @@ -27,6 +27,7 @@ cat << EOT update: update all jannet software on the system restore: restore a previous jannet software version state info: query information about installed software + checklog: update the installation log file if necessary EOT if [ "$1" ]; then @@ -113,6 +114,10 @@ install) restore) echo "not yet implemented, sorry" >&2 ;; +checklog) + line=`jannet info | tr -s " "` + echo $line + ;; info) if [ "$opt_verbose" = true ]; then rpm -qai | grep -iB 7 "jannet.de\|c-mexx.com"