diff options
Diffstat (limited to 'debian-etch')
-rw-r--r-- | debian-etch/changelog | 26 | ||||
-rw-r--r-- | debian-etch/control | 2 |
2 files changed, 27 insertions, 1 deletions
diff --git a/debian-etch/changelog b/debian-etch/changelog index 16920ad..6218950 100644 --- a/debian-etch/changelog +++ b/debian-etch/changelog @@ -1,3 +1,29 @@ +cil (0.4.2) unstable; urgency=low + + * Fix bug where new issues are assigned to the reporter + * Fix bug where only one item in a config list breaks listings + * Ready for 0.4.2 release + + -- Andrew Chilton <andychilton@gmail.com> Thu, 03 Jul 2008 00:09:21 +1200 + +cil (0.4.1) unstable; urgency=low + + * Fix dependency on libemail-date-perl + * Ready for 0.4.1 release + + -- Andrew Chilton <andychilton@gmail.com> Thu, 03 Jul 2008 00:09:21 +1200 + +cil (0.4.0) unstable; urgency=low + + * Can now read a ~/.cilrc file for user defined options + * Added command 'am' which applies a mailbox + * Can now use shortened hash names to the commands + * Allows dependencies between issues + * New filter called --is-mine + * Ready for 0.4.0 release + + -- Andrew Chilton <andychilton@gmail.com> Wed, 02 Jul 2008 23:12:20 +1200 + cil (0.3.0) unstable; urgency=low * Added filters for the listing commands diff --git a/debian-etch/control b/debian-etch/control index ded0c34..9a6ca1d 100644 --- a/debian-etch/control +++ b/debian-etch/control @@ -11,7 +11,7 @@ Package: cil Section: perl Priority: optional Architecture: all -Depends: ${perl:Depends}, libgetopt-mixed-perl, libfile-touch-perl, libfile-slurp-perl, libclass-accessor-perl, libdatetime-perl, libemail-find-perl +Depends: ${perl:Depends}, libgetopt-mixed-perl, libfile-touch-perl, libfile-slurp-perl, libclass-accessor-perl, libdatetime-perl, libemail-find-perl, libemail-filter-perl, libemail-date-perl Description: command line issue tracker 'cil' allows easy command-line creation of an issue tracker. It saves each issue locally and in plain text. Commands are given such that these issues can |