]> git.mjollnir.org Git - cil.git/commitdiff
Ready for the v0.5.0 release.
authorAndrew Chilton <andychilton@gmail.com>
Sat, 5 Jul 2008 03:40:43 +0000 (15:40 +1200)
committerAndrew Chilton <andychilton@gmail.com>
Sat, 5 Jul 2008 03:40:43 +0000 (15:40 +1200)
INSTALLATION
bin/cil
debian-etch/changelog
debian-lenny/changelog

index e46413c27053ad232244939637060c0268433f07..eb5e0f3fde4db40ac9b03c086823c70343e99990 100644 (file)
@@ -43,7 +43,7 @@ Debian paackage:
 
 which can then be installed with:
 
- $ sudo dpkg -i ../cil_0.4.2_all.deb
+ $ sudo dpkg -i ../cil_0.5.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 f302087e3441983b8dea59dbe9b55821783a3627..1727a091d8b4cfd9f3711d812e9845178a285681 100755 (executable)
--- a/bin/cil
+++ b/bin/cil
@@ -39,7 +39,7 @@ use CIL::Attachment;
 
 my $y = 'y';
 
-use constant VERSION => '0.4.2';
+use constant VERSION => '0.5.0';
 
 my @IN_OPTS = (
     # strings
index fa918b530645a9b68147801637c179d6b38f1dbf..fdbe53a54ed3efda707d4cb5e2222f83fc15df4f 100644 (file)
@@ -1,3 +1,11 @@
+cil (0.5.0) unstable; urgency=low
+
+  * Fix bug when running certain commands (inc. init)
+  * Added command 'steal'
+  * Added command 'track'
+
+ -- Andrew Chilton <andychilton@gmail.com>  Sat, 05 Jul 2008 15:36:22 +1200
+
 cil (0.4.2) unstable; urgency=low
 
   * Fix bug where new issues are assigned to the reporter
index fa918b530645a9b68147801637c179d6b38f1dbf..fdbe53a54ed3efda707d4cb5e2222f83fc15df4f 100644 (file)
@@ -1,3 +1,11 @@
+cil (0.5.0) unstable; urgency=low
+
+  * Fix bug when running certain commands (inc. init)
+  * Added command 'steal'
+  * Added command 'track'
+
+ -- Andrew Chilton <andychilton@gmail.com>  Sat, 05 Jul 2008 15:36:22 +1200
+
 cil (0.4.2) unstable; urgency=low
 
   * Fix bug where new issues are assigned to the reporter