]> git.mjollnir.org Git - cil.git/commitdiff
Ready for the v0.4.0 release.
authorAndrew Chilton <andychilton@gmail.com>
Wed, 2 Jul 2008 11:24:39 +0000 (23:24 +1200)
committerAndrew Chilton <andychilton@gmail.com>
Wed, 2 Jul 2008 11:24:39 +0000 (23:24 +1200)
INSTALLATION
bin/cil
debian-etch/changelog
debian-lenny/changelog

index cf172ab0e1ea689e92442cf91cb645278e0d2191..241ec9cf547caff074ee368b62dbdc78cf5b9a4c 100644 (file)
@@ -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 fb44db6b92214a05e0d85620b0154b9da5f137a9..d5a11237789a6dfd8f501e5dbb6a94d963940e2e 100755 (executable)
--- 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
index 16920adb58530d6b41dd44110d2c575773bba25b..813ef424b906ce30dd9c9da2b6bec89e6edd8f1b 100644 (file)
@@ -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 <andychilton@gmail.com>  Wed, 02 Jul 2008 23:12:20 +1200
+
 cil (0.3.0) unstable; urgency=low
 
   * Added filters for the listing commands
index 16920adb58530d6b41dd44110d2c575773bba25b..813ef424b906ce30dd9c9da2b6bec89e6edd8f1b 100644 (file)
@@ -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 <andychilton@gmail.com>  Wed, 02 Jul 2008 23:12:20 +1200
+
 cil (0.3.0) unstable; urgency=low
 
   * Added filters for the listing commands