Mercurial > hg > octave-lyh
diff scripts/ChangeLog @ 9220:70177bf9cc16
Fix bug when calling pkg describe to check whether a package is installed
author | Carlo de Falco <kingcrimson@tiscali.it> |
---|---|
date | Tue, 19 May 2009 15:59:37 +0200 |
parents | 6feb27c38da1 |
children | 6e9ba936e983 |
line wrap: on
line diff
--- a/scripts/ChangeLog +++ b/scripts/ChangeLog @@ -1,3 +1,8 @@ +2009-05-19 Carlo de Falco <kingcrimson@tiscali.it> + + * pkg/pkg.m: Fix a bug when quering only one non installed package + with "pkg describe". + 2009-05-14 Jaroslav Hajek <highegg@gmail.com> * optimization/__fdjac__.m: Support central differences.