diff --git a/changelog b/changelog
index 4cb2c05..793b41a 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,5 @@
+20090605 tpd src/axiom-website/patches.html 20090605.05.tpd.patch
+20090605 tpd src/input/ffdemo.input fix steps 27, 57 due to divisors change
 20090605 tpd src/axiom-website/patches.html 20090605.04.tpd.patch
 20090605 tpd books/bookvol10.4 IRRF2F +-> conversion
 20090605 tpd src/axiom-website/patches.html 20090605.03.tpd.patch
diff --git a/src/axiom-website/patches.html b/src/axiom-website/patches.html
index 36aba71..d985cd1 100644
--- a/src/axiom-website/patches.html
+++ b/src/axiom-website/patches.html
@@ -1459,5 +1459,7 @@ bookvol10.4 ITRIGMNP +-> conversion<br/>
 bookvol10.4 INTHEORY +-> conversion<br/>
 <a href="patches/20090605.04.tpd.patch">20090605.04.tpd.patch</a>
 bookvol10.4 IRRF2F +-> conversion<br/>
+<a href="patches/20090605.05.tpd.patch">20090605.05.tpd.patch</a>
+src/input/ffdemo.input fix steps 27, 57 due to divisors change<br/>
  </body>
 </html>
diff --git a/src/input/ffdemo.input.pamphlet b/src/input/ffdemo.input.pamphlet
index 9c4af63..3a058c5 100644
--- a/src/input/ffdemo.input.pamphlet
+++ b/src/input/ffdemo.input.pamphlet
@@ -262,6 +262,10 @@ for d in divisors extensionDegree()$F repeat
         print(norm(a,d::PI)::OUTFORM)
         print(trace(a,d::PI)::OUTFORM)
 --R 
+--I   Compiling function G1462 with type Integer -> Boolean 
+--I   Compiling function G1641 with type NonNegativeInteger -> Boolean 
+--R   1605
+--R   1605
 --R                                                                   Type: Void
 --E 27
 
@@ -552,8 +556,6 @@ for d in divisors extensionDegree()$F repeat
         print(norm(a,d::PI)::OUTFORM)
         print(trace(a,d::PI)::OUTFORM)
 --R 
---I   Compiling function G1515 with type Integer -> Boolean 
---I   Compiling function G1679 with type NonNegativeInteger -> Boolean 
 --R   5
 --R   5
 --R      3
