<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Wed Feb 07 21:20:53 UTC 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>MongoDB Jira</title>
    <link>https://jira.mongodb.org</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>9.7.1</version>
        <build-number>970001</build-number>
        <build-date>13-04-2023</build-date>
    </build-info>


<item>
            <title>[CDRIVER-4422] Remove --merged option from calc_release_version.py</title>
                <link>https://jira.mongodb.org/browse/CDRIVER-4422</link>
                <project id="10030" key="CDRIVER">C Driver</project>
                    <description>&lt;p&gt;The &lt;tt&gt;calc_release_version.py&lt;/tt&gt; script uses the &lt;tt&gt;&amp;#45;&amp;#45;merged&lt;/tt&gt; option.  However, older versions of Git lack this option.  An alternative approach to this should be developed and the &lt;tt&gt;&amp;#45;&amp;#45;merged&lt;/tt&gt; option removed.&lt;/p&gt;</description>
                <environment></environment>
        <key id="2083854">CDRIVER-4422</key>
            <summary>Remove --merged option from calc_release_version.py</summary>
                <type id="3" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14718&amp;avatarType=issuetype">Task</type>
                                            <priority id="10300" iconUrl="https://jira.mongodb.org/images/icons/priorities/medium.svg">Unknown</priority>
                        <status id="6" iconUrl="https://jira.mongodb.org/images/icons/statuses/closed.png" description="The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.">Closed</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="13201">Fixed</resolution>
                                        <assignee username="roberto.sanchez@mongodb.com">Roberto Sanchez</assignee>
                                    <reporter username="roberto.sanchez@mongodb.com">Roberto Sanchez</reporter>
                        <labels>
                    </labels>
                <created>Wed, 6 Jul 2022 15:53:57 +0000</created>
                <updated>Sat, 28 Oct 2023 11:28:03 +0000</updated>
                            <resolved>Fri, 8 Jul 2022 18:56:34 +0000</resolved>
                                                    <fixVersion>1.23.0</fixVersion>
                    <fixVersion>1.22.1</fixVersion>
                                                        <votes>0</votes>
                                    <watches>1</watches>
                                                                                                                <comments>
                            <comment id="4667065" author="xgen-internal-githook" created="Fri, 8 Jul 2022 18:52:57 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Roberto C. S&#225;nchez&apos;, &apos;email&apos;: &apos;roberto@connexer.com&apos;, &apos;username&apos;: &apos;rcsanchez97&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/CDRIVER-4422&quot; title=&quot;Remove --merged option from calc_release_version.py&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CDRIVER-4422&quot;&gt;&lt;del&gt;CDRIVER-4422&lt;/del&gt;&lt;/a&gt; calc_release_version.py: remove --merged, plus improvements (#1060)&lt;/p&gt;

&lt;p&gt;Detail of changes:&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;remove --merged option for compatibility with older versions of &apos;git&apos;&lt;/li&gt;
	&lt;li&gt;fix bug that considered pre-release tags as higher than their&lt;br/&gt;
   succeeding releases (e.g., 1.22.0-beta0 was treated as a higher&lt;br/&gt;
   version tag than 1.22.0)&lt;/li&gt;
	&lt;li&gt;refactor to reduce code duplication, increase readability, and&lt;br/&gt;
   improve maintainability&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Co-authored-by: Kevin Albertson &amp;lt;kevin.albertson@10gen.com&amp;gt;&lt;br/&gt;
Branch: r1.22&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-c-driver/commit/d79cee5448aa52595e167a34b43d3ace2fd95b7d&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-c-driver/commit/d79cee5448aa52595e167a34b43d3ace2fd95b7d&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="4667062" author="xgen-internal-githook" created="Fri, 8 Jul 2022 18:50:16 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Roberto C. S&#225;nchez&apos;, &apos;email&apos;: &apos;roberto@connexer.com&apos;, &apos;username&apos;: &apos;rcsanchez97&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/CDRIVER-4422&quot; title=&quot;Remove --merged option from calc_release_version.py&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CDRIVER-4422&quot;&gt;&lt;del&gt;CDRIVER-4422&lt;/del&gt;&lt;/a&gt; calc_release_version.py: remove --merged, plus improvements (#1060)&lt;/p&gt;

&lt;p&gt;Detail of changes:&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;remove --merged option for compatibility with older versions of &apos;git&apos;&lt;/li&gt;
	&lt;li&gt;fix bug that considered pre-release tags as higher than their&lt;br/&gt;
   succeeding releases (e.g., 1.22.0-beta0 was treated as a higher&lt;br/&gt;
   version tag than 1.22.0)&lt;/li&gt;
	&lt;li&gt;refactor to reduce code duplication, increase readability, and&lt;br/&gt;
   improve maintainability&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Co-authored-by: Kevin Albertson &amp;lt;kevin.albertson@10gen.com&amp;gt;&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-c-driver/commit/aca53d43accc6c6d611adfb90c2a53bfe36d44af&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-c-driver/commit/aca53d43accc6c6d611adfb90c2a53bfe36d44af&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Depends</name>
                                                                <inwardlinks description="is depended on by">
                                        <issuelink>
            <issuekey id="2083858">CXX-2540</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_15850" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|i0k1o8:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10558" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>9223372036854775807</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            </customfields>
    </item>
</channel>
</rss>