summaryrefslogtreecommitdiff
path: root/debian-lenny
diff options
context:
space:
mode:
authorAndrew Chilton <andychilton@gmail.com>2008-07-04 16:17:33 +1200
committerAndrew Chilton <andychilton@gmail.com>2008-07-04 16:17:33 +1200
commitf6649a52ff5610af925818cddd720fa5945bd6b3 (patch)
treeaed0ee63e5d460343749789a1ebe2836bcf00470 /debian-lenny
parent03a60521d41962fb3d36e8e8002e9bba51796ff6 (diff)
Imported Upstream version v0.4.2upstream/v0.4.2
Diffstat (limited to 'debian-lenny')
-rw-r--r--debian-lenny/changelog26
-rw-r--r--debian-lenny/control2
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