]> git.mjollnir.org Git - cil.git/commitdiff
Ready for the v0.4.2 release.
authorAndrew Chilton <andychilton@gmail.com>
Thu, 3 Jul 2008 10:28:41 +0000 (22:28 +1200)
committerAndrew Chilton <andychilton@gmail.com>
Thu, 3 Jul 2008 10:28:41 +0000 (22:28 +1200)
INSTALLATION
bin/cil
debian-etch/changelog
debian-lenny/changelog

index a15167e398cfd62d894fc32fa853a061baae72ee..e46413c27053ad232244939637060c0268433f07 100644 (file)
@@ -43,7 +43,7 @@ Debian paackage:
 
 which can then be installed with:
 
- $ sudo dpkg -i ../cil_0.4.1_all.deb
+ $ sudo dpkg -i ../cil_0.4.2_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 519aa6c43c29366553ce129bfac3efdc170bb949..5aaa020582f2f215b25a6efed19df3fbc0d72f16 100755 (executable)
--- a/bin/cil
+++ b/bin/cil
@@ -39,7 +39,7 @@ use CIL::Attachment;
 
 my $y = 'y';
 
-use constant VERSION => '0.4.1';
+use constant VERSION => '0.4.2';
 
 my @IN_OPTS = (
     # strings
index 5a2a0837b45df8734f6ec7599f425604e011d2a4..62189507115b958919a817ed572945096a507ff3 100644 (file)
@@ -1,3 +1,11 @@
+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 00:09:21 +1200
+
 cil (0.4.1) unstable; urgency=low
 
   * Fix dependency on libemail-date-perl
index 5a2a0837b45df8734f6ec7599f425604e011d2a4..fa918b530645a9b68147801637c179d6b38f1dbf 100644 (file)
@@ -1,3 +1,11 @@
+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