diff options
author | Andrew Chilton <andychilton@gmail.com> | 2008-07-04 16:17:34 +1200 |
---|---|---|
committer | Andrew Chilton <andychilton@gmail.com> | 2008-07-04 16:21:29 +1200 |
commit | 2979e8914aa542a20cbf07e8f7812e293ad0699d (patch) | |
tree | d2032a7117a0efc566ff0e50408b2068cd006af2 /debian-lenny | |
parent | 41ec963c1aace994072b6d62b20cdce5370e0e8e (diff) | |
parent | f6649a52ff5610af925818cddd720fa5945bd6b3 (diff) |
Merge branch 'upstream'
Diffstat (limited to 'debian-lenny')
-rw-r--r-- | debian-lenny/changelog | 26 | ||||
-rw-r--r-- | debian-lenny/control | 2 |
2 files changed, 27 insertions, 1 deletions
diff --git a/debian-lenny/changelog b/debian-lenny/changelog index 16920ad..fa918b5 100644 --- a/debian-lenny/changelog +++ b/debian-lenny/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 22:22:22 +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-lenny/control b/debian-lenny/control index ded0c34..9a6ca1d 100644 --- a/debian-lenny/control +++ b/debian-lenny/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 |