diff --git a/doc/changes.xml b/doc/changes.xml index bd2ff0b6943cdb980fc0a020b867dda0b1b3c790..85ac5744c21fb77152c2ad49670d03a04c69b74e 100755 --- a/doc/changes.xml +++ b/doc/changes.xml @@ -7,12 +7,18 @@ <itemizedlist mark="bullet"> <listitem> - <para>The current release of FXRuby couldn't be built from source against Ruby 1.9.1 final + <para>The previous release of FXRuby couldn't be built from source against Ruby 1.9.1 final due to a change in some of the file-related utility libraries (see <ulink url="http://rubyforge.org/tracker/index.php?func=detail&aid=23786&group_id=300&atid=1223">RubyForge Bug #23786</ulink>). This problem has been corrected.</para> </listitem> + <listitem> + <para>The previous release of FXRuby couldn't be built from source against Ruby versions 1.8.5 or + earlier (see <ulink + url="http://rubyforge.org/tracker/index.php?func=detail&aid=23967&group_id=300&atid=1223">RubyForge + Bug #23967</ulink>). This problem has been corrected.</para> + </listitem> <listitem> <para>The <methodname>addAccel</methodname> method for the <classname>FXAccelTable</classname> class now accepts lambda functions (or any other objects that respond to <methodname>call</methodname>). See