summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS8
-rw-r--r--version.php2
2 files changed, 9 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 44f67d0d5..63c51173a 100644
--- 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 !
diff --git a/version.php b/version.php
index 8d7b8c474..efa449342 100644
--- a/version.php
+++ b/version.php
@@ -1,3 +1,3 @@
<?
- define(VERSION, "1.1.p1");
+ define(VERSION, "1.1.p2");
?>