Bug in wxMaxima



It seems that there is a bug in wxMaxima when performing the following
integration:

integrate(1/(1+x^2)^(1/2),x);

the result should be 

asinh(x) 

and not 

asin(x)

The bug does not appear in maxima or Texmacs.