<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">

    <title type="text" xml:lang="en">OpenCATS Newsletter</title>
    <link type="application/atom+xml" href="http://opencats.org/news.xml" rel="self"/>
    <link type="text" href="http://opencats.org/news" rel="alternate"/>
    <updated>2025-10-15T12:54:51+00:00</updated>
    <id>http://opencats.org/news</id>
    <author>
        <name></name>
    </author>

    
    <entry>
        <title>0.9.7 Security update</title>
        <link href="http://opencats.org/news/2023/jan/"/>
        <updated>2023-01-30T00:00:00+00:00</updated>
        <id>http://opencats.org/news/news/2023/jan-security-and-vulnerabilities</id>
        <content type="html">&lt;h2 id=&quot;security-release-and-vulnerability-news&quot;&gt;Security release and vulnerability news&lt;/h2&gt;

&lt;p&gt;After a detailed security audit, we have released OpenCATS version 0.9.7 which detected and corrected  several vulnerabilities.&lt;/p&gt;

&lt;h3 id=&quot;overview&quot;&gt;Overview&lt;/h3&gt;
&lt;p&gt;@hansmach1ne identified a number of vulnerabilities on the ‘internal’ webpages and would require a valid username/password to reach. It’s been greatly appreciated by the project that these vulnerabilities were checked and mitigating PR’s proposed.&lt;/p&gt;

&lt;p&gt;I’m very appreciative of the work that they’ve put in here and once the release is produced will share it on the project website.&lt;/p&gt;

&lt;p&gt;Mitigation steps - I’d always recommend users / admins read the security guidelines and think carefully for themselves https://github.com/opencats/OpenCATS/wiki/Security-Considerations which actually include mention of some of these ‘internal facing’ vulnerabilities&lt;/p&gt;

&lt;h3 id=&quot;remediation&quot;&gt;Remediation&lt;/h3&gt;
&lt;p&gt;We recommend that you upgrade your opencats instance asap.&lt;/p&gt;

&lt;p&gt;If you wish to apply a fix instead, please view the changes in the github PR instead.&lt;/p&gt;

&lt;h3 id=&quot;thanks&quot;&gt;Thanks&lt;/h3&gt;
&lt;p&gt;We are extremely grateful to @hansmach1ne for finding these vulnerability and proposing remediation steps.&lt;/p&gt;

&lt;h3 id=&quot;support-queries&quot;&gt;Support queries?&lt;/h3&gt;
&lt;p&gt;If you have any questions regarding this security fix, please visit the &lt;a href=&quot;http://forums.opencat.org&quot;&gt;User support forums&lt;/a&gt; or if you have found an issue with the code - then raise an &lt;a href=&quot;http://github.com/opencats/opencats/issues&quot;&gt;issue on github&lt;/a&gt;&lt;/p&gt;
</content>
    </entry>
    
    <entry>
        <title>0.9.4 Security update</title>
        <link href="http://opencats.org/news/2019/july/"/>
        <updated>2019-07-01T00:00:00+00:00</updated>
        <id>http://opencats.org/news/news/2019/july-security-update</id>
        <content type="html">&lt;h2 id=&quot;urgent-security-release&quot;&gt;Urgent Security release&lt;/h2&gt;

&lt;p&gt;In response to an XML External Entity (XXE) Injection vulnerability we have released OpenCats v0.9.4-3.&lt;/p&gt;

&lt;h3 id=&quot;overview&quot;&gt;Overview&lt;/h3&gt;
&lt;p&gt;OpenCats suffers from an unauthenticated xml external entity injection that allows remote users to read files on the underlying operating system.&lt;/p&gt;

&lt;p&gt;Date Reported: 28 Jun 2019&lt;/p&gt;

&lt;h3 id=&quot;more-information&quot;&gt;More information:&lt;/h3&gt;
&lt;p&gt;OpenCats XML External Entity (XXE) Injection&lt;/p&gt;

&lt;p&gt;Remote users (job applicants) can upload docx or odt files to read files on the underlying operating system. A docx file will be used here, but odt files can be used as well since the same vulnerable functions in DocumentTotext.php are used to parse the files.&lt;/p&gt;

&lt;h3 id=&quot;remediation&quot;&gt;Remediation&lt;/h3&gt;
&lt;p&gt;This problem has been fixed in version 0.9.4-3&lt;/p&gt;

&lt;p&gt;We recommend that you upgrade your opencats instance asap.&lt;/p&gt;

&lt;p&gt;If you wish to apply a fix instead, please &lt;a href=&quot;https://github.com/opencats/OpenCATS/pull/440&quot;&gt;view the changes&lt;/a&gt; which requries you to add a single line to /lib/DocumentToText.php&lt;/p&gt;

&lt;h3 id=&quot;thanks&quot;&gt;Thanks&lt;/h3&gt;
&lt;p&gt;We are extremely grateful to Mark Ruther for finding this vulnerability and notifying the OpenCATS project.&lt;/p&gt;

&lt;h3 id=&quot;support-queries&quot;&gt;Support queries?&lt;/h3&gt;
&lt;p&gt;If you have any questions regarding this security fix, please visit the &lt;a href=&quot;http://forums.opencat.org&quot;&gt;User support forums&lt;/a&gt; or if you have found an issue with the code - then raise an &lt;a href=&quot;http://github.com/opencats/opencats/issues&quot;&gt;issue on github&lt;/a&gt;&lt;/p&gt;
</content>
    </entry>
    
    <entry>
        <title>0.9.4 Release announcement</title>
        <link href="http://opencats.org/news/2017/may/"/>
        <updated>2017-05-12T00:00:00+00:00</updated>
        <id>http://opencats.org/news/news/2017/may-update</id>
        <content type="html">&lt;h2 id=&quot;introduction&quot;&gt;Introduction&lt;/h2&gt;

