]> git.wh0rd.org - tt-rss.git/commitdiff
bump version to 1.1.p2
authorAndrew Dolgov <fox@bah.spb.su>
Wed, 7 Dec 2005 17:27:25 +0000 (18:27 +0100)
committerAndrew Dolgov <fox@bah.spb.su>
Wed, 7 Dec 2005 17:27:25 +0000 (18:27 +0100)
NEWS
version.php

diff --git a/NEWS b/NEWS
index 44f67d0d56cb30b9c7a5c509ebfee22cdaff79ea..63c51173ab7dec0fdf39932d4b30e987f749f99c 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+v1.1.p2        (Dec 07, 2005)
+
+       * Fix schema_version handling in xml-import.php
+
+v1.1.p1        (Dec 07, 2005)
+
+       * Fix session handling in xml-import.php
+
 v1.1           (Dec 07, 2005)
 
        ! Please read UPGRADING for upgrade instructions from version 1.0.7 !
index 8d7b8c47434b03340ba95357c83dfcd3214226ac..efa449342240b34d3e27b984fb55df4b2b5c4f02 100644 (file)
@@ -1,3 +1,3 @@
 <?
-       define(VERSION, "1.1.p1");
+       define(VERSION, "1.1.p2");
 ?>