summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-12-07 18:27:25 +0100
committerAndrew Dolgov <[email protected]>2005-12-07 18:27:25 +0100
commit3820a960c6cd28c61a43d88add853c3b0b4c9932 (patch)
tree886c95f290d23c634b96dbd309289e581090a862
parent1e7716286c2c64a7225a919bb85f4543a4805e33 (diff)
bump version to 1.1.p2
-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");
?>