]> git.wh0rd.org Git - tt-rss.git/commitdiff
release 1.0.6
authorAndrew Dolgov <fox@bah.spb.su>
Thu, 13 Oct 2005 01:08:12 +0000 (02:08 +0100)
committerAndrew Dolgov <fox@bah.spb.su>
Thu, 13 Oct 2005 01:08:12 +0000 (02:08 +0100)
NEWS
version.php

diff --git a/NEWS b/NEWS
index ea720652b9f406a53ccd89ba26b1d0e029b278c8..11b929c2eef25758676b7df25b0d32c6761d3be6 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,7 @@
-v1.0.6 (Oct xx, 2005)
+v1.0.6 (Oct 13, 2005)
 
-       - Miscellaneous bugfixes since 1.0.5.1
+       - Miscellaneous bugfixes since 1.0.5.1, including fairly serious
+         mysql schema bug.
 
 v1.0.5.1       (Sep 24, 2005)
 
index d7dbb4c757ab4ced27654c02ecfe4544fa2b752f..3d56451790052502d64c54f4a534f043f8621c4e 100644 (file)
@@ -1,4 +1,4 @@
 <?
-       define(VERSION, "1.0.5.1");
+       define(VERSION, "1.0.6");
 ?>