<?xml version="1.0" encoding="ascii"?>
<rss version="2.0">
  <channel>
    <link>http://www.riverbankcomputing.com/hg/sip/</link>
    <language>en-us</language>

    <title>sip Changelog</title>
    <description>sip Changelog</description>
    <item>
    <title>Removed the macx-xcode file at it isn't supported by the build system.</title>
    <guid isPermaLink="true">http://www.riverbankcomputing.com/hg/sip/rev/31ad477ff5ae</guid>
    <description><![CDATA[Removed the macx-xcode file at it isn't supported by the build system.]]></description>
    <author>&#80;&#104;&#105;&#108;&#32;&#84;&#104;&#111;&#109;&#112;&#115;&#111;&#110;&#32;&#60;&#112;&#104;&#105;&#108;&#64;&#114;&#105;&#118;&#101;&#114;&#98;&#97;&#110;&#107;&#99;&#111;&#109;&#112;&#117;&#116;&#105;&#110;&#103;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Sun, 29 Apr 2012 18:10:36 +0100</pubDate>
</item>
<item>
    <title>Removed the free() of a code block filename now that filenames are retained for</title>
    <guid isPermaLink="true">http://www.riverbankcomputing.com/hg/sip/rev/16ef20290565</guid>
    <description><![CDATA[Removed the free() of a code block filename now that filenames are retained for<br/>
error messages.]]></description>
    <author>&#80;&#104;&#105;&#108;&#32;&#84;&#104;&#111;&#109;&#112;&#115;&#111;&#110;&#32;&#60;&#112;&#104;&#105;&#108;&#64;&#114;&#105;&#118;&#101;&#114;&#98;&#97;&#110;&#107;&#99;&#111;&#109;&#112;&#117;&#116;&#105;&#110;&#103;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Thu, 26 Apr 2012 18:33:15 +0100</pubDate>
</item>
<item>
    <title>Error messages related to callables should now include the filename and line</title>
    <guid isPermaLink="true">http://www.riverbankcomputing.com/hg/sip/rev/fa6c71904d78</guid>
    <description><![CDATA[Error messages related to callables should now include the filename and line<br/>
number of the callable in the .sip source file.]]></description>
    <author>&#80;&#104;&#105;&#108;&#32;&#84;&#104;&#111;&#109;&#112;&#115;&#111;&#110;&#32;&#60;&#112;&#104;&#105;&#108;&#64;&#114;&#105;&#118;&#101;&#114;&#98;&#97;&#110;&#107;&#99;&#111;&#109;&#112;&#117;&#116;&#105;&#110;&#103;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Thu, 26 Apr 2012 14:15:47 +0100</pubDate>
</item>
<item>
    <title>Fixed the support for keeping an extra reference to a containing class when</title>
    <guid isPermaLink="true">http://www.riverbankcomputing.com/hg/sip/rev/fbb9cdbad791</guid>
    <description><![CDATA[Fixed the support for keeping an extra reference to a containing class when<br/>
refering to a member variable.]]></description>
    <author>&#80;&#104;&#105;&#108;&#32;&#84;&#104;&#111;&#109;&#112;&#115;&#111;&#110;&#32;&#60;&#112;&#104;&#105;&#108;&#64;&#114;&#105;&#118;&#101;&#114;&#98;&#97;&#110;&#107;&#99;&#111;&#109;&#112;&#117;&#116;&#105;&#110;&#103;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Wed, 18 Apr 2012 11:03:40 +0100</pubDate>
</item>
<item>
    <title>Eliminate a race condition in sip_api_is_py_method().</title>
    <guid isPermaLink="true">http://www.riverbankcomputing.com/hg/sip/rev/871a7b44c8f0</guid>
    <description><![CDATA[Eliminate a race condition in sip_api_is_py_method().]]></description>
    <author>&#80;&#104;&#105;&#108;&#32;&#84;&#104;&#111;&#109;&#112;&#115;&#111;&#110;&#32;&#60;&#112;&#104;&#105;&#108;&#64;&#114;&#105;&#118;&#101;&#114;&#98;&#97;&#110;&#107;&#99;&#111;&#109;&#112;&#117;&#116;&#105;&#110;&#103;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Mon, 16 Apr 2012 14:01:40 +0100</pubDate>
</item>
<item>
    <title>Improved the text of the exception raised when a wrapped C/C++ object doesn't</title>
    <guid isPermaLink="true">http://www.riverbankcomputing.com/hg/sip/rev/dd2d72cac87f</guid>
    <description><![CDATA[Improved the text of the exception raised when a wrapped C/C++ object doesn't<br/>
exist.]]></description>
    <author>&#80;&#104;&#105;&#108;&#32;&#84;&#104;&#111;&#109;&#112;&#115;&#111;&#110;&#32;&#60;&#112;&#104;&#105;&#108;&#64;&#114;&#105;&#118;&#101;&#114;&#98;&#97;&#110;&#107;&#99;&#111;&#109;&#112;&#117;&#116;&#105;&#110;&#103;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Sat, 14 Apr 2012 11:56:37 +0100</pubDate>
</item>
<item>
    <title>Taught the build system about Qt5's QtGui module.</title>
    <guid isPermaLink="true">http://www.riverbankcomputing.com/hg/sip/rev/8d2739f3225f</guid>
    <description><![CDATA[Taught the build system about Qt5's QtGui module.]]></description>
    <author>&#80;&#104;&#105;&#108;&#32;&#84;&#104;&#111;&#109;&#112;&#115;&#111;&#110;&#32;&#60;&#112;&#104;&#105;&#108;&#64;&#114;&#105;&#118;&#101;&#114;&#98;&#97;&#110;&#107;&#99;&#111;&#109;&#112;&#117;&#116;&#105;&#110;&#103;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Mon, 09 Apr 2012 10:55:42 +0100</pubDate>
</item>
<item>
    <title>Allow a string as well as an identifier for arguments to various name=</title>
    <guid isPermaLink="true">http://www.riverbankcomputing.com/hg/sip/rev/d5e6a1fa39f2</guid>
    <description><![CDATA[Allow a string as well as an identifier for arguments to various name=<br/>
settings so that name=&quot;name&quot; can be used.]]></description>
    <author>&#80;&#104;&#105;&#108;&#32;&#84;&#104;&#111;&#109;&#112;&#115;&#111;&#110;&#32;&#60;&#112;&#104;&#105;&#108;&#64;&#114;&#105;&#118;&#101;&#114;&#98;&#97;&#110;&#107;&#99;&#111;&#109;&#112;&#117;&#116;&#105;&#110;&#103;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Mon, 02 Apr 2012 16:45:08 +0100</pubDate>
</item>
<item>
    <title>Updated the Unicode support for Python v3.3.</title>
    <guid isPermaLink="true">http://www.riverbankcomputing.com/hg/sip/rev/0870e512d8dd</guid>
    <description><![CDATA[Updated the Unicode support for Python v3.3.]]></description>
    <author>&#80;&#104;&#105;&#108;&#32;&#84;&#104;&#111;&#109;&#112;&#115;&#111;&#110;&#32;&#60;&#112;&#104;&#105;&#108;&#64;&#114;&#105;&#118;&#101;&#114;&#98;&#97;&#110;&#107;&#99;&#111;&#109;&#112;&#117;&#116;&#105;&#110;&#103;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Fri, 09 Mar 2012 15:55:21 +0000</pubDate>
</item>
<item>
    <title>Ensure a reference is kept to the containing object when getting an instance</title>
    <guid isPermaLink="true">http://www.riverbankcomputing.com/hg/sip/rev/0dd3cb4eff0e</guid>
    <description><![CDATA[Ensure a reference is kept to the containing object when getting an instance<br/>
variable that is a non-const wrapped object.  This should (safely) avoid a<br/>
certain kind of application bug.]]></description>
    <author>&#80;&#104;&#105;&#108;&#32;&#84;&#104;&#111;&#109;&#112;&#115;&#111;&#110;&#32;&#60;&#112;&#104;&#105;&#108;&#64;&#114;&#105;&#118;&#101;&#114;&#98;&#97;&#110;&#107;&#99;&#111;&#109;&#112;&#117;&#116;&#105;&#110;&#103;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Sun, 04 Mar 2012 17:16:56 +0000</pubDate>
</item>

  </channel>
</rss>