&lt;p&gt;OpenCATS is the leading open-source Applicant Tracking System for recruiters and companies. It is the ongoing result of the community’s hard work and collaborative development since it was forked from the original base project (which moved into a closed-source SAAS model). This version of OpenCATS provides a number of new features, addresses critical security concerns, and maintains compatibility with current releases of PHP and MySQL..&lt;/p&gt;

&lt;h3 id=&quot;acl-system-for-role-based-restrictions&quot;&gt;ACL system for role-based restrictions&lt;/h3&gt;

&lt;p&gt;It is now possible to configure granular permissions for users based upon their roles and permit/restrict access to specific sections of the application. This is configured in the global configuration file config.php&lt;/p&gt;

&lt;h3 id=&quot;replacement-of-tinymce-with-ckeditor&quot;&gt;Replacement of TinyMCE with CKEditor&lt;/h3&gt;
&lt;p&gt;All references to TinyMCE have been removed and it’s replaced in it’s entirety throughout the application with the current version of CKEditor.&lt;/p&gt;

&lt;h3 id=&quot;zipcode-lookup-via-google&quot;&gt;Zipcode lookup via google.&lt;/h3&gt;

&lt;p&gt;When adding in new candidate or contact details, the address details will auto-populate using a lookup to google services. Note that some formatting varies per country. Currently this is tested for USA / Europe.&lt;/p&gt;

&lt;h3 id=&quot;working-hard-for-the-future&quot;&gt;Working hard for the future&lt;/h3&gt;

&lt;p&gt;We’re well along the path for the next major version, too - moving to the Symfony framework and with a refreshed GUI based on bootstrap.&lt;/p&gt;

&lt;h3 id=&quot;changelog&quot;&gt;Changelog&lt;/h3&gt;

&lt;p&gt;The full details of the release (including changelog) are at &lt;a href=&quot;https://github.com/opencats/OpenCATS/releases/tag/0.9.4&quot;&gt;https://github.com/opencats/OpenCATS/releases/tag/0.9.4&lt;/a&gt;&lt;/p&gt;

&lt;h3 id=&quot;thank-you-to-the-developers&quot;&gt;Thank you to the developers&lt;/h3&gt;

&lt;p&gt;The unsung heroes are the developers who have put an immense amount of personal time into maintaining and enhancing this project. You can find them in the release notes.. Every single one of them should be honoured!&lt;/p&gt;

&lt;h3 id=&quot;come-and-help&quot;&gt;Come and help!&lt;/h3&gt;
&lt;p&gt;If you want to out with the brand new challenges of OpenCATS as it migrates to Symfony and Bootstrap - please view the project on github and lend a hand. We actively monitor github issues, and regularly collaborate on slack.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://github.com/opencats/opencats&quot;&gt;http://github.com/opencats/opencats&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://opencats.slack.com&quot;&gt;http://opencats.slack.com&lt;/a&gt;&lt;/p&gt;

&lt;h3 id=&quot;support-queries&quot;&gt;Support queries?&lt;/h3&gt;
&lt;p&gt;If you’ve deployed OpenCATS and have a support query, please visit the &lt;a href=&quot;http://forums.opencat.org&quot;&gt;User support forums&lt;/a&gt; or if you have found an issue with the code - then raise an &lt;a href=&quot;http://github.com/opencats/opencats/issues&quot;&gt;issue on github&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;ALternatively, you can email me night or day - &lt;a href=&quot;mailto:russh@opencats.org&quot;&gt;russh@opencats.org&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Thanks,&lt;/p&gt;

&lt;p&gt;The OpenCATS team!&lt;/p&gt;
</content>
    </entry>
    
    <entry>
        <title>Newsletter #2 - A good journey</title>
        <link href="http://opencats.org/news/2016/november/"/>
        <updated>2016-12-01T00:00:00+00:00</updated>
        <id>http://opencats.org/news/news/2016/november-newsletter</id>
        <content type="html">&lt;p&gt;Welcome to the second newsletter for opencats.&lt;/p&gt;

&lt;h2 id=&quot;playing-catch-up&quot;&gt;Playing Catch Up&lt;/h2&gt;

&lt;p&gt;Let’s take a look at some of the milestones of the previous six months;&lt;/p&gt;

&lt;h3 id=&quot;general-news&quot;&gt;General News&lt;/h3&gt;

&lt;ul&gt;
  &lt;li&gt;A re-energised and active Developer team actively working to improve base code and functionality.&lt;/li&gt;
  &lt;li&gt;several new features introduced including candidate address completion by zipcode, customisable job-codes, and configurable levels for users.&lt;/li&gt;
  &lt;li&gt;Installation and User documentation is now standardised into a &lt;a href=&quot;http://opencats-documentation.readthedocs.io/&quot;&gt;readthedocs site&lt;/a&gt; , viewable online and easily printed to PDF.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;development-news&quot;&gt;Development News&lt;/h3&gt;

&lt;ul&gt;
  &lt;li&gt;Several deprecated errors corrected,&lt;/li&gt;
  &lt;li&gt;license is clarified&lt;/li&gt;
  &lt;li&gt;code deployment is now far more robust - Travis CI runs test-cases for each PR, and codacy automatically reviews the code quality&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;at-20000-feet&quot;&gt;At 20,000 Feet&lt;/h3&gt;

