OSDN Git Service

BugTrack/2514 PHP8: Avoid error on fread($fp, 0)
[pukiwiki/pukiwiki.git] / UPDATING.en.txt
index fb77e5c..0ea250a 100644 (file)
@@ -1,23 +1,38 @@
 PukiWiki UPDATING
-$Id: UPDATING.en.txt,v 1.6 2007/02/11 05:53:29 henoheno Exp $
 
 
 CHANGES
 =======
 
 See description at PukiWiki-official
-http://pukiwiki.sourceforge.jp/?PukiWiki/Download
+https://pukiwiki.osdn.jp/?PukiWiki/Download
 
 
 
 INCOMPATIBILITY INFORMATION BETWEEN RELEASES
 ============================================
 
-PukiWiki 1.4.8: Incompatibility from PukiWiki 1.4.7
+PukiWiki 1.5.2: Incompatibility from PukiWiki 1.5.1
 
-   1. TrackBack implimentation had been removed entirely due to extremely
-      strong suspicion of violating copyright. 'referer' function (that use
-      the implimentation), also removed.
+   1. CSS file "skin/pukiwiki.css.php" has been renamed to "skin/pukiwiki.css".
+      (See BugTrack/2448, BugTrack/2367)
+
+
+PukiWiki 1.5.1: Incompatibility from PukiWiki 1.5.0
+
+   1. Default authentication method from AUTH_TYPE_BASIC to
+      AUTY_TYPE_FORM.
+      (See PukiWiki/Authentication)
+
+
+PukiWiki 1.5.0: Incompatibility from PukiWiki 1.4.7_notb
+
+    Nothing
+
+
+PukiWiki 1.4.7_notb: Incompatibility from PukiWiki 1.4.7
+
+   1. TrackBack implimentation and 'referer' function had been removed.
       (See BugTrack2/62)