diff --git a/ChangeLog b/ChangeLog index bc73fc9c..8a613cae 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,25 @@ +2009-01-26 Faik Uygur + * When pisi fails to download the package raise an error and exit. This is needed when + pisi is behind a proxy with some virus control mechanism that sends a html status page + instead of the package file. (#4113) + +2009-01-23 Faik Uygur + * Fix a critical regression bug which prevents an upgrade operation (#9038) + +2009-01-20 Faik Uygur + * Fix a bug in the delta code that is discovered in virtualbox' delta package where a symlink + is tried to be overwritten by the previous linked file with the same name. + 2009-01-17 Ozan Çağlayan * pisi/operations/build.py (get_abandoned_files): Delimit the paths written in pspec.xml's Files section with a trailing '/' for not matching similar patterns like /usr/lib and /usr/libexec during abandoned files checking. +2009-01-16 Faik Uygur + * Add pisi list-newest [--since yyyy-mm-dd] [--last nth_previous_repo_ update] + Lists the newly added packages in the repositories. + 2009-01-14 Ozan Çağlayan * pisi/cli/listavailable.py (print_packages): Resize the first column dynamically according to the longest package name (#9021) and fix some