&lt;p&gt;You may be wondering, “just how much has changed since it forked from CATS?”
Well, let’s look at the overall changelog&lt;/p&gt;

&lt;h2 id=&quot;changelog&quot;&gt;Changelog&lt;/h2&gt;

&lt;h2 id=&quot;unreleased&quot;&gt;&lt;a href=&quot;https://github.com/opencats/openCATS/tree/HEAD&quot;&gt;Unreleased&lt;/a&gt;&lt;/h2&gt;

&lt;p&gt;&lt;a href=&quot;https://github.com/opencats/openCATS/compare/0.9.3-3...HEAD&quot;&gt;Full Changelog&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Closed issues:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;datagrid.php has strict errors (solved) and Deprecated errors on some tabs &lt;a href=&quot;https://github.com/opencats/OpenCATS/issues/155&quot;&gt;#155&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;Composer needs to be manually run even on a normal install &lt;a href=&quot;https://github.com/opencats/OpenCATS/issues/154&quot;&gt;#154&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;Including Candidates name while sending emails from ATS &lt;a href=&quot;https://github.com/opencats/OpenCATS/issues/133&quot;&gt;#133&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;Missing packages and modules &lt;a href=&quot;https://github.com/opencats/OpenCATS/issues/102&quot;&gt;#102&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;Update License &lt;a href=&quot;https://github.com/opencats/OpenCATS/issues/98&quot;&gt;#98&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;Canadian Postal Codes &lt;a href=&quot;https://github.com/opencats/OpenCATS/issues/38&quot;&gt;#38&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;TODO: add in Wordpress front-end from Ultrasimplified &lt;a href=&quot;https://github.com/opencats/OpenCATS/issues/12&quot;&gt;#12&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Merged pull requests:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;Update LICENSE.md &lt;a href=&quot;https://github.com/opencats/OpenCATS/pull/170&quot;&gt;#170&lt;/a&gt; (&lt;a href=&quot;https://github.com/RussH&quot;&gt;RussH&lt;/a&gt;)&lt;/li&gt;
  &lt;li&gt;Zipcode address completion via google &lt;a href=&quot;https://github.com/opencats/OpenCATS/pull/167&quot;&gt;#167&lt;/a&gt; (&lt;a href=&quot;https://github.com/RussH&quot;&gt;RussH&lt;/a&gt;)&lt;/li&gt;
  &lt;li&gt;Fixes error with globalStyle not being defined &lt;a href=&quot;https://github.com/opencats/OpenCATS/pull/166&quot;&gt;#166&lt;/a&gt; (&lt;a href=&quot;https://github.com/Bloafer&quot;&gt;Bloafer&lt;/a&gt;)&lt;/li&gt;
  &lt;li&gt;Strict standards: Non-static method &lt;a href=&quot;https://github.com/opencats/OpenCATS/pull/165&quot;&gt;#165&lt;/a&gt; (&lt;a href=&quot;https://github.com/Bloafer&quot;&gt;Bloafer&lt;/a&gt;)&lt;/li&gt;
  &lt;li&gt;Pass by Ref error on Strict Standards &lt;a href=&quot;https://github.com/opencats/OpenCATS/pull/164&quot;&gt;#164&lt;/a&gt; (&lt;a href=&quot;https://github.com/Bloafer&quot;&gt;Bloafer&lt;/a&gt;)&lt;/li&gt;
  &lt;li&gt;Configurable Job Types  &lt;a href=&quot;https://github.com/opencats/OpenCATS/pull/159&quot;&gt;#159&lt;/a&gt; (&lt;a href=&quot;https://github.com/skrchnavy&quot;&gt;skrchnavy&lt;/a&gt;)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;093-3-2016-11-22&quot;&gt;&lt;a href=&quot;https://github.com/opencats/openCATS/tree/0.9.3-3&quot;&gt;0.9.3-3&lt;/a&gt; (2016-11-22)&lt;/h2&gt;
