<?xml version="1.0" encoding="ISO-8859-1" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
	<!-- 	********************* BEGIN CHANNEL INFO ********************* -->
  <title>gclib software release news feed</title>
  <link>http://www.galil.com/sw/pub/all/rss/gclib.xml</link>
  <copyright>Galil Motion Control. All rights reserved.</copyright>
  <image>
    <url>http://galil.com/sites/default/files/galil_logo_0.png</url>
    <title>gclib software release news feed</title>
    <link>http://www.galil.com/sw/pub/all/rss/gclib.xml</link>
  </image>
  <skipDays>
    <day>Saturday</day>
    <day>Sunday</day>
  </skipDays>
  <skipHours>
    <hour>0</hour>
    <hour>1</hour>
    <hour>2</hour>
    <hour>3</hour>
    <hour>4</hour>
    <hour>5</hour>
    <hour>6</hour>
    <hour>7</hour>
    <hour>19</hour>
    <hour>20</hour>
    <hour>21</hour>
    <hour>22</hour>
    <hour>23</hour>
  </skipHours>
  <webMaster>softwaresupport@galil.com (Galil Support)</webMaster>
  <description>gclib software release news feed</description>
  <atom:link href="http://www.galil.com/sw/pub/all/rss/gclib.xml" rel="self" type="application/rss+xml" />
  <!-- 	********************* END CHANNEL INFO ********************* -->
  <!-- 	********************* BEGIN POSTS, NEWEST AT TOP ********************* -->
  <item>
    <title>2.4.1 Available</title>
    <link>https://www.galil.com/sw/pub/all/rn/gclib.html#200401</link>
    <guid>https://www.galil.com/sw/pub/all/rn/gclib.html#200401</guid>
    <pubDate>Wed, 18 Mar 2026 10:00:00 +0000</pubDate>
    <description><![CDATA[<ul>
      <li>Bundled gcaps installer updated to 2.4.1.</li>
    </ul>]]>
    </description>
  </item>
  <item>
    <title>2.4.0 Available</title>
    <link>https://www.galil.com/sw/pub/all/rn/gclib.html#200400</link>
    <guid>https://www.galil.com/sw/pub/all/rn/gclib.html#200400</guid>
    <pubDate>Fri, 13 Mar 2026 10:00:00 +0000</pubDate>
    <description><![CDATA[<ul>
      <li>All new backend, not compatible with gcaps 2.2.1 or earlier.</li>
      <li>API changes:<ul>
          <li>API naming scheme has been updated from PascalCase (GOpen) to snake_case (gclib_open) with full library prefix.</li>
          <li>The new API comes with many behavior changes. Read the docs when migrating!</li>
          <li>All old API has been deprecated, but remains for compatibility: gclib 2.4.0 should not require a rebuild.</li>
          <li>Legacy API will be removed in gclib 3.</li>
          <li>New <a href="https://www.galil.com/sw/pub/all/doc/gclib/html/group__c__unsolicited.html">unsolicited data API</a> for adding and removing subscriptions. gclib now supports callbacks!</li>
          <li>New <a href="https://www.galil.com/sw/pub/all/doc/gclib/html/group__data__record.html">data record API</a>, intended to replace C structs.</li>
      </ul></li>
      <li>gclib is now thread safe.</li>
      <li>gclib now sends compound commands without breaking them apart.</li>
    </ul>]]>
    </description>
  </item>
  <item>
    <title>2.2.1 Available</title>
    <link>https://www.galil.com/sw/pub/all/rn/gclib.html#200201</link>
    <guid>https://www.galil.com/sw/pub/all/rn/gclib.html#200201</guid>
    <pubDate>Mon, 08 Apr 2025 10:00:00 +0000</pubDate>
    <description><![CDATA[<ul>
        <li>Updated LabVIEW package to 2.0.0.2:
            <ul>
                <li>Resolves issues with DLL symbols. 64-bit LabVIEW should now function as expected.</li>
                <li>Note that 32-bit LabVIEW editions will require gclib >= 2.2 for compatibility with the new LabVIEW package.</li>
            </ul>
        </li>
    </ul>]]>
    </description>
  </item>
  <item>
    <title>2.1.20 Available</title>
    <link>https://www.galil.com/sw/pub/all/rn/gclib.html#200120</link>
    <guid>https://www.galil.com/sw/pub/all/rn/gclib.html#200120</guid>
    <pubDate>Mon, 03 Mar 2025 10:00:00 +0000</pubDate>
    <description><![CDATA[<ul>
        <li>Fixed Record / Replay examples crashing.</li>
        <li>Record / Replay examples now only operate on axis A.</li>
        <li>Record / Replay examples now error if positions.txt is not found.</li>
        <li>Examples for all languages have been moved back into gclib.</li>
        <li>Lowered minimum CMake version to 3.16.</li>
        <li>Updated Quickstart instructions.</li>
        <li>Fixed index errors in some Java examples.</li>
        <li>Client example now takes the server name and controller address as command line arguments.</li>
    </ul>]]>
    </description>
  </item>
  <item>
    <title>2.1.19 Available</title>
    <link>https://www.galil.com/sw/pub/all/rn/gclib.html#200119</link>
    <guid>https://www.galil.com/sw/pub/all/rn/gclib.html#200119</guid>
    <pubDate>Wed, 19 Feb 2025 10:00:00 +0000</pubDate>
    <description><![CDATA[<ul>
        <li>PATH entry is now optional in gclib installer.</li>
    </ul>]]>
    </description>
  </item>
  <item>
    <title>2.0.10 Available</title>
    <link>https://www.galil.com/sw/pub/all/rn/gclib.html#200010</link>
    <guid>https://www.galil.com/sw/pub/all/rn/gclib.html#200010</guid>
    <pubDate>Wed, 12 Feb 2025 10:00:00 +0000</pubDate>
    <description><![CDATA[<ul>
        <li>Docs have been updated:
            <ul>
                <li>Added CSS theme to the docs to improve the look.</li>
                <li>Streamlined installation instructions for all languages.</li>
                <li>Examples have been simplified and implemented in all languages.</li>
                <li>API Documentation has been sorted and organized by language (see "Topics")</li>
            </ul>
        </li>
        <li>Language wrappers have been updated:
            <ul>
                <li>The Python wrapper is now distributed as a pip package.</li>
                <li>The Java wrapper is now distributed as a jar and includes JNA.</li>
                <li>The C# and VB wrappers are now distributed as a NuGet package.</li>
                <li>The LabVIEW wrapper is now distributed as a .vip package.<ul>
                    <li>Added missing APIs: G Addresses, G Ip Requests, G Assign, G Publish Server, G List Servers, G Server Status, G Remote Connections, and G Set Server.</li>
                </ul></li>
            </ul>
        </li>
        <li>The gclib installer now adds gclib to PATH. This allows applications that use gclib to find the libraries at runtime.</li>
        <li>GRead, GWrite, and GUtility have been marked deprecated. Compiler warnings will be emitted when these functions are used in C/C++ code.</li>
    </ul>]]>
    </description>
  </item>
  <item>
    <title>2.0.9 Available</title>
    <link>https://www.galil.com/sw/pub/all/rn/gclib.html#200009</link>
    <guid>https://www.galil.com/sw/pub/all/rn/gclib.html#200009</guid>
    <pubDate>Mon, Dec 16 2024 10:00:00 +0000</pubDate>
    <description><![CDATA[<ul>
        <li>Updated Python wrapper for compatibility with Python 3.12+.</li>
        <li>Removed support for:
            <ul>
                <li>RHEL / CentOS / Rocky 7</li>
                <li>Fedora 37 / 38</li>
                <li>Raspberry Pi OS 10</li>
            </ul>
        </li>
        <li>Note that packages for no longer supported operating systems can be found in the <a href="https://www.galil.com/sw/pub/all/doc/global/install/linux/older-versions/">Package Archive</a></li>
        <li>Added support for:
            <ul>
                <li>Fedora 40, 41</li>
                <li>Ubuntu 24</li>
                <li>Debian 11, 12</li>
                <li>Raspberry Pi OS 12 (32-bit, 64-bit)</li>
            </ul>
        </li>
    </ul>]]>
    </description>
  </item>
  <item>
    <title>2.0.7 Available</title>
    <link>https://www.galil.com/sw/pub/all/rn/gclib.html#200007</link>
    <guid>https://www.galil.com/sw/pub/all/rn/gclib.html#200007</guid>
    <pubDate>Tue, Oct 3 2023 10:00:00 +0000</pubDate>
    <description><![CDATA[<ul>
      <li>Added new repositories for new software versions. Old repositories will no longer be updated.</li>
      <li>Added support for new Linux platforms</li>
      <li>Added support for LabVIEW 2022 and 2023</li>
      <li>Miscellaneous bug fixes and enhancements.</li></ul>]]>
    </description>
  </item>
  <item>
    <title>1.36.3 Available</title>
    <link>https://www.galil.com/sw/pub/all/rn/gclib.html#103603</link>
    <guid>https://www.galil.com/sw/pub/all/rn/gclib.html#103603</guid>
    <pubDate>Tue, Sep 27 2022 10:00:00 +0000</pubDate>
    <description>Added support for Ubuntu 22 and Fedora 36.</description>
  </item>
  <item>
    <title>1.35.5 Available</title>
    <link>https://www.galil.com/sw/pub/all/rn/gclib.html#103505</link>
    <guid>https://www.galil.com/sw/pub/all/rn/gclib.html#103505</guid>
    <pubDate>Fri, 26 Aug 2022 10:00:00 +0000</pubDate>
    <description>Version name incremented to keep compatibility with GDK.</description>
  </item>
  <item>
    <title>1.34.15 Available</title>
    <link>https://www.galil.com/sw/pub/all/rn/gclib.html#103415</link>
    <guid>https://www.galil.com/sw/pub/all/rn/gclib.html#103415</guid>
    <pubDate>Wed, 04 May 2022 10:00:00 +0000</pubDate>
    <description>LabVIEW 2020 and 2021, 32-bit and 64-bit now available!</description>
  </item>
  <item>
    <title>1.33.4 Available</title>
    <link>https://www.galil.com/sw/pub/all/rn/gclib.html#103304</link>
    <guid>https://www.galil.com/sw/pub/all/rn/gclib.html#103304</guid>
    <pubDate>Fri, 18 Mar 2022 10:00:00 +0000</pubDate>
    <description>New features and bug fixes.</description>
  </item>

  <item>
    <title>1.32.6 Available</title>
    <link>https://www.galil.com/sw/pub/all/rn/gclib.html#103206</link>
    <guid>https://www.galil.com/sw/pub/all/rn/gclib.html#103206</guid>
    <pubDate>Fri, 25 Feb 2022 10:00:00 +0000</pubDate>
    <description>Windows 11 and Fedora 35 support added, along with bug fixes and enhancements.</description>
  </item>

  <item>
    <title>1.31.7 Available</title>
    <link>https://www.galil.com/sw/pub/all/rn/gclib.html#103107</link>
    <guid>https://www.galil.com/sw/pub/all/rn/gclib.html#103107</guid>
    <pubDate>Mon, 20 Dec 2021 10:00:00 +0000</pubDate>
    <description>Fixed a bug which caused error 1050 when attempting to update GDK 1.31.6.</description>
  </item>

  <item>
    <title>1.31.6 Available</title>
    <link>https://www.galil.com/sw/pub/all/rn/gclib.html#103106</link>
    <guid>https://www.galil.com/sw/pub/all/rn/gclib.html#103106</guid>
    <pubDate>Fri, 17 Dec 2021 10:00:00 +0000</pubDate>
    <description>Version name incremented to keep compatibility with GDK.</description>
  </item>

  <item>
    <title>1.29.12 Available</title>
    <link>https://www.galil.com/sw/pub/all/rn/gclib.html#1029012</link>
    <guid>https://www.galil.com/sw/pub/all/rn/gclib.html#1029012</guid>
    <pubDate>Thu, 30 Sep 2021 10:00:00 +0000</pubDate>
    <description>Hotfix.</description>
  </item>

  <item>
    <title>1.29.11 Available</title>
    <link>https://www.galil.com/sw/pub/all/rn/gclib.html#1029011</link>
    <guid>https://www.galil.com/sw/pub/all/rn/gclib.html#1029011</guid>
    <pubDate>Tue, 27 Jul 2021 10:00:00 +0000</pubDate>
    <description>Bug Fixes.</description>
  </item>

  <item>
    <title>290.397.569 Available</title>
    <link>https://www.galil.com/sw/pub/all/rn/gclib.html#569</link>
    <guid>https://www.galil.com/sw/pub/all/rn/gclib.html#569</guid>
    <pubDate>Mon, 14 Jun 2021 10:00:00 +0000</pubDate>
    <description>Bug fixes, and new feature to save and remember IP Assignments</description>
  </item>

  <item>
    <title>286.394.566 Available</title>
    <link>https://www.galil.com/sw/pub/all/rn/gclib.html#566</link>
    <guid>https://www.galil.com/sw/pub/all/rn/gclib.html#566</guid>
    <pubDate>Mon, 1 Feb 2021 10:00:00 +0000</pubDate>
    <description>PCI, and Linux download bug fixes. Example and documentation improvements.</description>
  </item>

  <item>
    <title>286.389.557 Available</title>
    <link>https://www.galil.com/sw/pub/all/rn/gclib.html#557</link>
    <guid>https://www.galil.com/sw/pub/all/rn/gclib.html#557</guid>
    <pubDate>Mon, 21 Dec 2020 10:00:00 +0000</pubDate>
    <description>Linux only. Support for DMC-31000 Analog inputs in GDK.</description>
  </item>

  <item>
    <title>285.387.556 Available</title>
    <link>http://www.galil.com/sw/pub/all/rn/gclib.html#556</link>
    <guid>http://www.galil.com/sw/pub/all/rn/gclib.html#556</guid>
    <pubDate>Tue, 1 Dec 2020 10:00:00 +0000</pubDate>
    <description>DMC-2105 support added.</description>
  </item>

 <item>
    <title>267.339.528 Available</title>
    <link>http://www.galil.com/sw/pub/all/rn/gclib.html#528</link>
    <guid>http://www.galil.com/sw/pub/all/rn/gclib.html#528</guid>
    <pubDate>Tue, 16 Jun 2020 10:00:00 +0000</pubDate>
    <description>Support added for Ubuntu 20.04, Fedora 32, Fedora 31, Red Hat 8, CentOS 8, Raspbian 10, Raspbian 9.</description>
  </item>

  <item>
    <title>248.339.506 Available</title>
    <link>http://www.galil.com/sw/pub/all/rn/gclib.html#506</link>
    <guid>http://www.galil.com/sw/pub/all/rn/gclib.html#506</guid>
    <pubDate>Tue, 28 Apr 2020 17:27:53 +0000</pubDate>
    <description>New Galil Connect feature allows you to discover and connect to any gcaps server on your local network.</description>
  </item>

  <item>
    <title>245.331.480 Available</title>
    <link>http://www.galil.com/sw/pub/all/rn/gclib.html#480</link>
    <guid>http://www.galil.com/sw/pub/all/rn/gclib.html#480</guid>
    <pubDate>Thu, 30 Jan 2020 17:27:53 +0000</pubDate>
    <description>New VB.NET examples available.</description>
  </item>

  <item>
    <title>243.319.460 Available</title>
    <link>http://www.galil.com/sw/pub/all/rn/gclib.html#460</link>
    <guid>http://www.galil.com/sw/pub/all/rn/gclib.html#460</guid>
    <pubDate>Mon, 2 Dec 2019 17:27:53 +0000</pubDate>
    <description>New C++ and C# examples available.</description>
  </item>

  <item>
    <title>242.317.450 Available</title>
    <link>http://www.galil.com/sw/pub/all/rn/gclib.html#450</link>
    <guid>http://www.galil.com/sw/pub/all/rn/gclib.html#450</guid>
    <pubDate>Fri, 20 Sep 2019 17:27:53 +0000</pubDate>
    <description>API bug fixes.</description>
  </item>

  <item>
    <title>242.317.449 Available</title>
    <link>http://www.galil.com/sw/pub/all/rn/gclib.html#449</link>
    <guid>http://www.galil.com/sw/pub/all/rn/gclib.html#449</guid>
    <pubDate>Thu, 27 Jun 2019 17:27:53 +0000</pubDate>
    <description>Fedora 30 support added.</description>
  </item>

  <item>
    <title>More gclib Examples Available</title>
    <link>https://galil.com/learn/api-examples</link>
    <guid>https://galil.com/learn/api-examples#cpp</guid>
    <pubDate>Thu, 16 May 2019 09:08:57 -0700</pubDate>
    <description>New C++ example applications.</description>
  </item>

  <item>
    <title>239.316.448 Available</title>
    <link>http://www.galil.com/sw/pub/all/rn/gclib.html#448</link>
    <guid>http://www.galil.com/sw/pub/all/rn/gclib.html#448</guid>
    <pubDate>Mon, 06 May 2019 09:55:57 -0700</pubDate>
    <description>Maintenance release for GDK.</description>
  </item>

  <item>
    <title>237.313.444 Available</title>
    <link>http://www.galil.com/sw/pub/all/rn/gclib.html#444</link>
    <guid>http://www.galil.com/sw/pub/all/rn/gclib.html#444</guid>
    <pubDate>Fri, 12 Apr 2019 11:06:24 -0800</pubDate>
    <description>Updated to MSVC 2017 on Windows. Bug fixes.</description>
  </item>

  <item>
    <title>229.308.437 Available</title>
    <link>http://www.galil.com/sw/pub/all/rn/gclib.html#437</link>
    <guid>http://www.galil.com/sw/pub/all/rn/gclib.html#437</guid>
    <pubDate>Tue, 26 Feb 2019 11:30:00 -0800</pubDate>
    <description>Added Raspberry Pi 3 Model B+, Stretch 9.8, bug fixes.</description>
  </item>

  <item>
    <title>225.307.431 Available</title>
    <link>http://www.galil.com/sw/pub/all/rn/gclib.html#431</link>
    <guid>http://www.galil.com/sw/pub/all/rn/gclib.html#431</guid>
    <pubDate>Tue, 22 Jan 2019 08:47:46 -0800</pubDate>
    <description>Fix to GSetupFileDownload(), added GWaitForBool(), RIO-47162 support.</description>
  </item>

  <item>
    <title>223.302.424 Available</title>
    <link>http://www.galil.com/sw/pub/all/rn/gclib.html#424</link>
    <guid>http://www.galil.com/sw/pub/all/rn/gclib.html#424</guid>
    <pubDate>Wed, 05 Dec 2018 14:46:55 -0800</pubDate>
    <description>Fedora 29 support added.</description>
  </item>

  <item>
    <title>222.301.423 Available</title>
    <link>http://www.galil.com/sw/pub/all/rn/gclib.html#423</link>
    <guid>http://www.galil.com/sw/pub/all/rn/gclib.html#423</guid>
    <pubDate>Thu, 11 Oct 2018 11:44:02 -0700</pubDate>
    <description>Bug 253 - Fix to firmware loader.</description>
  </item>

  <item>
    <title>222.300.422 Available</title>
    <link>http://www.galil.com/sw/pub/all/rn/gclib.html#422</link>
    <guid>http://www.galil.com/sw/pub/all/rn/gclib.html#422</guid>
    <pubDate>Wed, 12 Sep 2018 10:31:25 -0700</pubDate>
    <description>Minor maintenance release; Updates for GDK System Status.</description>
  </item>

  <item>
    <title>222.299.421 Available</title>
    <link>http://www.galil.com/sw/pub/all/rn/gclib.html#421</link>
    <guid>http://www.galil.com/sw/pub/all/rn/gclib.html#421</guid>
    <pubDate>Wed, 29 Aug 2018 08:45:44 -0700</pubDate>
    <description>EDD37000 support, fixes for two axis drives.</description>
  </item>

  <item>
    <title>221.295.419 Available</title>
    <link>http://www.galil.com/sw/pub/all/rn/gclib.html#419</link>
    <guid>http://www.galil.com/sw/pub/all/rn/gclib.html#419</guid>
    <pubDate>Thu, 26 Jul 2018 16:51:04 -0700</pubDate>
    <description>Maintenance release, updated communications framework.</description>
  </item>

  <item>
    <title>221.293.418 Available</title>
    <link>http://www.galil.com/sw/pub/all/rn/gclib.html#418</link>
    <guid>http://www.galil.com/sw/pub/all/rn/gclib.html#418</guid>
    <pubDate>Fri, 29 Jun 2018 09:31:25 -0700</pubDate>
    <description>Support for major firmware release.</description>
  </item>

  <item>
    <title>200.252.396 Available</title>
    <link>http://www.galil.com/sw/pub/all/rn/gclib.html#396</link>
    <guid>http://www.galil.com/sw/pub/all/rn/gclib.html#396</guid>
    <pubDate>Wed, 03 Jan 2018 16:00:00 -0800</pubDate>
    <description>Minor changes for Linux support, e.g. Fedora 27. See release notes.</description>
  </item>

  <item>
    <title>198.251.394 Available</title>
    <link>http://www.galil.com/sw/pub/all/rn/gclib.html#394</link>
    <guid>http://www.galil.com/sw/pub/all/rn/gclib.html#394</guid>
    <pubDate>Thu, 21 Dec 2017 07:00:00 -0800</pubDate>
    <description>GDK Download Support. See release notes.</description>
  </item>

  <item>
    <title>197.249.393 Available</title>
    <link>http://www.galil.com/sw/pub/all/rn/gclib.html#393</link>
    <guid>http://www.galil.com/sw/pub/all/rn/gclib.html#393</guid>
    <pubDate>Wed, 15 Nov 2017 09:28:11 -0800</pubDate>
    <description>EDD37000 Support. See release notes.</description>
  </item>

  <item>
    <title>194.232.386 Available</title>
    <link>http://www.galil.com/sw/pub/all/rn/gclib.html#386</link>
    <guid>http://www.galil.com/sw/pub/all/rn/gclib.html#386</guid>
    <pubDate>Wed, 30 Aug 2017 03:25:11 -0700</pubDate>
    <description>See release notes.</description>
  </item>

  <item>
    <title>190.227.375 Available</title>
    <link>http://www.galil.com/sw/pub/all/rn/gclib.html#375</link>
    <guid>http://www.galil.com/sw/pub/all/rn/gclib.html#375</guid>
    <pubDate>Wed, 12 Jul 2017 14:51:05 -0700</pubDate>
    <description>Java support.</description>
  </item>

  <item>
    <title>189.224.370 Available</title>
    <link>http://www.galil.com/sw/pub/all/rn/gclib.html#370</link>
    <guid>http://www.galil.com/sw/pub/all/rn/gclib.html#370</guid>
    <pubDate>Wed, 14 Jun 2017 08:34:32 -0700</pubDate>
    <description>Support updates for GDK.</description>
  </item>

  <item>
    <title>189.220.368 Available</title>
    <link>http://www.galil.com/sw/pub/all/rn/gclib.html#368</link>
    <guid>http://www.galil.com/sw/pub/all/rn/gclib.html#368</guid>
    <pubDate>Tue, 16 May 2017 15:57:08 -0700</pubDate>
    <description>Improved connections to gcaps.</description>
  </item>

  <item>
    <title>189.215.367 Available</title>
    <link>http://www.galil.com/sw/pub/all/rn/gclib.html#367</link>
    <guid>http://www.galil.com/sw/pub/all/rn/gclib.html#367</guid>
    <pubDate>Fri, 28 Apr 2017 15:26:35 -0700</pubDate>
    <description>Fixed bug when creating return string for GAddresses.</description>
  </item>

  <item>
    <title>189.214.366 Available</title>
    <link>http://www.galil.com/sw/pub/all/rn/gclib.html#366</link>
    <guid>http://www.galil.com/sw/pub/all/rn/gclib.html#366</guid>
    <pubDate>Thu, 13 Apr 2017 14:07:10 -0700</pubDate>
    <description>Bugs 205, 210. See release notes.</description>
  </item>

  <item>
    <title>183.212.361 Available</title>
    <link>http://www.galil.com/sw/pub/all/rn/gclib.html#361</link>
    <guid>http://www.galil.com/sw/pub/all/rn/gclib.html#361</guid>
    <pubDate>Thu, 09 Mar 2017 08:57:55 -0800</pubDate>
    <description>Bugs 180, 154. See release notes.</description>
  </item>

  <item>
    <title>179.205.353 Available</title>
    <link>http://www.galil.com/sw/pub/all/rn/gclib.html#353</link>
    <guid>http://www.galil.com/sw/pub/all/rn/gclib.html#353</guid>
    <pubDate>Mon, 27 Feb 2017 16:03:59 -0800</pubDate>
    <description>179.205.353 See release notes.</description>
  </item>

  <item>
    <title>Fixes for time outs in GDK</title>
    <link>http://www.galil.com/sw/pub/all/rn/gclib.html#341</link>
    <guid>http://www.galil.com/sw/pub/all/rn/gclib.html#341</guid>
    <pubDate>Fri, 13 Jan 2017 14:39:38 -0800</pubDate>
    <description>173.201.341 See release notes.</description>
  </item>

  <item>
    <title>Better integration into gcaps server</title>
    <link>http://www.galil.com/sw/pub/all/rn/gclib.html#339</link>
    <guid>http://www.galil.com/sw/pub/all/rn/gclib.html#339</guid>
    <pubDate>Thu, 22 Dec 2016 15:10:43 -0800</pubDate>
    <description>173.200.339 See release notes.</description>
  </item>

  <item>
    <title>gcaps for Linux</title>
    <link>http://www.galil.com/sw/pub/all/rn/gclib.html#329</link>
    <guid>http://www.galil.com/sw/pub/all/rn/gclib.html#329</guid>
    <pubDate>Thu, 20 Oct 2016 10:56:55 -0700</pubDate>
    <description>gcaps server now available for Linux.</description>
  </item>

  <item>
    <title>18x2 fixes</title>
    <link>http://www.galil.com/sw/pub/all/rn/gclib.html#322</link>
    <guid>http://www.galil.com/sw/pub/all/rn/gclib.html#322</guid>
    <pubDate>Wed, 28 Sep 2016 14:29:56 -0700</pubDate>
    <description>See release notes.</description>
  </item>

  <item>
    <title>Support for Ubuntu 16.04, Fedora 23 and 24</title>
    <link>http://www.galil.com/sw/pub/all/rn/gclib.html#319</link>
    <guid>http://www.galil.com/sw/pub/all/rn/gclib.html#319</guid>
    <pubDate>Thu, 15 Sep 2016 11:01:04 -0700</pubDate>
    <description>See release notes.</description>
  </item>

  <item>
    <title>New server bundle and other fixes</title>
    <link>http://www.galil.com/sw/pub/all/rn/gclib.html#311_1</link>
    <guid>http://www.galil.com/sw/pub/all/rn/gclib.html#311_1</guid>
    <pubDate>Fri, 10 Jun 2016 12:00:01 -0700</pubDate>
    <description>See release notes.</description>
  </item>

  <item>
    <title>Added preprocessor and other gclib updates for GDK</title>
    <link>http://www.galil.com/sw/pub/all/rn/gclib.html#311</link>
    <guid>http://www.galil.com/sw/pub/all/rn/gclib.html#311</guid>
    <pubDate>Mon, 06 Jun 2016 13:30:30 -0700</pubDate>
    <description>See release notes.</description>
  </item>

  <item>
    <title>gclib updates for GDK</title>
    <link>http://www.galil.com/sw/pub/all/rn/gclib.html#307</link>
    <guid>http://www.galil.com/sw/pub/all/rn/gclib.html#307</guid>
    <pubDate>Fri, 22 Apr 2016 15:32:43 -0700</pubDate>
    <description>See release notes.</description>
  </item>

  <item>
    <title>gclib updates for GAddresses() and GDK</title>
    <link>http://www.galil.com/sw/pub/all/rn/gclib.html#305</link>
    <guid>http://www.galil.com/sw/pub/all/rn/gclib.html#305</guid>
    <pubDate>Mon, 18 Apr 2016 12:23:04 -0700</pubDate>
    <description>See release notes</description>
  </item>

  <item>
    <title>Support for gcaps and Raspberry Pi</title>
    <link>http://www.galil.com/sw/pub/all/rn/gclib.html#300</link>
    <guid>http://www.galil.com/sw/pub/all/rn/gclib.html#300</guid>
    <pubDate>Wed, 06 Apr 2016 11:35:27 -0700</pubDate>
    <description>Support for gcaps and Raspberry Pi.</description>
  </item>

  <item>
    <title>Update for Embarcadero C++ 7.10 (Windows only)</title>
    <link>http://www.galil.com/sw/pub/all/rn/gclib.html#280</link>
    <guid>http://www.galil.com/sw/pub/all/rn/gclib.html#280</guid>
    <pubDate>Tue, 27 Oct 2015 16:53:17 -0700</pubDate>
    <description>Added Borland C++ documentation for Embarcadero C++ 7.10 for Win32.</description>
  </item>

  <item>
    <title>Python and .Net updates</title>
    <link>http://www.galil.com/sw/pub/all/rn/gclib.html#278</link>
    <guid>http://www.galil.com/sw/pub/all/rn/gclib.html#278</guid>
    <pubDate>Fri, 16 Oct 2015 09:19:55 -0700</pubDate>
    <description>Fixes for .Net, Python additions, OSX update, DMC50000 update.</description>
  </item>

  <item>
    <title>gclib Release 264</title>
    <link>http://www.galil.com/sw/pub/all/rn/gclib.html#264</link>
    <guid>http://www.galil.com/sw/pub/all/rn/gclib.html#264</guid>
    <pubDate>Thu, 10 Sep 2015 10:30:04 -0700</pubDate>
    <description>Minor update, 64 bit Python for Windows.</description>
  </item>

  <item>
    <title>gclib Release 260</title>
    <link>http://www.galil.com/sw/pub/all/rn/gclib.html#260</link>
    <guid>http://www.galil.com/sw/pub/all/rn/gclib.html#260</guid>
    <pubDate>Tue, 08 Sep 2015 16:13:56 -0700</pubDate>
    <description>Added Python support for Windows, Linux, and OS X.</description>
  </item>


  <item>
    <title>gclib Release 234</title>
    <link>http://www.galil.com/sw/pub/all/rn/gclib.html#234</link>
    <guid>http://www.galil.com/sw/pub/all/rn/gclib.html#234</guid>
    <pubDate>Thu, 27 Aug 2015 10:59:20 -0700</pubDate>
    <description>Added Apple OS X Yosemite (10.10) support.</description>
  </item>

  <item>
    <title>gclib Release 212</title>
    <link>http://www.galil.com/sw/pub/all/rn/gclib.html#212</link>
    <guid>http://www.galil.com/sw/pub/all/rn/gclib.html#212</guid>
    <pubDate>Mon, 15 Jun 2015 09:07:54 -0700</pubDate>
    <description>Linux PCI support added. CentOS 6,7 and Fedora 22 added. VB and C# improvements.</description>
  </item>

  <item>
    <title>gclib Windows Release 198</title>
    <link>http://www.galil.com/sw/pub/all/rn/gclib.html#198</link>
    <guid>http://www.galil.com/sw/pub/all/rn/gclib.html#198</guid>
    <pubDate>Mon, 01 Jun 2015 10:02:38 -0700</pubDate>
    <description>gclib is now released from beta. Several improvements and fixes.</description>
  </item>

  <item>
    <title>gclib Windows Release 182</title>
    <link>http://www.galil.com/sw/pub/all/rn/gclib.html#182</link>
    <guid>http://www.galil.com/sw/pub/all/rn/gclib.html#182</guid>
    <pubDate>Fri, 24 Apr 2015 09:14:14 -0700</pubDate>
    <description>Bug fixes for GMessage().</description>
  </item>

  <item>
    <title>gclib Windows Release 179</title>
    <link>http://www.galil.com/sw/pub/all/rn/gclib.html#179</link>
    <guid>http://www.galil.com/sw/pub/all/rn/gclib.html#179</guid>
    <pubDate>Mon, 13 Apr 2015 14:52:20 -0700</pubDate>
    <description>Added support for Ubuntu 14.04 and 12.04.</description>
  </item>

  <item>
    <title>gclib Windows Release 173</title>
    <link>http://www.galil.com/sw/pub/all/rn/gclib.html#173</link>
    <guid>http://www.galil.com/sw/pub/all/rn/gclib.html#173</guid>
    <pubDate>Wed, 08 Apr 2015 15:37:49 -0700</pubDate>
    <description>Added support for Red Hat 6, Red Hat 7, and Fedora 21. Windows improvements.</description>
  </item>

  <item>
    <title>gclib Windows Release 105</title>
    <link>http://www.galil.com/sw/pub/all/rn/gclib.html#105</link>
    <guid>http://www.galil.com/sw/pub/all/rn/gclib.html#105</guid>
    <pubDate>Wed, 18 Feb 2015 13:04:00 -0800</pubDate>
    <description>Updates to documentation and removal of some unused variables.</description>
  </item>

  <item>
    <title>gclib Windows Release 102</title>
    <link>http://www.galil.com/sw/pub/all/rn/gclib.html#102</link>
    <guid>http://www.galil.com/sw/pub/all/rn/gclib.html#102</guid>
    <pubDate>Tue, 17 Feb 2015 15:24:00 -0800</pubDate>
    <description>Initial library release for Windows.</description>
  </item>

  <!-- 	********************* END POSTS ********************* -->
</channel>
</rss>
