From: Andrew Chilton Date: Wed, 2 Jul 2008 11:24:39 +0000 (+1200) Subject: Ready for the v0.4.0 release. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=35b6e9be57eed43c72415efc59dd4a87b1e2b2e2;p=cil.git Ready for the v0.4.0 release. --- diff --git a/INSTALLATION b/INSTALLATION index cf172ab..241ec9c 100644 --- a/INSTALLATION +++ b/INSTALLATION @@ -43,7 +43,7 @@ Debian paackage: which can then be installed with: - $ sudo dpkg -i ../cil_0.3.0_all.deb + $ sudo dpkg -i ../cil_0.4.0_all.deb or added to a repository you are using for easier installation with apt-get or aptitude. diff --git a/bin/cil b/bin/cil index fb44db6..d5a1123 100755 --- a/bin/cil +++ b/bin/cil @@ -39,7 +39,7 @@ use CIL::Attachment; my $y = 'y'; -use constant VERSION => '0.3.0'; +use constant VERSION => '0.4.0'; my @IN_OPTS = ( # strings diff --git a/debian-etch/changelog b/debian-etch/changelog index 16920ad..813ef42 100644 --- a/debian-etch/changelog +++ b/debian-etch/changelog @@ -1,3 +1,14 @@ +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 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/changelog b/debian-lenny/changelog index 16920ad..813ef42 100644 --- a/debian-lenny/changelog +++ b/debian-lenny/changelog @@ -1,3 +1,14 @@ +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 Wed, 02 Jul 2008 23:12:20 +1200 + cil (0.3.0) unstable; urgency=low * Added filters for the listing commands