&lt;p&gt;&lt;a href=&quot;https://github.com/opencats/openCATS/compare/0.9.3-2...0.9.3-3&quot;&gt;Full Changelog&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Closed issues:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;Powered by CATS pic on Careers Page does not appear correctly &lt;a href=&quot;https://github.com/opencats/OpenCATS/issues/139&quot;&gt;#139&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;While sending email to candidates the body field does not appear &lt;a href=&quot;https://github.com/opencats/OpenCATS/issues/131&quot;&gt;#131&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;Notice: Undefined variable: commandResult &lt;a href=&quot;https://github.com/opencats/OpenCATS/issues/105&quot;&gt;#105&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Merged pull requests:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;Generate packages with full dependencies on Travis &lt;a href=&quot;https://github.com/opencats/OpenCATS/pull/162&quot;&gt;#162&lt;/a&gt; (&lt;a href=&quot;https://github.com/mlespiau&quot;&gt;mlespiau&lt;/a&gt;)&lt;/li&gt;
  &lt;li&gt;Extended xml export &lt;a href=&quot;https://github.com/opencats/OpenCATS/pull/158&quot;&gt;#158&lt;/a&gt; (&lt;a href=&quot;https://github.com/skrchnavy&quot;&gt;skrchnavy&lt;/a&gt;)&lt;/li&gt;
  &lt;li&gt;Logging into DB fix &lt;a href=&quot;https://github.com/opencats/OpenCATS/pull/157&quot;&gt;#157&lt;/a&gt; (&lt;a href=&quot;https://github.com/skrchnavy&quot;&gt;skrchnavy&lt;/a&gt;)&lt;/li&gt;
  &lt;li&gt;Remove references to pro version and links to downloads page &lt;a href=&quot;https://github.com/opencats/OpenCATS/pull/151&quot;&gt;#151&lt;/a&gt; (&lt;a href=&quot;https://github.com/cptr13&quot;&gt;cptr13&lt;/a&gt;)&lt;/li&gt;
  &lt;li&gt;Fix of attachments processing &lt;a href=&quot;https://github.com/opencats/OpenCATS/pull/149&quot;&gt;#149&lt;/a&gt; (&lt;a href=&quot;https://github.com/skrchnavy&quot;&gt;skrchnavy&lt;/a&gt;)&lt;/li&gt;
  &lt;li&gt;Fixes in db shcema &lt;a href=&quot;https://github.com/opencats/OpenCATS/pull/148&quot;&gt;#148&lt;/a&gt; (&lt;a href=&quot;https://github.com/skrchnavy&quot;&gt;skrchnavy&lt;/a&gt;)&lt;/li&gt;
  &lt;li&gt;Fixed Favicon.ico now showing &lt;a href=&quot;https://github.com/opencats/OpenCATS/pull/143&quot;&gt;#143&lt;/a&gt; (&lt;a href=&quot;https://github.com/amaisonneuve&quot;&gt;amaisonneuve&lt;/a&gt;)&lt;/li&gt;
  &lt;li&gt;Powered By broken link &lt;a href=&quot;https://github.com/opencats/OpenCATS/pull/142&quot;&gt;#142&lt;/a&gt; (&lt;a href=&quot;https://github.com/amaisonneuve&quot;&gt;amaisonneuve&lt;/a&gt;)&lt;/li&gt;
  &lt;li&gt;Upgraded ckeditor to current (version 4.5.11) to address #131 &lt;a href=&quot;https://github.com/opencats/OpenCATS/pull/132&quot;&gt;#132&lt;/a&gt; (&lt;a href=&quot;https://github.com/RussH&quot;&gt;RussH&lt;/a&gt;)&lt;/li&gt;
  &lt;li&gt;Access level tests &lt;a href=&quot;https://github.com/opencats/OpenCATS/pull/125&quot;&gt;#125&lt;/a&gt; (&lt;a href=&quot;https://github.com/skrchnavy&quot;&gt;skrchnavy&lt;/a&gt;)&lt;/li&gt;
  &lt;li&gt;Update InstallationTests.php &lt;a href=&quot;https://github.com/opencats/OpenCATS/pull/124&quot;&gt;#124&lt;/a&gt; (&lt;a href=&quot;https://github.com/theSlyest&quot;&gt;theSlyest&lt;/a&gt;)&lt;/li&gt;
  &lt;li&gt;Replace deprecated simpletest with phpunit and behat &lt;a href=&quot;https://github.com/opencats/OpenCATS/pull/123&quot;&gt;#123&lt;/a&gt; (&lt;a href=&quot;https://github.com/mlespiau&quot;&gt;mlespiau&lt;/a&gt;)&lt;/li&gt;
  &lt;li&gt;Tests using behat isolated in test directory &lt;a href=&quot;https://github.com/opencats/OpenCATS/pull/100&quot;&gt;#100&lt;/a&gt; (&lt;a href=&quot;https://github.com/skrchnavy&quot;&gt;skrchnavy&lt;/a&gt;)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;093-2-2016-11-22&quot;&gt;&lt;a href=&quot;https://github.com/opencats/openCATS/tree/0.9.3-2&quot;&gt;0.9.3-2&lt;/a&gt; (2016-11-22)&lt;/h2&gt;
&lt;p&gt;&lt;a href=&quot;https://github.com/opencats/openCATS/compare/0.9.1a...0.9.3-2&quot;&gt;Full Changelog&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Closed issues:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;Feature Request - add a ‘is Hot?’ column to cold call list &lt;a href=&quot;https://github.com/opencats/OpenCATS/issues/161&quot;&gt;#161&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;500 error while creating a company or job order &lt;a href=&quot;https://github.com/opencats/OpenCATS/issues/160&quot;&gt;#160&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;How can I access to my opencats web in the vps from another pc &lt;a href=&quot;https://github.com/opencats/OpenCATS/issues/146&quot;&gt;#146&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;Forgot Password link in the login screen missing &lt;a href=&quot;https://github.com/opencats/OpenCATS/issues/141&quot;&gt;#141&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;Content area turns blue when something is added &lt;a href=&quot;https://github.com/opencats/OpenCATS/issues/140&quot;&gt;#140&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;500 Error after install &lt;a href=&quot;https://github.com/opencats/OpenCATS/issues/138&quot;&gt;#138&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;Error while creating http://localhost/opencats &lt;a href=&quot;https://github.com/opencats/OpenCATS/issues/129&quot;&gt;#129&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;Resume Upload error &lt;a href=&quot;https://github.com/opencats/OpenCATS/issues/126&quot;&gt;#126&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;091a-2016-08-26&quot;&gt;&lt;a href=&quot;https://github.com/opencats/openCATS/tree/0.9.1a&quot;&gt;0.9.1a&lt;/a&gt; (2016-08-26)&lt;/h2&gt;
&lt;p&gt;&lt;a href=&quot;https://github.com/opencats/openCATS/compare/0.9.3-1...0.9.1a&quot;&gt;Full Changelog&lt;/a&gt;&lt;/p&gt;

