diff --git a/buglist b/buglist
index cfd9d5e..3488bdc 100644
--- a/buglist
+++ b/buglist
@@ -1,6 +1,6 @@
 =========================================================================
 
-bug 7262: 
+bug 7263: 
 todo 336:
 wish 1012:
 meh 5:
@@ -12,6 +12,11 @@ dup 50006:
 nonextend 60077:
 
 =========================================================================
+bug 7262: bad expression parse (reported by Ralf Hemmecke)
+
+^/2
+
+=========================================================================
 bug 7261: wrong integral (reported by Thomas Baruchel <baruchel@gmx.com>)
 
 t1:=(16*x^14-125*x^10+150*x^6+375*x^2)/(256*x^16+480*x^12+1025*x^8+750*x^4+625)
diff --git a/changelog b/changelog
index 1f2bff6..9b0a3d5 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,5 @@
+20141122 rhx src/axiom-website/patches.html 20141122.02.rhx.patch
+20141122 rhx buglist add bug 7262: bad expression parse ^/2
 20141122 txp src/axiom-website/patches.html 20141122.01.txp.patch
 20141122 txp buglist add bug 7261: wrong integral
 20141122 txp bookvol5 add Thomas Baruchel to credits
diff --git a/patch b/patch
index e46ff41..768ba3f 100644
--- a/patch
+++ b/patch
@@ -1,6 +1,2 @@
-buglist add bug 7261: wrong integral
+buglist add bug 7262: bad expression parse ^/2
 
-bug 7261: wrong integral (reported by Thomas Baruchel <baruchel@gmx.com>
-
-t1:=(16*x^14-125*x^10+150*x^6+375*x^2)/(256*x^16+480*x^12+1025*x^8+750*x^4+625)
-integrate(t1,x)
diff --git a/src/axiom-website/patches.html b/src/axiom-website/patches.html
index ae5e44e..efa51eb 100644
--- a/src/axiom-website/patches.html
+++ b/src/axiom-website/patches.html
@@ -4716,6 +4716,8 @@ books/bookvol10.3 help files for DeRhamComplex<br/>
 books/bookvol10.3 more help information for DeRhamComplex<br/>
 <a href="patches/20141122.01.txp.patch">20141122.01.txp.patch</a>
 buglist add bug 7261: wrong integral<br/>
+<a href="patches/20141122.02.rhx.patch">20141122.02.rhx.patch</a>
+buglist add bug 7262: bad expression parse ^/2<br/>
  </body>
 </html>
 