&lt;h2 id=&quot;093-1-2016-08-26&quot;&gt;&lt;a href=&quot;https://github.com/opencats/openCATS/tree/0.9.3-1&quot;&gt;0.9.3-1&lt;/a&gt; (2016-08-26)&lt;/h2&gt;
&lt;p&gt;&lt;a href=&quot;https://github.com/opencats/openCATS/compare/opencats-0.9.3(alpha)...0.9.3-1&quot;&gt;Full Changelog&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Closed issues:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;No actions work against list members in 0.9.3 &lt;a href=&quot;https://github.com/opencats/OpenCATS/issues/121&quot;&gt;#121&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Merged pull requests:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;fixed send email and add candidates &lt;a href=&quot;https://github.com/opencats/OpenCATS/pull/122&quot;&gt;#122&lt;/a&gt; (&lt;a href=&quot;https://github.com/skrchnavy&quot;&gt;skrchnavy&lt;/a&gt;)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;opencats-093alpha-2016-08-22&quot;&gt;&lt;a href=&quot;https://github.com/opencats/openCATS/tree/opencats-0.9.3(alpha)&quot;&gt;opencats-0.9.3(alpha)&lt;/a&gt; (2016-08-22)&lt;/h2&gt;
&lt;p&gt;&lt;a href=&quot;https://github.com/opencats/openCATS/compare/opencats-0.9.3(final)...opencats-0.9.3(alpha)&quot;&gt;Full Changelog&lt;/a&gt;&lt;/p&gt;

&lt;h2 id=&quot;opencats-093final-2016-08-22&quot;&gt;&lt;a href=&quot;https://github.com/opencats/openCATS/tree/opencats-0.9.3(final)&quot;&gt;opencats-0.9.3(final)&lt;/a&gt; (2016-08-22)&lt;/h2&gt;
&lt;p&gt;&lt;a href=&quot;https://github.com/opencats/openCATS/compare/0.9.3...opencats-0.9.3(final)&quot;&gt;Full Changelog&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Closed issues:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;Troubleshoot MySQL &lt;a href=&quot;https://github.com/opencats/OpenCATS/issues/111&quot;&gt;#111&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;Non editable “paste the resume contents” field &lt;a href=&quot;https://github.com/opencats/OpenCATS/issues/104&quot;&gt;#104&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;Issue with vagrant &lt;a href=&quot;https://github.com/opencats/OpenCATS/issues/103&quot;&gt;#103&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;Windows installation &lt;a href=&quot;https://github.com/opencats/OpenCATS/issues/99&quot;&gt;#99&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;From Forums - Manuel’s attachment issue &lt;a href=&quot;https://github.com/opencats/OpenCATS/issues/95&quot;&gt;#95&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;asp File in module &lt;a href=&quot;https://github.com/opencats/OpenCATS/issues/69&quot;&gt;#69&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;ElementITMultiPowUpload1.7.swf &lt;a href=&quot;https://github.com/opencats/OpenCATS/issues/68&quot;&gt;#68&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;Unable to login &lt;a href=&quot;https://github.com/opencats/OpenCATS/issues/64&quot;&gt;#64&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;i need to change menu names  &lt;a href=&quot;https://github.com/opencats/OpenCATS/issues/63&quot;&gt;#63&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;Sync from Uservoice &lt;a href=&quot;https://github.com/opencats/OpenCATS/issues/24&quot;&gt;#24&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;TODO: add in fixes from Debian packaging &lt;a href=&quot;https://github.com/opencats/OpenCATS/issues/10&quot;&gt;#10&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;093-2016-03-09&quot;&gt;&lt;a href=&quot;https://github.com/opencats/openCATS/tree/0.9.3&quot;&gt;0.9.3&lt;/a&gt; (2016-03-09)&lt;/h2&gt;
&lt;p&gt;&lt;a href=&quot;https://github.com/opencats/openCATS/compare/opencats-0.9.3...0.9.3&quot;&gt;Full Changelog&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Closed issues:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;Add JobOrder available for ReadOnly user on Job Orders page &lt;a href=&quot;https://github.com/opencats/OpenCATS/issues/109&quot;&gt;#109&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;Add Candidate available for ReadOnly user on Candidates page &lt;a href=&quot;https://github.com/opencats/OpenCATS/issues/107&quot;&gt;#107&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;Add Contact available for ReadOnly user on Contacts page &lt;a href=&quot;https://github.com/opencats/OpenCATS/issues/101&quot;&gt;#101&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;Cannot import any data. New Unit test? &lt;a href=&quot;https://github.com/opencats/OpenCATS/issues/86&quot;&gt;#86&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;Initial sign-in, cookie error &lt;a href=&quot;https://github.com/opencats/OpenCATS/issues/85&quot;&gt;#85&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;Tests do not run &lt;a href=&quot;https://github.com/opencats/OpenCATS/issues/70&quot;&gt;#70&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;Use fluid width pages &lt;a href=&quot;https://github.com/opencats/OpenCATS/issues/58&quot;&gt;#58&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;Update installation procedure &lt;a href=&quot;https://github.com/opencats/OpenCATS/issues/57&quot;&gt;#57&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;Initial password displayed in installer page is wrong &lt;a href=&quot;https://github.com/opencats/OpenCATS/issues/53&quot;&gt;#53&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;Plain Text Password &lt;a href=&quot;https://github.com/opencats/OpenCATS/issues/45&quot;&gt;#45&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;Decoding of UTF-8 characters mangles Calendar entries &lt;a href=&quot;https://github.com/opencats/OpenCATS/issues/42&quot;&gt;#42&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;update phpmailer to more recent version &lt;a href=&quot;https://github.com/opencats/OpenCATS/issues/37&quot;&gt;#37&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;disable the catsone.com version check &lt;a href=&quot;https://github.com/opencats/OpenCATS/issues/35&quot;&gt;#35&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;update exceptions table with two additional fields or it’ll throw errors &lt;a href=&quot;https://github.com/opencats/OpenCATS/issues/28&quot;&gt;#28&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;Include updated SVG artwork &lt;a href=&quot;https://github.com/opencats/OpenCATS/issues/21&quot;&gt;#21&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;Default username wrong &lt;a href=&quot;https://github.com/opencats/OpenCATS/issues/19&quot;&gt;#19&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;TODO: add in LDAP integration from LIBREGEEK &lt;a href=&quot;https://github.com/opencats/OpenCATS/issues/11&quot;&gt;#11&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;Incompatibility with Explorer 11 in the editor &lt;a href=&quot;https://github.com/opencats/OpenCATS/issues/2&quot;&gt;#2&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;datepicker returns the wrong default date when adding activities &lt;a href=&quot;https://github.com/opencats/OpenCATS/issues/1&quot;&gt;#1&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Merged pull requests:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;update version no / name to 0.9.3 Inferno &lt;a href=&quot;https://github.com/opencats/OpenCATS/pull/119&quot;&gt;#119&lt;/a&gt; (&lt;a href=&quot;https://github.com/RussH&quot;&gt;RussH&lt;/a&gt;)&lt;/li&gt;
  &lt;li&gt;updated styling for login screen &lt;a href=&quot;https://github.com/opencats/OpenCATS/pull/117&quot;&gt;#117&lt;/a&gt; (&lt;a href=&quot;https://github.com/RussH&quot;&gt;RussH&lt;/a&gt;)&lt;/li&gt;
  &lt;li&gt;Checks for access level &lt;a href=&quot;https://github.com/opencats/OpenCATS/pull/114&quot;&gt;#114&lt;/a&gt; (&lt;a href=&quot;https://github.com/skrchnavy&quot;&gt;skrchnavy&lt;/a&gt;)&lt;/li&gt;
  &lt;li&gt;Fix of permission in Job Orders for readOnly user &lt;a href=&quot;https://github.com/opencats/OpenCATS/pull/110&quot;&gt;#110&lt;/a&gt; (&lt;a href=&quot;https://github.com/skrchnavy&quot;&gt;skrchnavy&lt;/a&gt;)&lt;/li&gt;
  &lt;li&gt;Fix of permission in candidates for readOnly user &lt;a href=&quot;https://github.com/opencats/OpenCATS/pull/108&quot;&gt;#108&lt;/a&gt; (&lt;a href=&quot;https://github.com/skrchnavy&quot;&gt;skrchnavy&lt;/a&gt;)&lt;/li&gt;
  &lt;li&gt;Fix of permission in contacts for readOnly user &lt;a href=&quot;https://github.com/opencats/OpenCATS/pull/106&quot;&gt;#106&lt;/a&gt; (&lt;a href=&quot;https://github.com/skrchnavy&quot;&gt;skrchnavy&lt;/a&gt;)&lt;/li&gt;
  &lt;li&gt;Waffle badges in README &lt;a href=&quot;https://github.com/opencats/OpenCATS/pull/96&quot;&gt;#96&lt;/a&gt; (&lt;a href=&quot;https://github.com/skrchnavy&quot;&gt;skrchnavy&lt;/a&gt;)&lt;/li&gt;
  &lt;li&gt;fixes some typo errors &lt;a href=&quot;https://github.com/opencats/OpenCATS/pull/92&quot;&gt;#92&lt;/a&gt; (&lt;a href=&quot;https://github.com/skrchnavy&quot;&gt;skrchnavy&lt;/a&gt;)&lt;/li&gt;
  &lt;li&gt;docker - added execute permission for installing composr &lt;a href=&quot;https://github.com/opencats/OpenCATS/pull/90&quot;&gt;#90&lt;/a&gt; (&lt;a href=&quot;https://github.com/skrchnavy&quot;&gt;skrchnavy&lt;/a&gt;)&lt;/li&gt;
  &lt;li&gt;Wait for mysql and apache before running tests in travis &lt;a href=&quot;https://github.com/opencats/OpenCATS/pull/89&quot;&gt;#89&lt;/a&gt; (&lt;a href=&quot;https://github.com/mlespiau&quot;&gt;mlespiau&lt;/a&gt;)&lt;/li&gt;
  &lt;li&gt;Issue 86 cannot import data after initial setup &lt;a href=&quot;https://github.com/opencats/OpenCATS/pull/88&quot;&gt;#88&lt;/a&gt; (&lt;a href=&quot;https://github.com/mlespiau&quot;&gt;mlespiau&lt;/a&gt;)&lt;/li&gt;
  &lt;li&gt;Datagrid filters ui refactor and bugfixes &lt;a href=&quot;https://github.com/opencats/OpenCATS/pull/87&quot;&gt;#87&lt;/a&gt; (&lt;a href=&quot;https://github.com/mlespiau&quot;&gt;mlespiau&lt;/a&gt;)&lt;/li&gt;
  &lt;li&gt;Fixed issues with UTF8 &lt;a href=&quot;https://github.com/opencats/OpenCATS/pull/84&quot;&gt;#84&lt;/a&gt; (&lt;a href=&quot;https://github.com/skrchnavy&quot;&gt;skrchnavy&lt;/a&gt;)&lt;/li&gt;
  &lt;li&gt;Mysql utf8 character set &lt;a href=&quot;https://github.com/opencats/OpenCATS/pull/81&quot;&gt;#81&lt;/a&gt; (&lt;a href=&quot;https://github.com/mlespiau&quot;&gt;mlespiau&lt;/a&gt;)&lt;/li&gt;
  &lt;li&gt;Add cucumber like functional tests &lt;a href=&quot;https://github.com/opencats/OpenCATS/pull/80&quot;&gt;#80&lt;/a&gt; (&lt;a href=&quot;https://github.com/mlespiau&quot;&gt;mlespiau&lt;/a&gt;)&lt;/li&gt;
  &lt;li&gt;Docker for development &lt;a href=&quot;https://github.com/opencats/OpenCATS/pull/78&quot;&gt;#78&lt;/a&gt; (&lt;a href=&quot;https://github.com/mlespiau&quot;&gt;mlespiau&lt;/a&gt;)&lt;/li&gt;
  &lt;li&gt;Flexible layout &lt;a href=&quot;https://github.com/opencats/OpenCATS/pull/74&quot;&gt;#74&lt;/a&gt; (&lt;a href=&quot;https://github.com/mlespiau&quot;&gt;mlespiau&lt;/a&gt;)&lt;/li&gt;
  &lt;li&gt;Ldap module improvements &lt;a href=&quot;https://github.com/opencats/OpenCATS/pull/73&quot;&gt;#73&lt;/a&gt; (&lt;a href=&quot;https://github.com/skrchnavy&quot;&gt;skrchnavy&lt;/a&gt;)&lt;/li&gt;
  &lt;li&gt;Fix unit tests &lt;a href=&quot;https://github.com/opencats/OpenCATS/pull/72&quot;&gt;#72&lt;/a&gt; (&lt;a href=&quot;https://github.com/mlespiau&quot;&gt;mlespiau&lt;/a&gt;)&lt;/li&gt;
  &lt;li&gt;Replace GroupTest class with TestSuite as it was removed from Simplet… &lt;a href=&quot;https://github.com/opencats/OpenCATS/pull/71&quot;&gt;#71&lt;/a&gt; (&lt;a href=&quot;https://github.com/mlespiau&quot;&gt;mlespiau&lt;/a&gt;)&lt;/li&gt;
  &lt;li&gt;Added grave accents, backticks, to database schema name &lt;a href=&quot;https://github.com/opencats/OpenCATS/pull/66&quot;&gt;#66&lt;/a&gt; (&lt;a href=&quot;https://github.com/aaam&quot;&gt;aaam&lt;/a&gt;)&lt;/li&gt;
  &lt;li&gt;Update lib.js &lt;a href=&quot;https://github.com/opencats/OpenCATS/pull/62&quot;&gt;#62&lt;/a&gt; (&lt;a href=&quot;https://github.com/theSlyest&quot;&gt;theSlyest&lt;/a&gt;)&lt;/li&gt;
  &lt;li&gt;Update suggest.js &lt;a href=&quot;https://github.com/opencats/OpenCATS/pull/61&quot;&gt;#61&lt;/a&gt; (&lt;a href=&quot;https://github.com/theSlyest&quot;&gt;theSlyest&lt;/a&gt;)&lt;/li&gt;
  &lt;li&gt;Fixed #57 - Updated documentation. Fixed #45 - Added md5 encryption to passwords. &lt;a href=&quot;https://github.com/opencats/OpenCATS/pull/59&quot;&gt;#59&lt;/a&gt; (&lt;a href=&quot;https://github.com/libregeek&quot;&gt;libregeek&lt;/a&gt;)&lt;/li&gt;
  &lt;li&gt;Updated phpmailer library refer #37 &lt;a href=&quot;https://github.com/opencats/OpenCATS/pull/56&quot;&gt;#56&lt;/a&gt; (&lt;a href=&quot;https://github.com/vinay-athiyil&quot;&gt;vinay-athiyil&lt;/a&gt;)&lt;/li&gt;
  &lt;li&gt;LDAP authentication support and default password display &lt;a href=&quot;https://github.com/opencats/OpenCATS/pull/54&quot;&gt;#54&lt;/a&gt; (&lt;a href=&quot;https://github.com/libregeek&quot;&gt;libregeek&lt;/a&gt;)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;opencats-093-2016-03-09&quot;&gt;&lt;a href=&quot;https://github.com/opencats/openCATS/tree/opencats-0.9.3&quot;&gt;opencats-0.9.3&lt;/a&gt; (2016-03-09)&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;Closed issues:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;OpenCATS vs CandidATS &lt;a href=&quot;https://github.com/opencats/OpenCATS/issues/46&quot;&gt;#46&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;Strict standards: Only variables should be passed by reference in D:\wamp\www\cats\lib\DataGrid.php on line 1714 &lt;a href=&quot;https://github.com/opencats/OpenCATS/issues/39&quot;&gt;#39&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;Error in config.php for email settings &lt;a href=&quot;https://github.com/opencats/OpenCATS/issues/34&quot;&gt;#34&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;Cannot generate report on CATS 0.9.2 &lt;a href=&quot;https://github.com/opencats/OpenCATS/issues/33&quot;&gt;#33&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;Error while trying to generate report from Jobs view &lt;a href=&quot;https://github.com/opencats/OpenCATS/issues/31&quot;&gt;#31&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;Cats freezes/stops working when creating candidate &lt;a href=&quot;https://github.com/opencats/OpenCATS/issues/30&quot;&gt;#30&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;Sync from Uservoice &lt;a href=&quot;https://github.com/opencats/OpenCATS/issues/27&quot;&gt;#27&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;Disable Modules &lt;a href=&quot;https://github.com/opencats/OpenCATS/issues/26&quot;&gt;#26&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;issues on UI application &lt;a href=&quot;https://github.com/opencats/OpenCATS/issues/22&quot;&gt;#22&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;CATS references in Install Wizard &lt;a href=&quot;https://github.com/opencats/OpenCATS/issues/16&quot;&gt;#16&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;Sync from Uservoice &lt;a href=&quot;https://github.com/opencats/OpenCATS/issues/15&quot;&gt;#15&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;Add in latest PHP fixes from crossgate9 &lt;a href=&quot;https://github.com/opencats/OpenCATS/issues/14&quot;&gt;#14&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;Add in updated and enhanced Sphinx Search from Allan Jones &lt;a href=&quot;https://github.com/opencats/OpenCATS/issues/13&quot;&gt;#13&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;When editing a company the fields at the right side isn’t lined up well &lt;a href=&quot;https://github.com/opencats/OpenCATS/issues/8&quot;&gt;#8&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;Missing Icon in calandar &lt;a href=&quot;https://github.com/opencats/OpenCATS/issues/7&quot;&gt;#7&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;Deprecated error in Opencats &lt;a href=&quot;https://github.com/opencats/OpenCATS/issues/5&quot;&gt;#5&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Merged pull requests:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;Update from RussH fork &lt;a href=&quot;https://github.com/opencats/OpenCATS/pull/49&quot;&gt;#49&lt;/a&gt; (&lt;a href=&quot;https://github.com/RussH&quot;&gt;RussH&lt;/a&gt;)&lt;/li&gt;
  &lt;li&gt;Make CSV exports in UTF-8 readable for Excel #41 &lt;a href=&quot;https://github.com/opencats/OpenCATS/pull/48&quot;&gt;#48&lt;/a&gt; (&lt;a href=&quot;https://github.com/wjcheers&quot;&gt;wjcheers&lt;/a&gt;)&lt;/li&gt;
  &lt;li&gt;Fix bug and add duplicated phone number check. &lt;a href=&quot;https://github.com/opencats/OpenCATS/pull/47&quot;&gt;#47&lt;/a&gt; (&lt;a href=&quot;https://github.com/wjcheers&quot;&gt;wjcheers&lt;/a&gt;)&lt;/li&gt;
  &lt;li&gt;removing the old superseded simpletest library &lt;a href=&quot;https://github.com/opencats/OpenCATS/pull/20&quot;&gt;#20&lt;/a&gt; (&lt;a href=&quot;https://github.com/RussH&quot;&gt;RussH&lt;/a&gt;)&lt;/li&gt;
  &lt;li&gt;Updated SQL to ensure tag db is created. &lt;a href=&quot;https://github.com/opencats/OpenCATS/pull/18&quot;&gt;#18&lt;/a&gt; (&lt;a href=&quot;https://github.com/RussH&quot;&gt;RussH&lt;/a&gt;)&lt;/li&gt;
  &lt;li&gt;Please merge Opencats fixes as below &lt;a href=&quot;https://github.com/opencats/OpenCATS/pull/17&quot;&gt;#17&lt;/a&gt; (&lt;a href=&quot;https://github.com/RussH&quot;&gt;RussH&lt;/a&gt;)&lt;/li&gt;
&lt;/ul&gt;

</content>
    </entry>
    
    <entry>
        <title>Newsletter #1 - A New Hope</title>
        <link href="http://opencats.org/news/2014/june/"/>
        <updated>2014-06-06T00:00:00+00:00</updated>
        <id>http://opencats.org/news/news/2014/june-newsletter</id>
        <content type="html">&lt;p&gt;Welcome to the first newsletter for Opencats, a project that hopes to give a new
beginning to an ATSthat we all love.&lt;/p&gt;

&lt;h2 id=&quot;playing-catch-up&quot;&gt;Playing Catch Up&lt;/h2&gt;

&lt;p&gt;Let’s take a look at some of the milestones of the months preceding May:&lt;/p&gt;

&lt;h3 id=&quot;general-news&quot;&gt;General News&lt;/h3&gt;

&lt;ul&gt;
  &lt;li&gt;March 20:&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;development-news&quot;&gt;Development News&lt;/h3&gt;

&lt;ul&gt;
  &lt;li&gt;Imported source code was cleaned up.&lt;/li&gt;
  &lt;li&gt;Legacy system support was removed.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;at-20000-feet&quot;&gt;At 20,000 Feet&lt;/h3&gt;

&lt;p&gt;You may be wondering, “just how much has changed since it forked from CATS?”
Well, let’s look.&lt;/p&gt;

&lt;h2 id=&quot;recent-development&quot;&gt;Recent Development&lt;/h2&gt;

&lt;p&gt;Now that we have detailed some of the milestones before the month of May
started, we can now look at what has happened in the last month.&lt;/p&gt;

</content>
    </entry>
    

</feed>
